DAVEinside commited on
Commit
6f3de5d
·
verified ·
1 Parent(s): 56f5da2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- "YOUR_USERNAME/vintage-travel-poster-lora"
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