mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-12 00:23:50 +01:00
Autosave on prompt change
This commit is contained in:
parent
d75d7a3a63
commit
5c61fcf479
|
|
@ -532,6 +532,8 @@ def setup_auto_save():
|
|||
'include_past_attachments',
|
||||
|
||||
# Image generation tab (ui_image_generation.py)
|
||||
'image_prompt',
|
||||
'image_neg_prompt',
|
||||
'image_width',
|
||||
'image_height',
|
||||
'image_aspect_ratio',
|
||||
|
|
|
|||
Loading…
Reference in a new issue