XavierJiezou commited on
Commit
41c83f6
·
verified ·
1 Parent(s): ec50c67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -703,7 +703,7 @@ class ImageGenerator:
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"
707
  device = "cuda" if torch.cuda.is_available() else "cpu"
708
  size = 512
709
  seed = 42
 
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-schnell"
707
  device = "cuda" if torch.cuda.is_available() else "cpu"
708
  size = 512
709
  seed = 42