From a4957cfea78076265e1788a49cbde2becd647bdb Mon Sep 17 00:00:00 2001 From: bmaltais Date: Fri, 27 Jan 2023 19:46:13 -0500 Subject: [PATCH] Adding LoRA tutorial --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8204902..a20bbf1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ This repository repository is providing a Gradio GUI for kohya's Stable Diffusion trainers found here: https://github.com/kohya-ss/sd-scripts. The GUI allow you to set the training parameters and generate and run the required CLI command to train the model. +## Tutorials + +How to create a LoRA part 1, dataset preparation: + +[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/N4_-fB62Hwk/0.jpg)](https://www.youtube.com/watch?v=N4_-fB62Hwk) + +How to create a LoRA part 2, training the model: + +[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/k5imq01uvUY/0.jpg)](https://www.youtube.com/watch?v=k5imq01uvUY) + ## Required Dependencies Python 3.10.6+ and Git: