Update README.md
Browse files
README.md
CHANGED
|
@@ -71,8 +71,8 @@ Approx 11M images in total with data augmentation.
|
|
| 71 |
|
| 72 |
## Training Notes
|
| 73 |
- Trained resolution : 256x256 --> 512x512 --> (512x512, 640x448, 448x640) --> (512x512, 768x512, 512x768)
|
| 74 |
-
- diffusers version and `mitsua-diffusion-one.ckpt` are fine-tuned with [Diffusion With Offset Noise](https://www.crosslabs.org/blog/diffusion-with-offset-noise) technique is applied to last 12k steps with `p=0.02`.
|
| 75 |
-
- `mitsua-diffusion-one-base.ckpt` is non-fine-tuned version.
|
| 76 |
|
| 77 |
## Cosine similarity (as a proof of full-scratch training)
|
| 78 |
- VAE
|
|
|
|
| 71 |
|
| 72 |
## Training Notes
|
| 73 |
- Trained resolution : 256x256 --> 512x512 --> (512x512, 640x448, 448x640) --> (512x512, 768x512, 512x768)
|
| 74 |
+
- diffusers version and `mitsua-diffusion-one.ckpt` are fine-tuned with [Diffusion With Offset Noise](https://www.crosslabs.org/blog/diffusion-with-offset-noise) technique which is applied to last 12k steps with `p=0.02`.
|
| 75 |
+
- `mitsua-diffusion-one-base.ckpt` is non-fine-tuned version. For fine-tuning stuff, this version would be better choice.
|
| 76 |
|
| 77 |
## Cosine similarity (as a proof of full-scratch training)
|
| 78 |
- VAE
|