Skip to content
New issue

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

Feature: txt2img_hr_resize_x and txt2img_hr_resize_y #35

Closed
r0mar0ma opened this issue Apr 29, 2023 · 1 comment
Closed

Feature: txt2img_hr_resize_x and txt2img_hr_resize_y #35

r0mar0ma opened this issue Apr 29, 2023 · 1 comment

Comments

@r0mar0ma
Copy link

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",
@Zyin055
Copy link
Owner

Zyin055 commented Apr 29, 2023

This feature was added last night. See #34

@Zyin055 Zyin055 closed this as completed May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants