Update README.md
Browse files
README.md
CHANGED
|
@@ -87,7 +87,7 @@ pipe = StableDiffusionPipeline.from_pretrained(
|
|
| 87 |
# Load LoRA weights
|
| 88 |
pipe.unet = PeftModel.from_pretrained(
|
| 89 |
pipe.unet,
|
| 90 |
-
"
|
| 91 |
)
|
| 92 |
pipe = pipe.to("cuda")
|
| 93 |
|
|
|
|
| 87 |
# Load LoRA weights
|
| 88 |
pipe.unet = PeftModel.from_pretrained(
|
| 89 |
pipe.unet,
|
| 90 |
+
"DAVEinside/Vintage_art_LORA"
|
| 91 |
)
|
| 92 |
pipe = pipe.to("cuda")
|
| 93 |
|