Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
| 40 |
torch_dtype=torch.float16,
|
| 41 |
).to("cuda")
|
| 42 |
|
| 43 |
-
pipe.load_lora_weights("SkyAsl/
|
| 44 |
pipe.fuse_lora()
|
| 45 |
|
| 46 |
image = pipe("a high-quality portrait of a woman").images[0]
|
|
|
|
| 40 |
torch_dtype=torch.float16,
|
| 41 |
).to("cuda")
|
| 42 |
|
| 43 |
+
pipe.load_lora_weights("SkyAsl/Portrait-generator")
|
| 44 |
pipe.fuse_lora()
|
| 45 |
|
| 46 |
image = pipe("a high-quality portrait of a woman").images[0]
|