Luo-Yihong commited on
Commit
bed2421
1 Parent(s): 7cf8c81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ The simple inference without informative initialization, but worse quality:
33
  pipeline = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", torch_dtype = torch.float16)
34
  pipeline = pipeline.to('cuda')
35
  pipeline.scheduler = LCMScheduler.from_config(pipeline.scheduler.config)
36
- pipeline.load_lora_weights('Yihong666/yoso_sd1.5_lora')
37
  generator = torch.manual_seed(318)
38
  steps = 1
39
  imgs = pipeline(prompt="A photo of a corgi in forest, highly detailed, 8k, XT3.",
 
33
  pipeline = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", torch_dtype = torch.float16)
34
  pipeline = pipeline.to('cuda')
35
  pipeline.scheduler = LCMScheduler.from_config(pipeline.scheduler.config)
36
+ pipeline.load_lora_weights('Luo-Yihong/yoso_sd1.5_lora')
37
  generator = torch.manual_seed(318)
38
  steps = 1
39
  imgs = pipeline(prompt="A photo of a corgi in forest, highly detailed, 8k, XT3.",