ford442 commited on
Commit
67ab4be
·
verified ·
1 Parent(s): 7cd73a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('fprd442/sdxl-vae-bf16', weight_name='LoRA/bm-goth_epoch_9.safetensors')
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