Commit 72e49d5f authored by nanahira's avatar nanahira

readme

parent f85fa599
Pipeline #17137 passed with stages
in 18 minutes and 19 seconds
......@@ -2,4 +2,31 @@
## Volumes
- `/app/models`
- `/app/models` Coule be downloaded from https://cdn02.moecube.com:444/nanahira/naifu/models.tar.gz
- `/app/images`
## Ports
- 6969
## Environments
```dockerfile
#ENV TOKEN
#ENV SAVE_FILES="1"
ENV DTYPE="float32"
ENV CLIP_CONTEXTS=3
ENV AMP="1"
ENV MODEL="stable-diffusion"
ENV DEV="True"
ENV MODEL_PATH="models/animefull-final-pruned"
#these aren't actually used by the site
ENV MODULE_PATH="models/modules"
#unclear if these are used either
ENV PRIOR_PATH="models/vector_adjust_v2.pt"
ENV ENABLE_EMA="1"
ENV VAE_PATH="models/animevae.pt"
ENV PENULTIMATE="1"
ENV PYTHONDONTWRITEBYTECODE=1
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment