You can install the environment by:
conda env create -f env.yaml
Also install our version of diffusers:
cd diffusers
pip install -e .
- Use
train.pyto train a model on MNIST now. - Use
eval.pyto view the generation examples. - Use
classifier.pyto test the classification performance. - Use
flux.pyto do zero-shot classification.