Commit ·
2a0ddef
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +217 -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,217 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
(masterpiece, best quality, score_9, score_8_up, ultra high resolution
|
| 10 |
+
photo, girl has beautiful hand model hands:1.1),
|
| 11 |
+
parameters:
|
| 12 |
+
negative_prompt: >-
|
| 13 |
+
(worst quality, normal quality, score_3, score_4, dirty_part:1.1),
|
| 14 |
+
watermark_text, dirty_text, optical_illusion_photo, vague_fingertip
|
| 15 |
+
output:
|
| 16 |
+
url: images/00620-08-11-2024_215807.jpeg
|
| 17 |
+
- text: >-
|
| 18 |
+
(incredibly ultra lifelike, perfect professional precise, masterpiece, best
|
| 19 |
+
quality intricately detailed, extremely beautiful, light and shadow, amazing
|
| 20 |
+
photo:1.1),
|
| 21 |
+
parameters:
|
| 22 |
+
negative_prompt: >-
|
| 23 |
+
(nasty_drawing, vague_face, vague_eyes, watermark_text, signature_text,
|
| 24 |
+
icon, worst quality, dirty_parts, vague_part, vague_detail,
|
| 25 |
+
vague_fingertip:1.1), simple background, boring_plain_emotion,
|
| 26 |
+
amateur_composition, nasty_fingers, nasty_fingertips, nasty_nails,
|
| 27 |
+
nasty_hands
|
| 28 |
+
output:
|
| 29 |
+
url: images/3.jpeg
|
| 30 |
+
- text: >-
|
| 31 |
+
(masterpiece, best quality, score_9, score_8_up, webcam aesthetic, natural
|
| 32 |
+
beauty:1.4),
|
| 33 |
+
parameters:
|
| 34 |
+
negative_prompt: >-
|
| 35 |
+
(worst quality, normal quality, score_3, score_4:1.0), watermark, text,
|
| 36 |
+
unrealistic perfection, excessive filtering, artificial poses,
|
| 37 |
+
oversaturated colors, poor webcam quality, fake emotion
|
| 38 |
+
output:
|
| 39 |
+
url: images/20.jpeg
|
| 40 |
+
- text: >-
|
| 41 |
+
(32k uhd resolution photo, incredibly ultra lifelike, perfect professional
|
| 42 |
+
precise, masterpiece, best quality extremely intricate detailed, extremely
|
| 43 |
+
beautiful, light and shadow, amazing photo:1.1),
|
| 44 |
+
output:
|
| 45 |
+
url: images/12.jpeg
|
| 46 |
+
- text: >-
|
| 47 |
+
(best quality, score_9, score_8_up, professional portrait, corporate
|
| 48 |
+
photography, man_hand_model, expensive watch:1.1),
|
| 49 |
+
parameters:
|
| 50 |
+
negative_prompt: (worst quality, cg, illust, painting, vague_fingertip, dirty_nails:1.1)
|
| 51 |
+
output:
|
| 52 |
+
url: images/19.jpeg
|
| 53 |
+
- text: (masterpiece, best quality, score_9, score_8_up, oil painting:1.1),
|
| 54 |
+
parameters:
|
| 55 |
+
negative_prompt: >-
|
| 56 |
+
(worst quality, normal quality, score_3, score_4, dirty_part:1.1),
|
| 57 |
+
watermark_text, dirty_text, optical_illusion_photo, vague_fingertip,
|
| 58 |
+
vague_stud, vague_buttons
|
| 59 |
+
output:
|
| 60 |
+
url: images/00652-08-11-2024_223141.jpeg
|
| 61 |
+
- text: >-
|
| 62 |
+
(incredibly ultra lifelike, perfect professional precise, masterpiece, best
|
| 63 |
+
quality intricately detailed, extremely beautiful, light and shadow, amazing
|
| 64 |
+
illustration:1.1),
|
| 65 |
+
parameters:
|
| 66 |
+
negative_prompt: >-
|
| 67 |
+
(strabismus, watermark_text, signature_text, icon, worst quality,
|
| 68 |
+
dirty_parts, vague_part, vague_detail, vague_fingertip,
|
| 69 |
+
nasty_fingers:1.1), simple background, boring_plain_emotion,
|
| 70 |
+
amateur_composition, nasty_fingertips, nasty_nails, nasty_hands,
|
| 71 |
+
fused_hands
|
| 72 |
+
output:
|
| 73 |
+
url: images/4.jpeg
|
| 74 |
+
- text: "(incredibly ultra lifelike, perfect professional precise, masterpiece, best quality intricately detailed, extremely beautiful, light and shadow, amazing \bphoto:1.1),"
|
| 75 |
+
parameters:
|
| 76 |
+
negative_prompt: 2d, illust, painting, 3d, modeling, cg
|
| 77 |
+
output:
|
| 78 |
+
url: images/5.jpeg
|
| 79 |
+
- text: >-
|
| 80 |
+
(incredibly ultra lifelike, perfect professional precise, masterpiece, best
|
| 81 |
+
quality extremely intricate detailed, extremely beautiful, light and shadow,
|
| 82 |
+
amazing photo:1.1),
|
| 83 |
+
parameters:
|
| 84 |
+
negative_prompt: >-
|
| 85 |
+
(worst quality, normal quality, score_3, score_4, photorealistic, cg,
|
| 86 |
+
game, drawing, painting)
|
| 87 |
+
output:
|
| 88 |
+
url: images/7.jpeg
|
| 89 |
+
- text: >-
|
| 90 |
+
(incredibly ultra lifelike, perfect professional precise, masterpiece, best
|
| 91 |
+
quality extremely intricate detailed, extremely beautiful, light and shadow,
|
| 92 |
+
amazing illust:1.1),
|
| 93 |
+
parameters:
|
| 94 |
+
negative_prompt: >-
|
| 95 |
+
(worst quality, normal quality, score_3, score_4, low resolution details,
|
| 96 |
+
bokeh:1.2)
|
| 97 |
+
output:
|
| 98 |
+
url: images/8.jpeg
|
| 99 |
+
- text: (masterpiece, best quality, score_9, score_8_up, oil painting:1.1),
|
| 100 |
+
parameters:
|
| 101 |
+
negative_prompt: >-
|
| 102 |
+
(worst quality, normal quality, score_3, score_4, dirty_part:1.1),
|
| 103 |
+
watermark_text, dirty_text, optical_illusion_photo, vague_fingertip,
|
| 104 |
+
vague_stud, vague_buttons
|
| 105 |
+
output:
|
| 106 |
+
url: images/00652-08-11-2024_223141.jpeg
|
| 107 |
+
- text: >-
|
| 108 |
+
(32k uhd resolution, extremely intricate best detailed, masterpiece, best
|
| 109 |
+
quality, score_9, score_8_up, architectural photography:1.1),
|
| 110 |
+
parameters:
|
| 111 |
+
negative_prompt: >-
|
| 112 |
+
(scuffed, worst quality, normal quality, score_3, score_4:1.1), watermark,
|
| 113 |
+
text, cluttered space, artificial looking plants, poor lighting, flat
|
| 114 |
+
perspective, unrealistic architecture
|
| 115 |
+
output:
|
| 116 |
+
url: images/15.jpeg
|
| 117 |
+
- text: >-
|
| 118 |
+
32k uhd resolution, incredibly ultra lifelike, perfect professional precise,
|
| 119 |
+
masterpiece, best quality extremely intricate detailed, extremely beautiful,
|
| 120 |
+
natural light and shadow, amazing,
|
| 121 |
+
parameters:
|
| 122 |
+
negative_prompt: worst quality
|
| 123 |
+
output:
|
| 124 |
+
url: images/14.jpeg
|
| 125 |
+
- text: >-
|
| 126 |
+
(32k uhd resolution, incredibly ultra lifelike, perfect professional
|
| 127 |
+
precise, masterpiece, best quality extremely intricate detailed, extremely
|
| 128 |
+
beautiful, natural light and shadow, amazing macro level photo, perfect
|
| 129 |
+
perspective:1.1),
|
| 130 |
+
parameters:
|
| 131 |
+
negative_prompt: (toy, cg, illust, painting, artificial:1.1)
|
| 132 |
+
output:
|
| 133 |
+
url: images/13.jpeg
|
| 134 |
+
- text: >-
|
| 135 |
+
(incredibly ultra lifelike, perfect professional precise, masterpiece, best
|
| 136 |
+
quality extremely intricate detailed, extremely beautiful, light and shadow,
|
| 137 |
+
amazing photo:1.1),
|
| 138 |
+
parameters:
|
| 139 |
+
negative_prompt: >-
|
| 140 |
+
(worst quality, normal quality, score_3, score_4, low resolution details,
|
| 141 |
+
bokeh, out of focus, cg, illust, painting:1.2)
|
| 142 |
+
output:
|
| 143 |
+
url: images/9.jpeg
|
| 144 |
+
- text: >-
|
| 145 |
+
32k uhd resolution, extremely intricate best detailed lifelike scary and
|
| 146 |
+
gross deepsea creature, masterpiece, best quality, score_9, score_8_up,
|
| 147 |
+
Phase One XF quality, macro photography,
|
| 148 |
+
parameters:
|
| 149 |
+
negative_prompt: cg, painting, illust
|
| 150 |
+
output:
|
| 151 |
+
url: images/16.jpeg
|
| 152 |
+
- text: "(incredibly ultra lifelike evil, perfect professional precise, masterpiece, best quality intricately detailed, extremely beautiful, light and shadow, amazing\boil painting:1.1),"
|
| 153 |
+
parameters:
|
| 154 |
+
negative_prompt: >-
|
| 155 |
+
(worst quality, normal quality, score_3, score_4, photorealistic, cg,
|
| 156 |
+
game), watermark, text, cartoonish, amateur oil painting style, bland
|
| 157 |
+
colors, static pose, symmetrical composition, cute elements, bright
|
| 158 |
+
lighting
|
| 159 |
+
output:
|
| 160 |
+
url: images/6.jpeg
|
| 161 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 162 |
+
instance_prompt: >-
|
| 163 |
+
base model, anime, 3d, photorealistic, all in one, 2d, cinematic, game,
|
| 164 |
+
ultimate, unify
|
| 165 |
+
license: creativeml-openrail-m
|
| 166 |
+
---
|
| 167 |
+
# AlbedoBase XL v3.1-Large
|
| 168 |
+
|
| 169 |
+
<Gallery />
|
| 170 |
+
|
| 171 |
+
## Model description
|
| 172 |
+
|
| 173 |
+
Source: civitai
|
| 174 |
+
|
| 175 |
+
About this version
|
| 176 |
+
• Merged over 50 selected latest versions of SDXL models using the recursive script employed in V3.
|
| 177 |
+
|
| 178 |
+
AlbedoBase XL (SFW&NSFW)
|
| 179 |
+
The refiner is unnecessary, and VAE is included.
|
| 180 |
+
|
| 181 |
+
GOAL
|
| 182 |
+
Stable Diffusion XL has 3.5 billion parameters (excluding the Refiner), which is about 3.6 times more than the SD v1.5 version. I believe that this is not just a number, but a number that can lead to a significant improvement in performance.
|
| 183 |
+
|
| 184 |
+
It has been a while since we realized that the overall performance of SD v1.5 has improved beyond imagination thanks to the explosive contributions of our community. Therefore, I am working on completing this AlbedoBase XL model in order to optimally reproduce the performance improvement that occurred in v1.5 in this XL version as well.
|
| 185 |
+
|
| 186 |
+
My goal is to directly test the performance of all Checkpoints and LoRAs that are publicly uploaded to Civitai, and merge only the resources that are judged to be optimal after passing through several filters. This will surpass the performance of image-generating AI of companies such as Midjourney.
|
| 187 |
+
|
| 188 |
+
As of now, AlbedoBase XL v3.1 Large has merged about 200 selected checkpoints and 251 LoRAs.
|
| 189 |
+
|
| 190 |
+
## Trigger words
|
| 191 |
+
|
| 192 |
+
You should use `base model` to trigger the image generation.
|
| 193 |
+
|
| 194 |
+
You should use `anime` to trigger the image generation.
|
| 195 |
+
|
| 196 |
+
You should use `3d` to trigger the image generation.
|
| 197 |
+
|
| 198 |
+
You should use `photorealistic` to trigger the image generation.
|
| 199 |
+
|
| 200 |
+
You should use `all in one` to trigger the image generation.
|
| 201 |
+
|
| 202 |
+
You should use `2d` to trigger the image generation.
|
| 203 |
+
|
| 204 |
+
You should use `cinematic` to trigger the image generation.
|
| 205 |
+
|
| 206 |
+
You should use `game` to trigger the image generation.
|
| 207 |
+
|
| 208 |
+
You should use `ultimate` to trigger the image generation.
|
| 209 |
+
|
| 210 |
+
You should use `unify` to trigger the image generation.
|
| 211 |
+
|
| 212 |
+
|
| 213 |
+
## Download model
|
| 214 |
+
|
| 215 |
+
Weights for this model are available in Safetensors format.
|
| 216 |
+
|
| 217 |
+
[Download](/AiWise/AlbedoBase-XL_v31-Large/tree/main) them in the Files & versions tab.
|