HieraFashDiff / README.md
anonymous
Rename readme.md to README.md
6cd1d24 verified

HieraFashDiff

Env & Run

# python 3.8
pip install -r requirements.txt
huggingface-cli download --resume-download laion/CLIP-ViT-H-14-laion2B-s32B-b79K --local-dir checkpoints/CLIP-ViT-H-14-laion2B-s32B-b79K
python gradio_hfd.py

Docker deploy

docker build -t hfddm .
docker run -it -d --restart always --shm-size 128g --gpus device=0 --name hfddm -v /path/to/HieraFashDiff:/app -p 0.0.0.0:8000:8000 hfddm

Gradio

http://localhost:8000