shiroppo commited on
Commit
1e066e1
1 Parent(s): 0a94a89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ pipe = AutoPipelineForText2Image.from_pretrained(model_id, torch_dtype=torch.flo
17
  pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
18
  pipe.to("cuda")
19
 
20
- pipe.load_lora_weights("shiroppo/sd_xl_turbo_lora")
21
  pipe.fuse_lora()
22
 
23
  prompt = "1 dog"
 
17
  pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config)
18
  pipe.to("cuda")
19
 
20
+ pipe.load_lora_weights(adapter_id)
21
  pipe.fuse_lora()
22
 
23
  prompt = "1 dog"