mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-02 23:33:28 -08:00
extra network metadata inherit old description
This commit is contained in:
parent
7f9dbc45b1
commit
c102780693
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class UserMetadataEditor:
|
|||
user_metadata = {}
|
||||
item['user_metadata'] = user_metadata
|
||||
|
||||
if len(user_metadata) == 0:
|
||||
user_metadata = {'description': item.get('description', '')}
|
||||
return user_metadata
|
||||
|
||||
def create_extra_default_items_in_left_column(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue