From 390348c503271dfd304cbc3d959cd548c627aaad Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Sat, 1 Apr 2023 02:13:50 -0400 Subject: [PATCH] Update README.MD Signed-off-by: Victor Hall --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 2135613..80440ef 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ This repo will contain tools for data engineering efforts for people interested in taking their fine tuning beyond the initial DreamBooth paper implementations for Stable Diffusion, and may be useful for other image projects. -If you are looking for trainers, check out [EveryDream 1.0](https://github.com/victorchall/EveryDream-trainer) and [EveryDream 2.0](https://github.com/victorchall/EveryDream2trainer). This is just a toolkit repo for data work but works in concert with those trainers. +If you are looking for trainers, check out [EveryDream 2.0](https://github.com/victorchall/EveryDream2trainer). This is just a toolkit repo for data work but works in concert with that trainer. For instance with Stable Diffusion, by using ground truth Laion data mixed in with training data to replace "regularization" images, together with clip-interrogated captioning or original TEXT caption from laion, or human-geneated labels, training quality can be improved. These are a significant steps towards towards full fine tuning capabilities.