John6666 commited on
Commit
d1bc90c
1 Parent(s): 1e9dd50

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -30,9 +30,10 @@ preset_dict = {
30
  "Default": [True, "", "Euler a", "", 1.0, "", 1.0, "", 1.0, "", 1.0, "", 1.0],
31
  "Bake in standard VAE": [True, "https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl.vae.safetensors",
32
  "Euler a", "", 1.0, "", 1.0, "", 1.0, "", 1.0, "", 1.0],
33
- "Hyper-SDXL & SPO": [True, "https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl.vae.safetensors",
34
  "TCD", "https://huggingface.co/ByteDance/Hyper-SD/blob/main/Hyper-SDXL-8steps-CFG-lora.safetensors", 1.0,
35
- "", 1.0, "", 1.0, "", 1.0, "", 1.0],
 
36
  }
37
 
38
 
 
30
  "Default": [True, "", "Euler a", "", 1.0, "", 1.0, "", 1.0, "", 1.0, "", 1.0],
31
  "Bake in standard VAE": [True, "https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl.vae.safetensors",
32
  "Euler a", "", 1.0, "", 1.0, "", 1.0, "", 1.0, "", 1.0],
33
+ "Hyper-SDXL / SPO": [True, "https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/blob/main/sdxl.vae.safetensors",
34
  "TCD", "https://huggingface.co/ByteDance/Hyper-SD/blob/main/Hyper-SDXL-8steps-CFG-lora.safetensors", 1.0,
35
+ "https://huggingface.co/SPO-Diffusion-Models/SPO-SDXL_4k-p_10ep_LoRA/blob/main/spo_sdxl_10ep_4k-data_lora_diffusers.safetensors",
36
+ 1.0, "", 1.0, "", 1.0, "", 1.0],
37
  }
38
 
39