stable-diffusion-webui-docker
                                
                                
                                
                                    stable-diffusion-webui-docker copied to clipboard
                            
                            
                            
                        Use hlky with streamlit interface
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 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.
Awesome, maybe keep this open until that UI is available without a workaround though? Thanks for the reply!
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.