From 9d335a34e82b0df98be92f9da505c5acd8b4554e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 1 Oct 2023 16:20:27 -0400 Subject: [PATCH] update en paths --- CHANGELOG.md | 1 + modules/ui_extra_networks.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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}