mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-07 11:00:43 -08:00
txt2img Hires Fix
This commit is contained in:
parent
6c6c6636bb
commit
c27c0de0f7
2 changed files with 2 additions and 1 deletions
|
|
@ -268,6 +268,7 @@ class Processed:
|
|||
self.height = p.height
|
||||
self.sampler_name = p.sampler_name
|
||||
self.cfg_scale = p.cfg_scale
|
||||
self.image_cfg_scale = getattr(p, 'image_cfg_scale', None)
|
||||
self.steps = p.steps
|
||||
self.batch_size = p.batch_size
|
||||
self.restore_faces = p.restore_faces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue