Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|