CarlosRiverMe
commited on
Commit
•
3998010
1
Parent(s):
534054a
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ import torch
|
|
45 |
pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
|
46 |
|
47 |
pipe.to("cuda")
|
48 |
-
pipe.
|
49 |
|
50 |
prompt = "A photo of ZukyTheDog sitting in a garden"
|
51 |
image = pipe(prompt).images[0]
|
|
|
45 |
pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
|
46 |
|
47 |
pipe.to("cuda")
|
48 |
+
pipe.load_lycoris_weights("CarlosRiverMe/SimpleTuner-stable-diffusion-3.5-large-ZukyTheDog", weight_name="pytorch_lora_weights_final.safetensors")
|
49 |
|
50 |
prompt = "A photo of ZukyTheDog sitting in a garden"
|
51 |
image = pipe(prompt).images[0]
|