mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-06 17:22:49 -08:00
added resize seeds and variation seeds features
This commit is contained in:
parent
003b60b94e
commit
b1707553cf
10 changed files with 171 additions and 28 deletions
|
|
@ -62,7 +62,6 @@ class State:
|
|||
current_image = None
|
||||
current_image_sampling_step = 0
|
||||
|
||||
|
||||
def interrupt(self):
|
||||
self.interrupted = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue