Skip to content

Easy-to-use Diffusion fine-tuning framework, based on diffusers and peft library.

Notifications You must be signed in to change notification settings

Yimi81/Diffusion-Factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffusion-Factory

Easy-to-use Diffusion fine-tuning framework, based on diffusers and peft library.

Getting Started

Data Preparation

You can directly use datasets from the hub or upload your custom dataset to the data folder. Please refer to create_dataset for the format of the data.

Installing the dependencies

git clone https://github.com/Yimi81/Diffusion-Factory.git
conda create -n diffusion_factory python=3.10 -y
conda activate diffusion_factory
cd Diffusion-Factory
pip install -r requirements.txt

Train on a single GPU

bash scripts/train_text_to_image_lora.sh

Contributors

Yimi81
YShow

About

Easy-to-use Diffusion fine-tuning framework, based on diffusers and peft library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published