diff --git a/CHANGELOG.md b/CHANGELOG.md index 563499a3c..3561662ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ for *backend:original* use extension: - Switch Diffusers prompt parser - Include chaiNNer extension as submodule +- SDXL training This is a big one, with some major changes and new functionality... And probably the biggest release since introduction of **Diffusers** diff --git a/modules/ui_extra_networks.py b/modules/ui_extra_networks.py index f78a8b7e1..850f0cf03 100644 --- a/modules/ui_extra_networks.py +++ b/modules/ui_extra_networks.py @@ -617,7 +617,7 @@ def create_ui(container, button_parent, tabname, skip_indexing = False): Description{item.description} Preview Embedded{item.preview.startswith('data:')} ''' - desc = f'Name: {item.name}\nDescription: {item.description}\nPrompt: {item.prompt}\nNegative: {item.negative}\nExtra: {item.extra}\n' + desc = f'Name: {os.path.basename(item.name)}\nDescription: {item.description}\nPrompt: {item.prompt}\nNegative: {item.negative}\nExtra: {item.extra}\n' text = f'''

{item.name}