Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ if torch.cuda.is_available():
|
|
46 |
|
47 |
|
48 |
pipe.load_lora_weights("ehristoforu/dalle-3-xl-v2", weight_name="dalle-3-xl-lora-v2.safetensors", adapter_name="dalle")
|
49 |
-
|
50 |
|
51 |
# pipe.to("cuda")
|
52 |
|
|
|
46 |
|
47 |
|
48 |
pipe.load_lora_weights("ehristoforu/dalle-3-xl-v2", weight_name="dalle-3-xl-lora-v2.safetensors", adapter_name="dalle")
|
49 |
+
pipe.set_adapters("dalle")
|
50 |
|
51 |
# pipe.to("cuda")
|
52 |
|