Once you have reviewed the lesson "Model Fine-Tuning Summary for ComfyUI" on Student Portal, you can start looking at the codes in the order listed below.
-
assets In this folder you will find the images that we will use as dataset of our model.
-
code Here are all the codes, which will be analyzed in the following order:
- code/fine-tuning.py
- code/fine-tuning-dogs.py
- code/square-img.py
- code/use-fine-tuning.py
- code/convert-weights.py (OPTIONAL)
-
diffusers This folder contains a project that will be explained in class. This project originally belongs to this public repository.