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:
JeLuF
2022-12-05 06:32:33 +01:00
committed by GitHub
parent 7861c57317
commit e7ca8090fd
7 changed files with 72 additions and 10 deletions

View File

@ -21,6 +21,7 @@ const SETTINGS_IDS_LIST = [
"guidance_scale",
"prompt_strength",
"output_format",
"output_quality",
"negative_prompt",
"stream_image_progress",
"use_face_correction",