Update README.md
Browse files
README.md
CHANGED
|
@@ -6,22 +6,22 @@ datasets:
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# What is this?
|
| 9 |
-
This is not a permenantly released model. More like an open alpha
|
| 10 |
|
| 11 |
-
## Latest: 2025/03/
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
SD1.5 base, with the SDXL VAE tacked on, and then retrained to actually WORK.
|
| 16 |
|
| 17 |
-
I think that this has reached parity with existing SD base. I'm going to keep training, but wanted to share what I had so far.
|
| 18 |
|
| 19 |
# How to use
|
| 20 |
Use it like any other SD1.5 model
|
| 21 |
|
| 22 |
# How it was trained
|
| 23 |
|
| 24 |
-
This is an fp32 model, trained with full fp32 precision, finetuned on a single 4090.
|
| 25 |
|
| 26 |
The current version was trained on:
|
| 27 |
- opendiffusionai/laion2b-45ish-1120px,moondream captions
|
|
@@ -29,7 +29,8 @@ The current version was trained on:
|
|
| 29 |
- opendiffusionai/laion2b-squareish-1024px, moondream captions
|
| 30 |
- opendiffusionai/laion2b-squareish-1536px, wd14 captions.
|
| 31 |
|
| 32 |
-
The 1024px was a mistake: i meant to use the 1536px.
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
# Recreating the model
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# What is this?
|
| 9 |
+
This is not a permenantly released model yet. More like an open alpha work-in-progress.
|
| 10 |
|
| 11 |
+
## Latest News: 2025/03/05
|
| 12 |
|
| 13 |
+
(Currently up to epoch 7)
|
| 14 |
|
| 15 |
SD1.5 base, with the SDXL VAE tacked on, and then retrained to actually WORK.
|
| 16 |
|
| 17 |
+
I think that this has reached parity with existing SD base, for human output. I'm going to keep training, but wanted to share what I had so far.
|
| 18 |
|
| 19 |
# How to use
|
| 20 |
Use it like any other SD1.5 model
|
| 21 |
|
| 22 |
# How it was trained
|
| 23 |
|
| 24 |
+
This is an fp32 model, trained with full fp32 precision, finetuned on a single 4090 (starting from the SD1.5 base + SDXL VAE).
|
| 25 |
|
| 26 |
The current version was trained on:
|
| 27 |
- opendiffusionai/laion2b-45ish-1120px,moondream captions
|
|
|
|
| 29 |
- opendiffusionai/laion2b-squareish-1024px, moondream captions
|
| 30 |
- opendiffusionai/laion2b-squareish-1536px, wd14 captions.
|
| 31 |
|
| 32 |
+
The 1024px was a mistake: i meant to use the 1536px. the 1024px dataset is 3x as large!!
|
| 33 |
+
But by the time I noticed it, it was 2 days in, and I thought "what the heck, let it run"
|
| 34 |
|
| 35 |
|
| 36 |
# Recreating the model
|