Update app.py
Browse files
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))
|