prithivMLmods commited on
Commit
32666b9
·
verified ·
1 Parent(s): 22b7f20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ Image Processing Parameters
56
  )
57
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
58
 
59
- pipe.load_lora_weights("prithivMLmods/Canopus-Animaliea-Artism", weight_name=" Canopus-Animaliea-Artism.safetensors", adapter_name="Pencil Art")
60
  pipe.set_adapters("Pencil Art")
61
  pipe.to("cuda")
62
  ```
 
56
  )
57
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
58
 
59
+ pipe.load_lora_weights("prithivMLmods/Canopus-Pencil-Art-LoRA", weight_name="Canopus-Pencil-Art-LoRA.safetensors", adapter_name="Pencil Art")
60
  pipe.set_adapters("Pencil Art")
61
  pipe.to("cuda")
62
  ```