KohyaSS/setup.py
bmaltais 706dfe157f
Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10)
* Merge both dreambooth and finetune back in one repo
2022-12-20 09:15:17 -05:00

3 lines
114 B
Python

from setuptools import setup, find_packages
setup(name = "library", version="1.0.0", packages = find_packages())