Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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"
|