XavierJiezou commited on
Commit
ec50c67
·
verified ·
1 Parent(s): 6666d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -700,7 +700,7 @@ class ImageGenerator:
700
 
701
  def get_args(self):
702
  class Args:
703
- pipe = "black-forest-labs/FLUX.1-dev"
704
  lora_ckpt = "weights"
705
  moe_ckpt = "weights/mogle.pt"
706
  pretrained_ckpt = "black-forest-labs/FLUX.1-dev"
 
700
 
701
  def get_args(self):
702
  class Args:
703
+ pipe = "black-forest-labs/FLUX.1-schnell"
704
  lora_ckpt = "weights"
705
  moe_ckpt = "weights/mogle.pt"
706
  pretrained_ckpt = "black-forest-labs/FLUX.1-dev"