Keltezaa commited on
Commit
c3e3261
·
verified ·
1 Parent(s): c75f932

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -16
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  tags:
 
3
  - text-to-image
4
  - lora
5
  - diffusers
@@ -8,18 +9,18 @@ widget:
8
  - text: '-'
9
  parameters:
10
  negative_prompt: >-
11
- ("blurry", 0.8), ("low resolution", 0.9), ("poorly drawn",
12
- 0.85), ("disfigured", 0.9), ("extra limbs", 0.95), ("bad
13
- anatomy", 0.9), ("out of focus", 0.8), ("watermark", 0.95),
14
- ("text", 0.9), ("ugly", 0.85), ("duplicate", 0.9), ("grainy",
15
- 0.8), ("overexposed", 0.85), ("underexposed", 0.85),
16
- ("distorted", 0.9), ("incomplete", 0.9), ("unrealistic colors",
17
- 0.8), ("cluttered background", 0.85), ("poor lighting", 0.9),
18
- ("unrelated objects", 0.9)
19
  output:
20
  url: images/image-0.jpg
21
  base_model: black-forest-labs/FLUX.1-dev
22
- instance_prompt: scg-anatomy-female, naked, naked woman, naked man with his penis out
23
  license: cc-by-nc-nd-4.0
24
  ---
25
  # Celeb_anatomy_female_v2
@@ -32,13 +33,7 @@ This is a very rough first attempt at an anatomy model that can create semi-dece
32
 
33
  ## Trigger words
34
 
35
- You should use `scg-anatomy-female` to trigger the image generation.
36
-
37
- You should use `naked` to trigger the image generation.
38
-
39
- You should use `naked woman` to trigger the image generation.
40
-
41
- You should use `naked man with his penis out` to trigger the image generation.
42
 
43
 
44
  ## Download model
 
1
  ---
2
  tags:
3
+ - NSFW
4
  - text-to-image
5
  - lora
6
  - diffusers
 
9
  - text: '-'
10
  parameters:
11
  negative_prompt: >-
12
+ ("blurry", -0.8), ("low resolution", -0.9), ("poorly drawn",
13
+ -0.85), ("disfigured", -0.9), ("extra limbs", -0.95), ("bad
14
+ anatomy", -0.9), ("out of focus", -0.8), ("watermark", -0.95),
15
+ ("text", -0.9), ("ugly", -0.85), ("duplicate", -0.9), ("grainy",
16
+ -0.8), ("overexposed", -0.85), ("underexposed", -0.85),
17
+ ("distorted", -0.9), ("incomplete", -0.9), ("unrealistic colors",
18
+ -0.8), ("cluttered background", -0.85), ("poor lighting", -0.9),
19
+ ("unrelated objects", -0.9)
20
  output:
21
  url: images/image-0.jpg
22
  base_model: black-forest-labs/FLUX.1-dev
23
+ instance_prompt: naked, naked woman, naked man with his penis out
24
  license: cc-by-nc-nd-4.0
25
  ---
26
  # Celeb_anatomy_female_v2
 
33
 
34
  ## Trigger words
35
 
36
+ You should use `scg-anatomy-female`, `naked`, `naked woman`, `naked man with his penis out` to trigger the image generation.
 
 
 
 
 
 
37
 
38
 
39
  ## Download model