prithivMLmods commited on
Commit
6f4f6bd
·
verified ·
1 Parent(s): 128cb55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ if torch.cuda.is_available():
53
  use_safetensors=True,
54
  )
55
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
56
- pipe.load_lora_weights("prithivMLmods/Canopus-Realism-LoRA", weight_name="Canopus-Realism-LoRA.safetensors", adapter_name="rlms")
57
  pipe.set_adapters("rlms")
58
  pipe.to("cuda")
59
 
 
53
  use_safetensors=True,
54
  )
55
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
56
+ pipe.load_lora_weights("prithivMLmods/Montuno-Omega-Anime-V2.0", weight_name="Montuno-Omega-Anime-V2.safetensors", adapter_name="rlms")
57
  pipe.set_adapters("rlms")
58
  pipe.to("cuda")
59