Commit ·
a730691
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +84 -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,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: 'score_9, score_8_up, score_7_up, score_6_up, <lora:dark_v1.9-pony:1.0> '
|
| 9 |
+
parameters:
|
| 10 |
+
negative_prompt: 'score_4, score_5, '
|
| 11 |
+
output:
|
| 12 |
+
url: images/00426-3604767996.png
|
| 13 |
+
- text: 'score_9, score_8_up, score_7_up, score_6_up, <lora:dark_v1.9-pony:1.0> '
|
| 14 |
+
parameters:
|
| 15 |
+
negative_prompt: 'score_4, score_5, '
|
| 16 |
+
output:
|
| 17 |
+
url: images/00281-3867543785.png
|
| 18 |
+
- text: 'score_9, score_8_up, score_7_up, score_6_up, <lora:dark_v1.9-pony:1.0> '
|
| 19 |
+
parameters:
|
| 20 |
+
negative_prompt: 'score_4, score_5, '
|
| 21 |
+
output:
|
| 22 |
+
url: images/00390-3374997761.png
|
| 23 |
+
base_model: LyliaEngine/Pony_Diffusion_V6_XL
|
| 24 |
+
instance_prompt: >-
|
| 25 |
+
dark theme, black theme, dark room, silhouette, dim lighting, dark background,
|
| 26 |
+
black background, backlighting
|
| 27 |
+
license: cdla-permissive-2.0
|
| 28 |
+
---
|
| 29 |
+
# Darker_Images_Slider
|
| 30 |
+
|
| 31 |
+
<Gallery />
|
| 32 |
+
|
| 33 |
+
## Model description
|
| 34 |
+
|
| 35 |
+
You can support my work by posting your images here, by tipping Buzz, and by leaving a like if you enjoyed it! Get exclusive NSFW models at DeviantArt or Booth.pm. Follow for more!
|
| 36 |
+
|
| 37 |
+
I've been trying to train a lora to achieve better dark images for quite a while, but was never satisfied with the results. The way SD works isn't ideal to be able to achieve this. This version, however, does produce good results. It works by combining some of the tags below and the weight of the lora. I recommend combining multiple tags from the list below. Note that the end result ultimately depends on the base model used.
|
| 38 |
+
|
| 39 |
+
dark theme: general darker image
|
| 40 |
+
|
| 41 |
+
dim lighting: darker image with dim light source
|
| 42 |
+
|
| 43 |
+
black theme: darken image based on making things towards the black color, but it can lead to black and white results if there is no color tags in the prompt
|
| 44 |
+
|
| 45 |
+
silhouette: darkens the character and tens to generate a rim light. I recommend using with the tag "solo" as it can generate silhouettes of others in the background
|
| 46 |
+
|
| 47 |
+
dark background: darkens the background. It can generate a black background if none is described in the prompt
|
| 48 |
+
|
| 49 |
+
dark room: similar to "dark background"
|
| 50 |
+
|
| 51 |
+
black background: having a black background darkens the overall image
|
| 52 |
+
|
| 53 |
+
backlighting: generate the effect of light coming from behind the character, and it darken the character as well. I also tried to train with other tags, which you can try, but don't seem very effective: underlighting, sidelighting, uplighting, overlighting. Maybe for a future version I'll revisit this
|
| 54 |
+
|
| 55 |
+
Other tags you can play with: shadow, shade, red light, blue light, red theme, blue theme.
|
| 56 |
+
|
| 57 |
+
Recommended quality tags: score_9, score_8_up, score_7_up, score_6_up. Optional: source_anime
|
| 58 |
+
|
| 59 |
+
Recommended negative tags: score_4, score_5. Optional: 3d, lips, realistic
|
| 60 |
+
|
| 61 |
+
## Trigger words
|
| 62 |
+
|
| 63 |
+
You should use `dark theme` to trigger the image generation.
|
| 64 |
+
|
| 65 |
+
You should use `black theme` to trigger the image generation.
|
| 66 |
+
|
| 67 |
+
You should use `dark room` to trigger the image generation.
|
| 68 |
+
|
| 69 |
+
You should use `silhouette` to trigger the image generation.
|
| 70 |
+
|
| 71 |
+
You should use `dim lighting` to trigger the image generation.
|
| 72 |
+
|
| 73 |
+
You should use `dark background` to trigger the image generation.
|
| 74 |
+
|
| 75 |
+
You should use `black background` to trigger the image generation.
|
| 76 |
+
|
| 77 |
+
You should use `backlighting` to trigger the image generation.
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
## Download model
|
| 81 |
+
|
| 82 |
+
Weights for this model are available in Safetensors format.
|
| 83 |
+
|
| 84 |
+
[Download](/LyliaEngine/Darker_Images_Slider/tree/main) them in the Files & versions tab.
|