Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ checkpoint = "microsoft/Phi-3.5-mini-instruct"
|
|
66 |
|
67 |
pipe = StableDiffusion3Pipeline.from_pretrained("ford442/stable-diffusion-3.5-medium-bf16",token=True)
|
68 |
|
69 |
-
pipe.load_lora_weights('
|
70 |
|
71 |
pipe.to(device=device, dtype=torch.bfloat16)
|
72 |
|
|
|
66 |
|
67 |
pipe = StableDiffusion3Pipeline.from_pretrained("ford442/stable-diffusion-3.5-medium-bf16",token=True)
|
68 |
|
69 |
+
pipe.load_lora_weights('ford442/sdxl-vae-bf16', weight_name='LoRA/bm-goth_epoch_9.safetensors')
|
70 |
|
71 |
pipe.to(device=device, dtype=torch.bfloat16)
|
72 |
|