prithivMLmods commited on
Commit
50face2
1 Parent(s): 29ae3e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,8 +63,8 @@ Image Processing Parameters
63
  )
64
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
65
 
66
- pipe.load_lora_weights("prithivMLmods/Canopus-Realism-LoRA", weight_name="Canopus-Realism-LoRA.safetensors", adapter_name="rlms")
67
- pipe.set_adapters("rlms")
68
  pipe.to("cuda")
69
  ```
70
 
 
63
  )
64
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
65
 
66
+ pipe.load_lora_weights("prithivMLmods/Berenices-Alpha-DW-LoRA", weight_name="Berenices-Alpha-DW-LoRA.safetensors", adapter_name="DW")
67
+ pipe.set_adapters("DW")
68
  pipe.to("cuda")
69
  ```
70