mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 23:20:59 +02:00
12 lines
252 B
Python
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
|
|
|