Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ pipeline = AutoPipelineForText2Image.from_pretrained(
|
|
71 |
).to('cuda')
|
72 |
|
73 |
pipeline.load_lora_weights(
|
74 |
-
'Prgckwb/trpfrog-sd3.
|
75 |
weight_name='pytorch_lora_weights.safetensors'
|
76 |
)
|
77 |
image = pipeline('an icon of trpfrog').images[0]
|
|
|
71 |
).to('cuda')
|
72 |
|
73 |
pipeline.load_lora_weights(
|
74 |
+
'Prgckwb/trpfrog-sd3.5-medium-lora',
|
75 |
weight_name='pytorch_lora_weights.safetensors'
|
76 |
)
|
77 |
image = pipeline('an icon of trpfrog').images[0]
|