prithivMLmods commited on
Commit
100c496
·
verified ·
1 Parent(s): af398ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -60,8 +60,8 @@ Image Processing Parameters
60
  )
61
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
62
 
63
- pipe.load_lora_weights("prithivMLmods/Pegasi-Beta-GTA-LoRA", weight_name="Pegasi-Beta-GTA-LoRA.safetensors", adapter_name="realism")
64
- pipe.set_adapters("realism")
65
  pipe.to("cuda")
66
  ```
67
 
 
60
  )
61
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
62
 
63
+ pipe.load_lora_weights("prithivMLmods/Pegasi-Beta-GTA-LoRA", weight_name="Pegasi-Beta-GTA-LoRA.safetensors", adapter_name="gta")
64
+ pipe.set_adapters("gta")
65
  pipe.to("cuda")
66
  ```
67