Spaces:
Runtime error
Runtime error
Update app_kontext.py
Browse files- app_kontext.py +1 -1
app_kontext.py
CHANGED
|
@@ -67,7 +67,7 @@ except Exception as e:
|
|
| 67 |
# Leave the entire pipeline to the GPU for the best performance.
|
| 68 |
|
| 69 |
# FLUX.1 Dev Kontext Lightning Model / 8-Steps
|
| 70 |
-
kontext_model = "buildborderless/FLUX.
|
| 71 |
pipe = FluxKontextPipeline.from_pretrained(
|
| 72 |
kontext_model,
|
| 73 |
quantization_config=quant_config,
|
|
|
|
| 67 |
# Leave the entire pipeline to the GPU for the best performance.
|
| 68 |
|
| 69 |
# FLUX.1 Dev Kontext Lightning Model / 8-Steps
|
| 70 |
+
kontext_model = "buildborderless/FLUX.MF-Kontext_Lightning-8s-4bit_nf4"
|
| 71 |
pipe = FluxKontextPipeline.from_pretrained(
|
| 72 |
kontext_model,
|
| 73 |
quantization_config=quant_config,
|