LPX55 commited on
Commit
0116076
·
verified ·
1 Parent(s): ccb3024

Update app_kontext.py

Browse files
Files changed (1) hide show
  1. 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 = "LPX55/FLUX.1_Kontext-Lightning"
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.1_Kontext-Lightning-8step"
71
  pipe = FluxKontextPipeline.from_pretrained(
72
  kontext_model,
73
  quantization_config=quant_config,