This commit is contained in:
Victor Hall 2023-02-28 21:19:52 -05:00
parent a5f023805d
commit b5fad8c675
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ I instead propose you replace images generated out of SD itself with original "g
"Ground truth" for the sake of this document means real images not generated by AI. It's very easy to get publicly available ML data sets to serve this purpose and replace genarated "regularization" images with real photos or otherwise.
Sources include [FFHQ](https://github.com/NVlabs/ffhq-dataset), [Coco](https://cocodataset.org/#home), and [Laion](https://huggingface.co/datasets/laion/laion2B-en-aesthetic/tree/main). There is a simple scraper to search Laion parquet files in the tools repo, and the Laion dataset was used by Compvis and [Stability.ai](https://github.com/Stability-AI/stablediffusion#news) themselves to train the base model.
Sources include [FFHQ](https://github.com/NVlabs/ffhq-dataset), [Coco](https://cocodataset.org/#home), and [Laion](https://huggingface.co/datasets/laion/laion2B-en-aesthetic/tree/main). There is a simple scraper to search Laion parquet files in the tools repo, and the Laion dataset was used by [Compvis](https://github.com/CompVis/stable-diffusion#weights) and [Stability.ai](https://github.com/Stability-AI/stablediffusion#news) themselves to train the base model.
Using ground truth allows fine tuning to scale to potentially as many images at you want, including training dozens of characters at once using thousands of images, which many EveryDream community members have done.

View File

@ -8,7 +8,7 @@ or in train.json
"optimizer_config": "optimizer.json"
A default `optimizer.json` is supplied which you can modify
A default `optimizer.json` is supplied which you can modify.
This has expanded tweaking. This doc is incomplete, but there is information on the web on betas and weight decay setting you can search for.