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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ pipe = StableDiffusion3Pipeline.from_pretrained(
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
 
 
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