mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
cleanup
This commit is contained in:
+2
-2
@@ -22,11 +22,11 @@ Major changes how **hires** works as well as support for a very interesting new
|
||||
- diffusers:
|
||||
- allow loading of sd/sdxl models from safetensors without online connectivity
|
||||
- support for new model: [wuerstchen](https://huggingface.co/warp-ai/wuerstchen)
|
||||
its a high-resolution model (1024px+) that nearly doubls performance of sd-xl with much lower resource requirements
|
||||
its a high-resolution model (1024px+) thats ~40% faster than sd-xl with a bit lower resource requirements
|
||||
go to *models -> huggingface -> search "warp-ai/wuerstchen" -> download*
|
||||
its nearly 12gb in size, so be patient :)
|
||||
- minor re-layout of the main ui
|
||||
- update **ui hints**
|
||||
- updated **ui hints**
|
||||
- updated **models -> civitai**
|
||||
- search and download loras
|
||||
- find previews for already downloaded models or loras
|
||||
|
||||
+1
-1
@@ -937,7 +937,7 @@ def create_ui(startup_timer = None):
|
||||
elif info.folder is not None:
|
||||
with FormRow():
|
||||
res = comp(label=info.label, value=fun(), elem_id=elem_id, elem_classes="folder-selector", **args)
|
||||
ui_common.create_browse_button(res, f"folder_{key}")
|
||||
# ui_common.create_browse_button(res, f"folder_{key}")
|
||||
else:
|
||||
try:
|
||||
res = comp(label=info.label, value=fun(), elem_id=elem_id, **args)
|
||||
|
||||
Reference in New Issue
Block a user