We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you extend list of saved/restored options with txt2img_hr_resize_x and txt2img_hr_resize_y.
The patch is:
diff --git a/scripts/config_presets.py b/scripts/config_presets.py index c4df7cc..162ac84 100644 --- a/scripts/config_presets.py +++ b/scripts/config_presets.py @@ -350,6 +350,8 @@ class Script(scripts.Script): "txt2img_restore_faces", "txt2img_enable_hr", "txt2img_hr_scale", + "txt2img_hr_resize_x", + "txt2img_hr_resize_y", "txt2img_hr_upscaler", "txt2img_hires_steps", "txt2img_denoising_strength",
The text was updated successfully, but these errors were encountered:
This feature was added last night. See #34
Sorry, something went wrong.
No branches or pull requests
Could you extend list of saved/restored options with txt2img_hr_resize_x and txt2img_hr_resize_y.
The patch is:
The text was updated successfully, but these errors were encountered: