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