Spaces:
Running
on
Zero
Running
on
Zero
Update app_v2.py
Browse files
app_v2.py
CHANGED
|
@@ -209,7 +209,7 @@ with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as iface:
|
|
| 209 |
inputs=[
|
| 210 |
control_image, prompt, system_prompt, scale, steps,
|
| 211 |
controlnet_conditioning_scale, guidance_scale, seed,
|
| 212 |
-
guidance_end, temperature_slider,
|
| 213 |
],
|
| 214 |
outputs=[output_caption, generated_image]
|
| 215 |
)
|
|
|
|
| 209 |
inputs=[
|
| 210 |
control_image, prompt, system_prompt, scale, steps,
|
| 211 |
controlnet_conditioning_scale, guidance_scale, seed,
|
| 212 |
+
guidance_end, temperature_slider, top_p_slider, max_tokens_slider, log_prompt
|
| 213 |
],
|
| 214 |
outputs=[output_caption, generated_image]
|
| 215 |
)
|