Find your cozy spot on Auto1111's webui
Cozy Nest is a UI extension for Automatic's sd-webui. Inspired by anapnoe's work
I won't support mobile usage. Although you can use Cozy Nest on your desktop and add CozyNest=No
in the URL when using webui from your mobile.
Tested in Chrome, should work in Firefox with minor bug. I plan to fix it later.
User reported that it works on Vlad's fork of sd-webui, although I haven't tested it myself.
Features:
- Fully integrated Image Browser IN BETA. Lots of bugs and missing features. Please be kind with Github issues.
- Send to txt2img / img2img / …
- Clean memory for image not visible (unload them / replace with dummy div) clean filteredImages and loadedImage Array
- manage new image generated
- Automatically get image output folder (without grid folder)
- Drag and drop image
- Resizable panels
- Full Screen Inpainting
- Customizable tab menu position (top, left, centered)
- Cozy look with dark or light theme (add
?__theme=light
in url or set--theme=light
in Auto1111 start arguments to switch to light theme) - Bypass Cozy Nest by adding
CozyNest=No
in URL param (ie: http://localhost:8501/?CozyNest=No) - useful for mobile - Save resize bar position / panel ratio in local storage
- Customize accent color
- Add or remove accent to the generate buttons
- Customize font size
- Move settings in a dedicated collapsible and movable tab
- Smaller bottom padding bar to get a bit more screen space
- Setting to center the top menu tabs
- Setting to remove the gap between checkpoint and other quicksetting
- Setting to center quicksetting
- Loading screen with estimated percentage based on previous loading time
- make settings tab movable
- Extra network in a dedicated tab:
- Resizable side panel
- Customizable card size
- Drag and Drop tab button inside or outside a “tab container” to bring them or move them from/out main menu
- Extra Networks left sided tab.
- Close Extra Network tab with escape key
- Fetch version from a desicated json file hosted directly in the repo to an easier view of update of Cozy Nest.
It's made by being a bit hacky on the DOM to tweaks Gradio default features and existing css of Auto1111. It will probably break with each update of auto1111, but I'll try to keep it up to date.
- Open your SD-Webui
- Goto Extension Tab
- add Extenion by pasting this URL https://github.com/Nevysha/Cozy-Nest
Or search for Cozy Nest in the extension tab (you'll have to check ads because of my ko-fi link inside the extension).
My roadmap is available here : Notion Roadmap. Please note that this is the draft I use to keep track of suggestions, issue, or idea that I get. I'm not sure I'll implement everything.
Feel free to contribute to this project. I'm sure there are a lot of things that can be improved. I'll try to keep this extension up to date with the latest version of auto1111.
- anapnoe's incredible work on its fork of sd-webui
- AUTOMATIC1111's work on sd-webui