# HieraFashDiff ## Env & Run ```shell # 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 ```shell 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 ```shell http://localhost:8000 ```