VikramSingh178 commited on
Commit
c6a3c5b
1 Parent(s): 79e23b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ import torch
30
 
31
  pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16)
32
  pipe.to("cuda")
33
- pipe.load_lora_weights("VikramSingh178/sdxl-lora-finetune-products10k-caption")
34
 
35
  prompt = "Commercial photography of a black down jacket with a logo on the chest."
36
 
 
30
 
31
  pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16)
32
  pipe.to("cuda")
33
+ pipe.load_lora_weights("VikramSingh178/Products10k-SDXL-Lora)
34
 
35
  prompt = "Commercial photography of a black down jacket with a logo on the chest."
36