This commit is contained in:
Vladimir Mandic
2023-09-14 20:01:30 -04:00
parent e2fe0ef36f
commit 083ab521fa
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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)