mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-09 13:49:48 +00:00
extra network metadata inherit old description
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user