Skip to content

Commit

Permalink
Merge pull request #116 from ojh6404/fix-readme
Browse files Browse the repository at this point in the history
add instructions for README for eng user
  • Loading branch information
cumulo-autumn authored Apr 27, 2024
2 parents 83eb14e + 5d3cac8 commit deabff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/realtime-img2img/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chmod +x start.sh
```

then open `http://0.0.0.0:7860` in your browser.
(*If `http://0.0.0:7860` does not work well, try `http://localhost:7860`)

### Running with Docker

Expand All @@ -42,4 +43,4 @@ docker build -t img2img .
docker run -ti -e ENGINE_DIR=/data -e HF_HOME=/data -v ~/.cache/huggingface:/data -p 7860:7860 --gpus all img2img
```

Where `ENGINE_DIR` and `HF_HOME` set a local cache directory, making it faster to restart the docker container.
Where `ENGINE_DIR` and `HF_HOME` set a local cache directory, making it faster to restart the docker container.

0 comments on commit deabff6

Please sign in to comment.