automatic/cli/train-cd.py

12 lines
252 B
Python

#!/bin/env python
"""
Custom Diffusion (CD) training script
Based on:
- <https://www.cs.cmu.edu/~custom-diffusion/>
- <https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/6751>
- <https://github.com/guaneec/custom-diffusion-webui>
"""
# TBD