Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

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
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .