multimodalart HF staff commited on
Commit
7826dcb
1 Parent(s): 8846542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ sdxl_loras_raw_new = [item for item in sdxl_loras_raw if item.get("new") == True
55
 
56
  sdxl_loras_raw = [item for item in sdxl_loras_raw if item.get("new") != True]
57
 
58
- lcm_lora_id = "lcm-sd/lcm-sdxl-base-1.0-lora"
59
 
60
  vae = AutoencoderKL.from_pretrained(
61
  "madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16
 
55
 
56
  sdxl_loras_raw = [item for item in sdxl_loras_raw if item.get("new") != True]
57
 
58
+ lcm_lora_id = "latent-consistency/lcm-lora-sdxl"
59
 
60
  vae = AutoencoderKL.from_pretrained(
61
  "madebyollin/sdxl-vae-fp16-fix", torch_dtype=torch.float16