19e3f0f cb0d40a 19e3f0f cb0d40a
1
2
3
4
5
6
7
8
""" This file contains all the constants used in the project. """ import os MODEL_ID = "stabilityai/stable-diffusion-2-1" WANDB_API_KEY = os.environ.get("WANDB_API_KEY")