Text-to-Image
Diffusers
English
lora
SkyAsl commited on
Commit
dcc16ad
·
verified ·
1 Parent(s): c70c9e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/sdxl-face-lora")
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]