carloscar/stable-diffusion-webui-controlnet-docker
Version updates of webui + extensions
Modifies sys.argv depending on 'IS_SHARED_UI' env value + GPU presence
ignore .vscode
Added notice about running on CPU in shared space
startup options depending on if cuda is available or not
updated header message
updated repo names (stable-diffusion-webui-docker -> stable-diffusion-webui-controlnet-docker)
config changes + model change in shared ui mode
Added bad_prompt_versions2 embedding to shared space
Added default prompt + negative prompt on shared ui config
Changed model to DreamShaper in shared ui
Styled header on space
Add header on spaces
Added header
default prompt value
IS_SHARED_UI unbound
Installation fixes and updates to run as shared UI
bad_prompt_version2 embedding
readme header
Additional links and acknowledgements
Dockerfile cleanup
spacing in output
fixes typo
tags
Added additional context to README
cleaning up on_start.sh script
Sets default sd_model_checkpoint
Creates LoRA directory
improved pyproject setup
packages
negative prompt
specify workdir
dockerfile fixes for running as non-root user
user permissions
Downloads additional models on start
installation
patch webui
space setup permissions, etc.
permission fixes
hugging face space fixes
added used models to metadata
ignored import row
Changed paths for config and settings
markdown fixes
Use venv pip
Moved model downloading to startup script to not bloat docker image
Run container as non-root user
Adds Stable Diffusion 1.5 model
launch app with webui.py instead of launch.py
Change workdir to where webui is installed
