ford442 commited on
Commit
03eecd8
·
verified ·
1 Parent(s): a8a4cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -76,8 +76,7 @@ pipe = StableDiffusion3Pipeline.from_pretrained(
76
  #torch_dtype=torch.bfloat16,
77
  #use_safetensors=False,
78
  )
79
-
80
- pipe.load_lora_weights("https://huggingface.co/ford442/sdxl-vae-bf16/LoRA/UltraReal.safetensors")
81
  pipe.to(device=device, dtype=torch.bfloat16)
82
  #pipe.to(device)
83
 
 
76
  #torch_dtype=torch.bfloat16,
77
  #use_safetensors=False,
78
  )
79
+ pipe.load_lora_weights("ford442/sdxl-vae-bf16", weight_name="LoRA/UltraReal.safetensors")
 
80
  pipe.to(device=device, dtype=torch.bfloat16)
81
  #pipe.to(device)
82