cutycat2000x commited on
Commit
9f9c962
1 Parent(s): 1b3aa6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ if torch.cuda.is_available():
46
  use_safetensors=True,
47
  )
48
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
49
- pipe.load_lora_weights("cutycat2000x/InterDiffusion-LoRA", weight_name="lora.safetensors", adapter_name="InterDiffusion-3.8")
50
  pipe.set_adapters("InterDiffusion-3.8")
51
  pipe.to("cuda")
52
 
 
46
  use_safetensors=True,
47
  )
48
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
49
+ pipe.load_lora_weights("cutycat2000x/LoRA", weight_name="lora.safetensors", adapter_name="InterDiffusion-3.8")
50
  pipe.set_adapters("InterDiffusion-3.8")
51
  pipe.to("cuda")
52