diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af1d23a5..1137f59c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/modules/ui.py b/modules/ui.py index c1154d9d9..d6f7bb62c 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -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)