Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
export HF_HUB_ETAG_TIMEOUT=500
python -m venv venv
source venv/bin/activate
pip install Flask huggingface_hub[cli] diffusers[torch] torch torchvision transformers sentencepiece protobuf accelerate optimum-quanto
huggingface-cli login --token $HF_TOKEN
python_file="flux_on_potato.py"
cat << EOF > $python_file
import logging