mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
update en paths
This commit is contained in:
@@ -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**
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user