Instructions to use Human23/ATouchOfColor_ATC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Human23/ATouchOfColor_ATC with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Human23/ATouchOfColor_ATC") prompt = "((photorealistic, color film photography. High end camera and highly detailed)) glamour close up, makeup editorial, of a beautiful high fashion model, brown skin, alt black girl. shiny skin, editorial photo, clear skin, glamour make up, bold eyeliner, black lipstick, moody lighting, ATC, <lora:ATouchOfColor:0.7>, short blue braids, boho, visible cleavage, stylish, standing in an turkish lantern shop, low light, full lips, red lipstick, african girl, tight crop top, leather bomber jacket, choker, collar, small breasts, braids" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
ec8ea25
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +679 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,679 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- stable-diffusion
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
widget:
|
| 9 |
+
- text: >-
|
| 10 |
+
((photorealistic, color film photography. High end camera and highly
|
| 11 |
+
detailed)) glamour close up, makeup editorial, of a beautiful high fashion
|
| 12 |
+
model, brown skin, alt black girl. shiny skin, editorial photo, clear skin,
|
| 13 |
+
glamour make up, bold eyeliner, black lipstick, moody lighting, ATC,
|
| 14 |
+
<lora:ATouchOfColor:0.7>, short blue braids, boho, visible cleavage,
|
| 15 |
+
stylish, standing in an turkish lantern shop, low light, full lips, red
|
| 16 |
+
lipstick, african girl, tight crop top, leather bomber jacket, choker,
|
| 17 |
+
collar, small breasts, braids
|
| 18 |
+
parameters:
|
| 19 |
+
negative_prompt: >-
|
| 20 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 21 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 22 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 23 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 24 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 25 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 26 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 27 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 28 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 29 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 30 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 31 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 32 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 33 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 34 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 35 |
+
mouth
|
| 36 |
+
output:
|
| 37 |
+
url: images/00042-956956395.png
|
| 38 |
+
- text: >-
|
| 39 |
+
((photorealistic, color film photography. High end camera and highly
|
| 40 |
+
detailed)) a beautiful high fashion model, brown skin, black girl, wearing
|
| 41 |
+
a leather crop top, editorial photo, clear skin, glamour make up, bold
|
| 42 |
+
eyeliner, bold eyeliner, moody lighting, ATC, <lora:ATouchOfColor:0.7>,
|
| 43 |
+
Straight short colorful hair, visible cleavage, stylish, standing in a white
|
| 44 |
+
hallways, low light
|
| 45 |
+
parameters:
|
| 46 |
+
negative_prompt: >-
|
| 47 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 48 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 49 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 50 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 51 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 52 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 53 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 54 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 55 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 56 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 57 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 58 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 59 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 60 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 61 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 62 |
+
mouth
|
| 63 |
+
output:
|
| 64 |
+
url: images/00010-2664641159.png
|
| 65 |
+
- text: >-
|
| 66 |
+
((photorealistic, color film photography. High end camera and highly
|
| 67 |
+
detailed)) side shot, profile, of a beautiful high fashion model, brown
|
| 68 |
+
skin, black girl, wearing a leather crop top, editorial photo, clear skin,
|
| 69 |
+
glamour make up, bold eyeliner, bold eyeliner, moody lighting, ATC,
|
| 70 |
+
<lora:ATouchOfColor:0.7>, Straight short colorful hair, visible cleavage,
|
| 71 |
+
stylish, standing in a white hallways, low light
|
| 72 |
+
parameters:
|
| 73 |
+
negative_prompt: >-
|
| 74 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 75 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 76 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 77 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 78 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 79 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 80 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 81 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 82 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 83 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 84 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 85 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 86 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 87 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 88 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 89 |
+
mouth
|
| 90 |
+
output:
|
| 91 |
+
url: images/00019-3224840949.png
|
| 92 |
+
- text: >-
|
| 93 |
+
((photorealistic, color film photography. High end camera and highly
|
| 94 |
+
detailed)) side shot, profile, of a beautiful high fashion model, brown
|
| 95 |
+
skin, indian girl, wearing a leather cropped tank top, editorial photo,
|
| 96 |
+
clear skin, glamour make up, bold eyeliner, bold eyeliner, moody lighting,
|
| 97 |
+
ATC, <lora:ATouchOfColor:0.7>, Straight short colorful hair, visible
|
| 98 |
+
cleavage, stylish, standing in a city hallway with graffiti, low light
|
| 99 |
+
parameters:
|
| 100 |
+
negative_prompt: >-
|
| 101 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 102 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 103 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 104 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 105 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 106 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 107 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 108 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 109 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 110 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 111 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 112 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 113 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 114 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 115 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 116 |
+
mouth
|
| 117 |
+
output:
|
| 118 |
+
url: images/00020-3000609132.png
|
| 119 |
+
- text: >-
|
| 120 |
+
((photorealistic, color film photography. High end camera and highly
|
| 121 |
+
detailed)) glamour close up, makeup editorial, of a beautiful high fashion
|
| 122 |
+
model, brown skin, indian girl, topless. shiny skin, editorial photo, clear
|
| 123 |
+
skin, glamour make up, bold eyeliner, bold eyeliner, moody lighting, ATC,
|
| 124 |
+
<lora:ATouchOfColor:0.7>, slicked back silver hair in a bun, visible
|
| 125 |
+
cleavage, stylish, standing in an old warehouse, low light
|
| 126 |
+
parameters:
|
| 127 |
+
negative_prompt: >-
|
| 128 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 129 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 130 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 131 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 132 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 133 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 134 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 135 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 136 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 137 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 138 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 139 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 140 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 141 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 142 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 143 |
+
mouth
|
| 144 |
+
output:
|
| 145 |
+
url: images/00024-674698019.png
|
| 146 |
+
- text: >-
|
| 147 |
+
((photorealistic, color film photography. High end camera and highly
|
| 148 |
+
detailed)) glamour close up, makeup editorial, of a beautiful high fashion
|
| 149 |
+
model, brown skin, black girl girl, topless. shiny skin, editorial photo,
|
| 150 |
+
clear skin, glamour make up, bold eyeliner, bold eyeliner, moody lighting,
|
| 151 |
+
ATC, <lora:ATouchOfColor:0.7>, slicked back silver hair in a bun, visible
|
| 152 |
+
cleavage, stylish, standing in an old warehouse, low light, full lips, red
|
| 153 |
+
lipstick, african girl
|
| 154 |
+
parameters:
|
| 155 |
+
negative_prompt: >-
|
| 156 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 157 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 158 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 159 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 160 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 161 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 162 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 163 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 164 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 165 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 166 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 167 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 168 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 169 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 170 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 171 |
+
mouth
|
| 172 |
+
output:
|
| 173 |
+
url: images/00028-1734354484.png
|
| 174 |
+
- text: >-
|
| 175 |
+
((photorealistic, color film photography. High end camera and highly
|
| 176 |
+
detailed)) glamour close up, makeup editorial, of a beautiful high fashion
|
| 177 |
+
model, brown skin, black girl girl, topless. shiny skin, editorial photo,
|
| 178 |
+
clear skin, glamour make up, bold eyeliner, bold eyeliner, moody lighting,
|
| 179 |
+
ATC, <lora:ATouchOfColor:0.7>, slicked back silver hair in a bun, visible
|
| 180 |
+
cleavage, stylish, standing in an old warehouse, low light, full lips, red
|
| 181 |
+
lipstick, african girl
|
| 182 |
+
parameters:
|
| 183 |
+
negative_prompt: >-
|
| 184 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 185 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 186 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 187 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 188 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 189 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 190 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 191 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 192 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 193 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 194 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 195 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 196 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 197 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 198 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 199 |
+
mouth
|
| 200 |
+
output:
|
| 201 |
+
url: images/00031-1734354487.png
|
| 202 |
+
- text: >-
|
| 203 |
+
((photorealistic, color film photography. High end camera and highly
|
| 204 |
+
detailed)) glamour close up, makeup editorial, of a beautiful high fashion
|
| 205 |
+
model, brown skin, black girl girl, topless. shiny skin, editorial photo,
|
| 206 |
+
clear skin, glamour make up, bold eyeliner, bold eyeliner, moody lighting,
|
| 207 |
+
ATC, <lora:ATouchOfColor:0.7>, dread locks, locks, visible cleavage,
|
| 208 |
+
stylish, standing in an old warehouse, low light, full lips, red lipstick,
|
| 209 |
+
african girl, nude, naked, small breasts
|
| 210 |
+
parameters:
|
| 211 |
+
negative_prompt: >-
|
| 212 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 213 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 214 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 215 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 216 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 217 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 218 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 219 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 220 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 221 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 222 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 223 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 224 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 225 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 226 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 227 |
+
mouth
|
| 228 |
+
output:
|
| 229 |
+
url: images/00035-4168420996.png
|
| 230 |
+
- text: >-
|
| 231 |
+
((photorealistic, color film photography. High end camera and highly
|
| 232 |
+
detailed)) glamour close up, makeup editorial, of a beautiful high fashion
|
| 233 |
+
model, brown skin, black girl girl. shiny skin, editorial photo, clear skin,
|
| 234 |
+
glamour make up, bold eyeliner, bold eyeliner, moody lighting, ATC,
|
| 235 |
+
<lora:ATouchOfColor:0.7>, dread locks, locks, visible cleavage, stylish,
|
| 236 |
+
standing in an shopping mall, low light, full lips, red lipstick, african
|
| 237 |
+
girl, tight crop top, leather bomber jacket, choker, collar, small breasts,
|
| 238 |
+
braids
|
| 239 |
+
parameters:
|
| 240 |
+
negative_prompt: >-
|
| 241 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 242 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 243 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 244 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 245 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 246 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 247 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 248 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 249 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 250 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 251 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 252 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 253 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 254 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 255 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 256 |
+
mouth
|
| 257 |
+
output:
|
| 258 |
+
url: images/00036-164552502.png
|
| 259 |
+
- text: >-
|
| 260 |
+
((photorealistic, color film photography. High end camera and highly
|
| 261 |
+
detailed)) glamour close up, makeup editorial, of a beautiful high fashion
|
| 262 |
+
model, brown skin, black girl girl. shiny skin, editorial photo, clear skin,
|
| 263 |
+
glamour make up, bold eyeliner, bold eyeliner, moody lighting, ATC,
|
| 264 |
+
<lora:ATouchOfColor:0.7>, dread locks, locks, visible cleavage, stylish,
|
| 265 |
+
standing in an shopping mall, low light, full lips, red lipstick, african
|
| 266 |
+
girl, tight crop top, leather bomber jacket, choker, collar, small breasts,
|
| 267 |
+
braids
|
| 268 |
+
parameters:
|
| 269 |
+
negative_prompt: >-
|
| 270 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 271 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 272 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 273 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 274 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 275 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 276 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 277 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 278 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 279 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 280 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 281 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 282 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 283 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 284 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 285 |
+
mouth
|
| 286 |
+
output:
|
| 287 |
+
url: images/00037-164552503.png
|
| 288 |
+
- text: >-
|
| 289 |
+
((photorealistic, color film photography. High end camera and highly
|
| 290 |
+
detailed)) portrait, of a beautiful high fashion model, asian girl,
|
| 291 |
+
japanese, ethnic. standing on the street of Tokyo, editorial photo, clear
|
| 292 |
+
skin, moody lighting, ATC, <lora:ATouchOfColor:0.7>, short colorful hair,
|
| 293 |
+
stylish, sunset, street light, low light, wearing a thing short dress, low
|
| 294 |
+
cut, visible cleavage, leather choker, black lipstick, and bold eyeliner,
|
| 295 |
+
blue eyes, shallow depth of field, bokeh, shiny skin, neon sign lights,
|
| 296 |
+
glowing signs
|
| 297 |
+
parameters:
|
| 298 |
+
negative_prompt: >-
|
| 299 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 300 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 301 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 302 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 303 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 304 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 305 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 306 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 307 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 308 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 309 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 310 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 311 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 312 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 313 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 314 |
+
mouth
|
| 315 |
+
output:
|
| 316 |
+
url: images/00040-713587725 - Copy.png
|
| 317 |
+
- text: >-
|
| 318 |
+
((photorealistic, color film photography. High end camera and highly
|
| 319 |
+
detailed)) portrait, makeup editorial, of a beautiful high fashion model,
|
| 320 |
+
brown skin, mixed, mixed race. freckles, editorial photo, clear skin,
|
| 321 |
+
natural make up, bold eyeliner, black lipstick, moody lighting, ATC,
|
| 322 |
+
<lora:ATouchOfColor:0.7>, short blue braids, boho, visible cleavage,
|
| 323 |
+
stylish, standing in an turkish lantern shop, low light, full lips, red
|
| 324 |
+
lipstick, african girl, earth tone crop top, necklaces and feather earrings,
|
| 325 |
+
bohemian, collar, small breasts, braids, smile
|
| 326 |
+
parameters:
|
| 327 |
+
negative_prompt: >-
|
| 328 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 329 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 330 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 331 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 332 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 333 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 334 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 335 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 336 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 337 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 338 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 339 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 340 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 341 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 342 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 343 |
+
mouth
|
| 344 |
+
output:
|
| 345 |
+
url: images/00000-3154047635 - Copy.png
|
| 346 |
+
- text: >-
|
| 347 |
+
((photorealistic, color film photography. High end camera and highly
|
| 348 |
+
detailed)) portrait, makeup editorial, of a beautiful high fashion model,
|
| 349 |
+
brown skin, mixed, mixed race. freckles, editorial photo, clear skin,
|
| 350 |
+
natural make up, bold eyeliner, black lipstick, moody lighting, ATC,
|
| 351 |
+
<lora:ATouchOfColor:0.7>, curly long hair, boho, visible cleavage, stylish,
|
| 352 |
+
standing in an turkish lantern shop, low light, full lips, red lipstick,
|
| 353 |
+
earth tone crop top, necklaces and feather earrings, bohemian, collar, small
|
| 354 |
+
breasts, smile
|
| 355 |
+
parameters:
|
| 356 |
+
negative_prompt: >-
|
| 357 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 358 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 359 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 360 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 361 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 362 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 363 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 364 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 365 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 366 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 367 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 368 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 369 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 370 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 371 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 372 |
+
mouth
|
| 373 |
+
output:
|
| 374 |
+
url: images/00005-2234461230 - Copy.png
|
| 375 |
+
- text: >-
|
| 376 |
+
((photorealistic, color film photography. High end camera and highly
|
| 377 |
+
detailed)) portrait, makeup editorial, of a beautiful high fashion model,
|
| 378 |
+
brown skin, mixed, mixed race. freckles, editorial photo, clear skin,
|
| 379 |
+
natural make up, bold eyeliner, black lipstick, moody lighting, ATC,
|
| 380 |
+
<lora:ATouchOfColor:0.7>, curly long hair, boho, visible cleavage, stylish,
|
| 381 |
+
standing in an turkish lantern shop, low light, full lips, red lipstick,
|
| 382 |
+
earth tone crop top, necklaces and feather earrings, bohemian, collar, small
|
| 383 |
+
breasts, smile
|
| 384 |
+
parameters:
|
| 385 |
+
negative_prompt: >-
|
| 386 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 387 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 388 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 389 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 390 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 391 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 392 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 393 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 394 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 395 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 396 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 397 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 398 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 399 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 400 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 401 |
+
mouth
|
| 402 |
+
output:
|
| 403 |
+
url: images/00007-2234461232 - Copy.png
|
| 404 |
+
- text: >-
|
| 405 |
+
((photorealistic, color film photography. High end camera and highly
|
| 406 |
+
detailed)) side shot, makeup editorial, of a beautiful high fashion model,
|
| 407 |
+
brown skin, mixed, mixed race. freckles, editorial photo, clear skin,
|
| 408 |
+
natural make up, bold eyeliner, black lipstick, moody lighting, ATC,
|
| 409 |
+
<lora:ATouchOfColor:0.7>, curly long hair, boho, visible cleavage, stylish,
|
| 410 |
+
standing a beach during sunset, low light, full lips, red lipstick, earth
|
| 411 |
+
tone crop top, necklaces and feather earrings, bohemian, collar, small
|
| 412 |
+
breasts, smile
|
| 413 |
+
parameters:
|
| 414 |
+
negative_prompt: >-
|
| 415 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 416 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 417 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 418 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 419 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 420 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 421 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 422 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 423 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 424 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 425 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 426 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 427 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 428 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 429 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 430 |
+
mouth
|
| 431 |
+
output:
|
| 432 |
+
url: images/00010-4131191487 - Copy.png
|
| 433 |
+
- text: >-
|
| 434 |
+
((photorealistic, color film photography. High end camera and highly
|
| 435 |
+
detailed)) side shot, makeup editorial, of a beautiful high fashion model,
|
| 436 |
+
brown skin, mixed, mixed race. freckles, editorial photo, clear skin,
|
| 437 |
+
natural make up, bold eyeliner, black lipstick, moody lighting, ATC,
|
| 438 |
+
<lora:ATouchOfColor:0.7>, braids, locks, boho, visible cleavage, stylish,
|
| 439 |
+
standing a beach during sunset, low light, full lips, red lipstick, earth
|
| 440 |
+
tone crop top, necklaces and feather earrings, bohemian, collar, small
|
| 441 |
+
breasts, smile, bakini bottoms
|
| 442 |
+
parameters:
|
| 443 |
+
negative_prompt: >-
|
| 444 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 445 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 446 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 447 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 448 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 449 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 450 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 451 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 452 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 453 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 454 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 455 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 456 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 457 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 458 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 459 |
+
mouth
|
| 460 |
+
output:
|
| 461 |
+
url: images/00017-2495473580 - Copy.png
|
| 462 |
+
- text: >-
|
| 463 |
+
((photorealistic, color film photography. High end camera and highly
|
| 464 |
+
detailed)) portrait, of a beautiful high fashion model, white skin,
|
| 465 |
+
freckles, european, ethnic. standing on the street of NYC, editorial photo,
|
| 466 |
+
clear skin, moody lighting, ATC, <lora:ATouchOfColor:0.7>, curly blonde
|
| 467 |
+
hair, stylish, night time, street light, low light, wearing a striped turtle
|
| 468 |
+
neck cropped sweater, tight short denim shorts, and a beret, blue eyes,
|
| 469 |
+
shallow depth of field, bokeh
|
| 470 |
+
parameters:
|
| 471 |
+
negative_prompt: >-
|
| 472 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 473 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 474 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 475 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 476 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 477 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 478 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 479 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 480 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 481 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 482 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 483 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 484 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 485 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 486 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 487 |
+
mouth
|
| 488 |
+
output:
|
| 489 |
+
url: images/00029-883639760 - Copy.png
|
| 490 |
+
- text: >-
|
| 491 |
+
((photorealistic, color film photography. High end camera and highly
|
| 492 |
+
detailed)) portrait, of a beautiful high fashion model, white skin,
|
| 493 |
+
freckles, european, ethnic. standing on the street of NYC, editorial photo,
|
| 494 |
+
clear skin, moody lighting, ATC, <lora:ATouchOfColor:0.7>, curly blonde
|
| 495 |
+
hair, stylish, night time, street light, low light, wearing a striped turtle
|
| 496 |
+
neck cropped sweater, tight short denim shorts, and a beret, blue eyes,
|
| 497 |
+
shallow depth of field, bokeh
|
| 498 |
+
parameters:
|
| 499 |
+
negative_prompt: >-
|
| 500 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 501 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 502 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 503 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 504 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 505 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 506 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 507 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 508 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 509 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 510 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 511 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 512 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 513 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 514 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 515 |
+
mouth
|
| 516 |
+
output:
|
| 517 |
+
url: images/00030-883639761 - Copy.png
|
| 518 |
+
- text: >-
|
| 519 |
+
((photorealistic, color film photography. High end camera and highly
|
| 520 |
+
detailed)) close up, side shot, glamour portrait, of a beautiful high
|
| 521 |
+
fashion model, (indian woman), brown-skin, ethnic, editorial photo, clear
|
| 522 |
+
skin, moody lighting, ATC, <lora:ATouchOfColor:0.7>, slicked back dark
|
| 523 |
+
hair, stylish, in studio, low light, black turtleneck, red lipstick, and
|
| 524 |
+
bold eyeliner, blue eyes, shallow depth of field, bokeh, shiny skin, blush,
|
| 525 |
+
dark studio background, eye contact, forward facing, looking at you
|
| 526 |
+
parameters:
|
| 527 |
+
negative_prompt: >-
|
| 528 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 529 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 530 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 531 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 532 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 533 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 534 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 535 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 536 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 537 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 538 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 539 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 540 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 541 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 542 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 543 |
+
mouth
|
| 544 |
+
output:
|
| 545 |
+
url: images/00056-3784749389.png
|
| 546 |
+
- text: >-
|
| 547 |
+
((photorealistic, color film photography. High end camera and highly
|
| 548 |
+
detailed)) close up, glamour portrait, of a beautiful high fashion model,
|
| 549 |
+
asian woman, japanese, ethnic. makeup editorial, editorial photo, clear
|
| 550 |
+
skin, moody lighting, ATC, <lora:ATouchOfColor:0.7>, slicked back dark
|
| 551 |
+
hair, stylish, in studio, low light, shirtless, shoulders, visible cleavage,
|
| 552 |
+
red lipstick, and bold eyeliner, blue eyes, shallow depth of field, bokeh,
|
| 553 |
+
shiny skin, blush
|
| 554 |
+
parameters:
|
| 555 |
+
negative_prompt: >-
|
| 556 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 557 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 558 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 559 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 560 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 561 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 562 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 563 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 564 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 565 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 566 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 567 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 568 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 569 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 570 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 571 |
+
mouth
|
| 572 |
+
output:
|
| 573 |
+
url: images/00043-890534987.png
|
| 574 |
+
- text: >-
|
| 575 |
+
((photorealistic, color film photography. High end camera and highly
|
| 576 |
+
detailed)) close up, glamour portrait, of a beautiful high fashion model,
|
| 577 |
+
indian woman, brown-skin, ethnic. makeup editorial, editorial photo, clear
|
| 578 |
+
skin, moody lighting, ATC, <lora:ATouchOfColor:0.7>, slicked back dark
|
| 579 |
+
hair, stylish, in studio, low light, shirtless, shoulders, visible cleavage,
|
| 580 |
+
red lipstick, and bold eyeliner, blue eyes, shallow depth of field, bokeh,
|
| 581 |
+
shiny skin, blush, dark studio background
|
| 582 |
+
parameters:
|
| 583 |
+
negative_prompt: >-
|
| 584 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 585 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 586 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 587 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 588 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 589 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 590 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 591 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 592 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 593 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 594 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 595 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 596 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 597 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 598 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 599 |
+
mouth
|
| 600 |
+
output:
|
| 601 |
+
url: images/00046-1986412364.png
|
| 602 |
+
- text: >-
|
| 603 |
+
((photorealistic, color film photography. High end camera and highly
|
| 604 |
+
detailed)) close up, side shot, glamour portrait, of a beautiful high
|
| 605 |
+
fashion model, (indian woman), brown-skin, ethnic. makeup editorial,
|
| 606 |
+
editorial photo, clear skin, moody lighting, ATC, <lora:ATouchOfColor:0.7>,
|
| 607 |
+
slicked back dark hair, stylish, in studio, low light, shirtless, shoulders,
|
| 608 |
+
visible cleavage, red lipstick, and bold eyeliner, blue eyes, shallow depth
|
| 609 |
+
of field, bokeh, shiny skin, blush, dark studio background
|
| 610 |
+
parameters:
|
| 611 |
+
negative_prompt: >-
|
| 612 |
+
words, text, logos, signature, watermark, (ugly eyes, deformed iris,
|
| 613 |
+
deformed pupils, fused lips and teeth:1.2), text, close up, cropped, out
|
| 614 |
+
of frame, worst quality, low quality, ugly, duplicate, mutilated, extra
|
| 615 |
+
fingers, mutated hands, poorly drawn hands, ugly face, mutation, deformed,
|
| 616 |
+
bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross
|
| 617 |
+
proportions, malformed limbs, missing arms, missing legs, extra arms,
|
| 618 |
+
extra legs, fused fingers, too many fingers, long neck, multiple people,
|
| 619 |
+
pedestrians, clones, twins, open mouth, words, text, logos, signature,
|
| 620 |
+
watermark, (ugly eyes, deformed iris, deformed pupils, fused lips and
|
| 621 |
+
teeth:1.2), text, close up, cropped, out of frame, worst quality, low
|
| 622 |
+
quality, ugly, duplicate, mutilated, extra fingers, mutated hands, poorly
|
| 623 |
+
drawn hands, ugly face, mutation, deformed, bad anatomy, bad proportions,
|
| 624 |
+
extra limbs, cloned face, disfigured, gross proportions, malformed limbs,
|
| 625 |
+
missing arms, missing legs, extra arms, extra legs, fused fingers, too
|
| 626 |
+
many fingers, long neck, multiple people, pedestrians, clones, twins, open
|
| 627 |
+
mouth
|
| 628 |
+
output:
|
| 629 |
+
url: images/00051-3353241719.png
|
| 630 |
+
base_model: runwayml/stable-diffusion-v1-5
|
| 631 |
+
instance_prompt: ATC
|
| 632 |
+
license: cc-by-sa-4.0
|
| 633 |
+
---
|
| 634 |
+
# A Touch of Color
|
| 635 |
+
|
| 636 |
+
<Gallery />
|
| 637 |
+
|
| 638 |
+
## Model description
|
| 639 |
+
|
| 640 |
+
A Touch of Color (ATC) is a LoRA designed to enhance the generation of photorealistic images of women from diverse ethnic backgrounds, including African, African American, Indian, Asian, and mixed-race subjects. By refining supermodel-like features, ATC addresses the limitations some Stable Diffusion (SD) models face in accurately generating brown-skinned individuals and recognizing ethnic tags. Although it is specifically trained on female subjects, ATC delivers high-quality results, ideal for makeup editorial commercial closeups that highlight facial and eye details. Additionally, it excels at rendering tanned white-skinned individuals, complete with tan lines and freckle details. Activate by using the tag ATC or ATouchOfColor:1 inside left and right angle brackets.
|
| 641 |
+
|
| 642 |
+
#### Key Features:
|
| 643 |
+
|
| 644 |
+
- **Compatibility:** Works seamlessly with Stable Diffusion 1.5 models.
|
| 645 |
+
- **Resolution:** Capable of generating images in various resolutions.
|
| 646 |
+
- **Tag Recognition:** Accurately understands and responds to a wide range of tags, including:
|
| 647 |
+
- Editorial
|
| 648 |
+
- Dark skin
|
| 649 |
+
- Brown skin
|
| 650 |
+
- African
|
| 651 |
+
- African American
|
| 652 |
+
- European
|
| 653 |
+
- White skin
|
| 654 |
+
- Tan skin
|
| 655 |
+
- Asian
|
| 656 |
+
- Japanese
|
| 657 |
+
- Korean
|
| 658 |
+
- Indian
|
| 659 |
+
- Mixed race
|
| 660 |
+
- Close up
|
| 661 |
+
- Glamour
|
| 662 |
+
- Makeup editorial
|
| 663 |
+
- Boho
|
| 664 |
+
- Bohemian
|
| 665 |
+
- Bokeh
|
| 666 |
+
- Depth of field
|
| 667 |
+
- Full Lips
|
| 668 |
+
- **NSFW Capabilities:** Capable of generating NSFW content.
|
| 669 |
+
|
| 670 |
+
## Trigger words
|
| 671 |
+
|
| 672 |
+
You should use `ATC` to trigger the image generation.
|
| 673 |
+
|
| 674 |
+
|
| 675 |
+
## Download model
|
| 676 |
+
|
| 677 |
+
Weights for this model are available in Safetensors format.
|
| 678 |
+
|
| 679 |
+
[Download](/Human23/ATouchOfColor_ATC/tree/main) them in the Files & versions tab.
|