mirror of
https://github.com/vladmandic/sdnext.git
synced 2026-01-29 05:02:09 +03: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
|
|
|