mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 09:44:25 +01:00
Show a message prompting people to open localhost:8000 in their browser; Disable autoreload for faster server startup
This commit is contained in:
parent
facee06588
commit
ba6e052994
@ -9,4 +9,7 @@ fi
|
|||||||
echo "Using docker image $IMAGE_NAME"
|
echo "Using docker image $IMAGE_NAME"
|
||||||
docker run --name sd -d -p 5000:5000 --gpus all $IMAGE_NAME
|
docker run --name sd -d -p 5000:5000 --gpus all $IMAGE_NAME
|
||||||
|
|
||||||
uvicorn main:app --reload
|
echo "Please open http://localhost:8000 in your favorite web browser!"
|
||||||
|
|
||||||
|
uvicorn main:app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user