AdamLucek commited on
Commit
9f405b7
·
verified ·
1 Parent(s): c7d9ece

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ import torch
52
  pipeline = AutoPipelineForText2Image.from_pretrained("stabilityai/stable-diffusion-3.5-medium", torch_dtype=torch.float16).to("cuda")
53
 
54
  # Load & Fuse LoRA
55
- pipeline.load_lora_weights("/content/pytorch_lora_weights.safetensors")
56
 
57
  lora_scale = 0.7
58
 
 
52
  pipeline = AutoPipelineForText2Image.from_pretrained("stabilityai/stable-diffusion-3.5-medium", torch_dtype=torch.float16).to("cuda")
53
 
54
  # Load & Fuse LoRA
55
+ pipeline.load_lora_weights("AdamLucek/sd3.5M-jareklfoto-LoRA-DreamBooth")
56
 
57
  lora_scale = 0.7
58