Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ negative = "(worst quality, low quality:1.4), (bad-image-v2-39000:0.75), (bad_pr
|
|
| 5 |
sampler = "DPM++ 2M Karras"
|
| 6 |
steps = 35
|
| 7 |
scale = 7.0
|
| 8 |
-
clip_skip =
|
| 9 |
ENSSD = 0
|
| 10 |
|
| 11 |
embeddings = [
|
|
@@ -16,10 +16,10 @@ embeddings = [
|
|
| 16 |
models = [
|
| 17 |
# "https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3-fp32-pruned.safetensors",
|
| 18 |
#"https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0.vae.pt",
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
"https://huggingface.co/syaimu/7th_Layer/resolve/main/7th_anime_v3/7th_anime_v3_C.safetensors",
|
| 22 |
-
"https://huggingface.co/DrBob2142/Midnight_Mixes/resolve/main/Midnight%20Mixer%20Melt.safetensors",
|
| 23 |
# "https://huggingface.co/iZELX1/Grapefruit/resolve/main/lemon.safetensors",
|
| 24 |
# "https://huggingface.co/iZELX1/Grapefruit/resolve/main/Grapefruit.vae.pt",
|
| 25 |
]
|
|
|
|
| 5 |
sampler = "DPM++ 2M Karras"
|
| 6 |
steps = 35
|
| 7 |
scale = 7.0
|
| 8 |
+
clip_skip = 2
|
| 9 |
ENSSD = 0
|
| 10 |
|
| 11 |
embeddings = [
|
|
|
|
| 16 |
models = [
|
| 17 |
# "https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/anything-v3-fp32-pruned.safetensors",
|
| 18 |
#"https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0.vae.pt",
|
| 19 |
+
"https://huggingface.co/m4gnett/any-pastel/resolve/main/AnyPastel-nsfw-test-fp16.safetensors",
|
| 20 |
+
"https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0.vae.pt",
|
| 21 |
+
#"https://huggingface.co/syaimu/7th_Layer/resolve/main/7th_anime_v3/7th_anime_v3_C.safetensors",
|
| 22 |
+
#"https://huggingface.co/DrBob2142/Midnight_Mixes/resolve/main/Midnight%20Mixer%20Melt.safetensors",
|
| 23 |
# "https://huggingface.co/iZELX1/Grapefruit/resolve/main/lemon.safetensors",
|
| 24 |
# "https://huggingface.co/iZELX1/Grapefruit/resolve/main/Grapefruit.vae.pt",
|
| 25 |
]
|