prithivMLmods commited on
Commit
0656950
1 Parent(s): b03ec81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ if torch.cuda.is_available():
50
  use_safetensors=True,
51
  )
52
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
53
- pipe.load_lora_weights("prithivMLmods/Canopus-Fashion-Product-Dilation", weight_name="Canopus-Fashion-Product-Dilation.safetensors", adapter_name="rlms")
54
  pipe.set_adapters("rlms")
55
  pipe.to("cuda")
56
 
 
50
  use_safetensors=True,
51
  )
52
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
53
+ pipe.load_lora_weights("prithivMLmods/Canopus-Realism-LoRA", weight_name="Canopus-Realism-LoRA.safetensors", adapter_name="rlms")
54
  pipe.set_adapters("rlms")
55
  pipe.to("cuda")
56