Akbartus commited on
Commit
8e9288d
·
verified ·
1 Parent(s): b9856c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,3 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.load("models/black-forest-labs/FLUX.1-schnell").launch()
 
 
 
 
1
  import gradio as gr
2
 
3
+ gr.load("models/black-forest-labs/FLUX.1-schnell").launch(guidance_scale=0.0,
4
+ num_inference_steps=4,
5
+ max_sequence_length=256,
6
+ generator=torch.Generator("cpu").manual_seed(0))