b3xxf21f commited on
Commit
25f488e
·
1 Parent(s): 55da7b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
  negative = "(worst quality, low quality:1.4), (bad-image-v2-39000:0.75), (bad_prompt_v2:0.85)"
5
  sampler = "DPM++ 2M Karras"
6
  steps = 35
7
- scale = 8.0
8
  clip_skip = 1
9
  ENSSD = 0
10
 
@@ -18,7 +18,7 @@ models = [
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_v2/7th_anime_v2_B.safetensors",
22
  # "https://huggingface.co/iZELX1/Grapefruit/resolve/main/lemon.safetensors",
23
  # "https://huggingface.co/iZELX1/Grapefruit/resolve/main/Grapefruit.vae.pt",
24
  ]
 
4
  negative = "(worst quality, low quality:1.4), (bad-image-v2-39000:0.75), (bad_prompt_v2:0.85)"
5
  sampler = "DPM++ 2M Karras"
6
  steps = 35
7
+ scale = 7.0
8
  clip_skip = 1
9
  ENSSD = 0
10
 
 
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/iZELX1/Grapefruit/resolve/main/lemon.safetensors",
23
  # "https://huggingface.co/iZELX1/Grapefruit/resolve/main/Grapefruit.vae.pt",
24
  ]