mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'main' into scaled-aspect-ratio
This commit is contained in:
commit
0f2b8dd7df
@ -507,7 +507,7 @@ Use cursor arrows to make a checkbox selection, and space to toggle.
|
|||||||
scroll_exit=True,
|
scroll_exit=True,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.vram_cache_size = DummyWidgetValue.zero
|
self.vram = DummyWidgetValue.zero
|
||||||
self.nextrely += 1
|
self.nextrely += 1
|
||||||
self.outdir = self.add_widget_intelligent(
|
self.outdir = self.add_widget_intelligent(
|
||||||
FileBox,
|
FileBox,
|
||||||
@ -605,6 +605,7 @@ https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENS
|
|||||||
"vram",
|
"vram",
|
||||||
"outdir",
|
"outdir",
|
||||||
]:
|
]:
|
||||||
|
if hasattr(self, attr):
|
||||||
setattr(new_opts, attr, getattr(self, attr).value)
|
setattr(new_opts, attr, getattr(self, attr).value)
|
||||||
|
|
||||||
for attr in self.autoimport_dirs:
|
for attr in self.autoimport_dirs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user