Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeimodload.py
Browse files
feifeilib/feifeimodload.py
CHANGED
@@ -14,13 +14,13 @@ def feifeimodload():
|
|
14 |
taef1 = AutoencoderTiny.from_pretrained("aifeifei798/taef1", torch_dtype=dtype).to(
|
15 |
device
|
16 |
)
|
17 |
-
pipe = DiffusionPipeline.from_pretrained(
|
18 |
-
"sayakpaul/FLUX.1-merged", torch_dtype=dtype, vae=taef1
|
19 |
-
).to(device)
|
20 |
-
|
21 |
# pipe = DiffusionPipeline.from_pretrained(
|
22 |
-
# "
|
23 |
# ).to(device)
|
|
|
|
|
|
|
|
|
24 |
|
25 |
# pipe = DiffusionPipeline.from_pretrained(
|
26 |
# "black-forest-labs/FLUX.1-schnell", torch_dtype=dtype, vae=taef1
|
|
|
14 |
taef1 = AutoencoderTiny.from_pretrained("aifeifei798/taef1", torch_dtype=dtype).to(
|
15 |
device
|
16 |
)
|
|
|
|
|
|
|
|
|
17 |
# pipe = DiffusionPipeline.from_pretrained(
|
18 |
+
# "sayakpaul/FLUX.1-merged", torch_dtype=dtype, vae=taef1
|
19 |
# ).to(device)
|
20 |
+
|
21 |
+
pipe = DiffusionPipeline.from_pretrained(
|
22 |
+
"aifeifei798/shuttle-3-diffusion", torch_dtype=dtype, vae=taef1
|
23 |
+
).to(device)
|
24 |
|
25 |
# pipe = DiffusionPipeline.from_pretrained(
|
26 |
# "black-forest-labs/FLUX.1-schnell", torch_dtype=dtype, vae=taef1
|