prithivMLmods commited on
Commit
39d5854
1 Parent(s): 472733b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ if torch.cuda.is_available():
42
  use_safetensors=True,
43
  )
44
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
45
- pipe.load_lora_weights("h1t/TCD-SDXL-LoRA", weight_name=" pytorch_lora_weights.safetensors", adapter_name="dalle")
46
  pipe.set_adapters("dalle")
47
  pipe.to("cuda")
48
 
 
42
  use_safetensors=True,
43
  )
44
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
45
+ pipe.load_lora_weights("h1t/TCD-SDXL-LoRA", weight_name="pytorch_lora_weights.safetensors", adapter_name="dalle")
46
  pipe.set_adapters("dalle")
47
  pipe.to("cuda")
48