Update t2i/Fluently-XL-v2.py
Browse files- t2i/Fluently-XL-v2.py +1 -0
t2i/Fluently-XL-v2.py
CHANGED
|
@@ -22,6 +22,7 @@ def t2i(prompt):
|
|
| 22 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
| 23 |
|
| 24 |
## lora
|
|
|
|
| 25 |
# pipe.load_lora_weights("ehristoforu/dalle-3-xl-v2", weight_name="dalle-3-xl-lora-v2.safetensors", adapter_name="dalle")
|
| 26 |
# pipe.set_adapters("dalle")
|
| 27 |
|
|
|
|
| 22 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
| 23 |
|
| 24 |
## lora
|
| 25 |
+
# wget -c https://hf-mirror.com/ehristoforu/dalle-3-xl-v2/resolve/main/dalle-3-xl-lora-v2.safetensors
|
| 26 |
# pipe.load_lora_weights("ehristoforu/dalle-3-xl-v2", weight_name="dalle-3-xl-lora-v2.safetensors", adapter_name="dalle")
|
| 27 |
# pipe.set_adapters("dalle")
|
| 28 |
|