mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-16 02:59:06 +02:00
Make JPEG Output quality user controllable (#607)
Add a slider to the image options for the JPEG quality For PNG images, the slider is hidden.
This commit is contained in:
@ -21,6 +21,7 @@ const SETTINGS_IDS_LIST = [
|
||||
"guidance_scale",
|
||||
"prompt_strength",
|
||||
"output_format",
|
||||
"output_quality",
|
||||
"negative_prompt",
|
||||
"stream_image_progress",
|
||||
"use_face_correction",
|
||||
|
Reference in New Issue
Block a user