VikramSingh178
commited on
Update README.md
Browse files
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/
|
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 |
|