Update README.md
Browse files
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("/
|
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 |
|