stable-diffusion-webui-docker icon indicating copy to clipboard operation
stable-diffusion-webui-docker copied to clipboard

Use hlky with streamlit interface

Open watzon opened this issue 3 years ago • 3 comments

It seems like hlky is still using the outdated Gradio interface. Would it be possible to make the newer Streamlit interface available? I attempted setting the environment variable WEBUI_SCRIPT=webui_streamlit.py in my docker-compose.yaml, but I guess that doesn't work.

watzon avatar Sep 30 '22 01:09 watzon

@watzon you can use the streamlit UI by switching the comments on the last 2 lines in the dockerfile, like this:

# python3 -u scripts/webui.py --outdir /output --ckpt /cache/models/model.ckpt ${CLI_ARGS}
sed -i -- 's/8501/7860/g' .streamlit/config.toml && STREAMLIT_SERVER_HEADLESS=true python -u -m streamlit run scripts/webui_streamlit.py  --theme.base dark --server.port 7860

The streamlit UI is still very buggy and is missing A LOT of features, that is why I haven't made it available yet.

AbdBarho avatar Sep 30 '22 05:09 AbdBarho

Awesome, maybe keep this open until that UI is available without a workaround though? Thanks for the reply!

watzon avatar Sep 30 '22 19:09 watzon

This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Oct 15 '22 03:10 github-actions[bot]