update en paths

This commit is contained in:
Vladimir Mandic
2023-10-01 16:20:27 -04:00
parent d572abbec8
commit 9d335a34e8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
for *backend:original* use extension: <https://github.com/ljleb/sd-webui-freeu>
- 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**
+1 -1
View File
@@ -617,7 +617,7 @@ def create_ui(container, button_parent, tabname, skip_indexing = False):
<tr><td>Description</td><td>{item.description}</td></tr>
<tr><td>Preview Embedded</td><td>{item.preview.startswith('data:')}</td></tr>
'''
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'''
<h2 style="border-bottom: 1px solid var(--button-primary-border-color); margin-bottom: 1em; margin-top: -1.3em !important;">{item.name}</h2>
<table style="width: 100%; line-height: 1.3em;"><tbody>