Update app.py
Browse files
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/
|
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 |
|