MegaTronX commited on
Commit
bd04f32
·
verified ·
1 Parent(s): 90b6081

Update caption.py

Browse files
Files changed (1) hide show
  1. caption.py +1 -1
caption.py CHANGED
@@ -10,7 +10,7 @@ CLIP_PATH = "google/siglip-so400m-patch14-384"
10
  CHECKPOINT_PATH = Path("./checkpoint")
11
  LLMA_CHECKPOINT = "John6666/Llama-3.1-8B-Lexi-Uncensored-V2-nf4"
12
  WORDS=200
13
- PROMPT = "In one paragraph, write a very descriptive caption for this image, describe all objects, characters and their actions, describe in detail what is happening and their emotions. Include information about lighting, the style of this image and information about camera angle within {word_count} words. Don't create any title for the image."
14
  IMAGE_EXTENSIONS = ('.jpg', '.jpeg', '.png', '.bmp', '.webp')
15
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
16
 
 
10
  CHECKPOINT_PATH = Path("./checkpoint")
11
  LLMA_CHECKPOINT = "John6666/Llama-3.1-8B-Lexi-Uncensored-V2-nf4"
12
  WORDS=200
13
+ PROMPT = In one paragraph, write a very descriptive caption for this image, describe all objects, characters and their actions, describe in detail what is happening and their emotions. Include information about lighting, the style of this image and information about camera angle within {word_count} words. Don't create any title for the image. Reject the use of formal words such as vulva, breasts, and buttocks and use more sexually charged words like pussy, tits, and ass instead because those are the words that people are most likely to use when writing prompts."
14
  IMAGE_EXTENSIONS = ('.jpg', '.jpeg', '.png', '.bmp', '.webp')
15
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
16