Skip to content

Instantly share code, notes, and snippets.

@svaruag
Last active October 12, 2022 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svaruag/21ade56035ee7cc262927a32ea4341f2 to your computer and use it in GitHub Desktop.
Save svaruag/21ade56035ee7cc262927a32ea4341f2 to your computer and use it in GitHub Desktop.
Conda environment definition for stable diffusion notebook
name: fastai_stable_diff
channels:
- pytorch
- anaconda
- conda-forge
dependencies:
- python>=3.8
- matplotlib
- jupyter
- pip
- pip:
- diffusers
- transformers
- fastcore
- cudatoolkit=11.3
- pytorch
- torchvision
- fastai
- huggingface-hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment