aifeifei798 commited on
Commit
98ddd87
·
verified ·
1 Parent(s): d292ca6

Update feifeilib/feifeimodload.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeimodload.py +5 -5
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
- # "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
 
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