Update README.md
Browse files
README.md
CHANGED
|
@@ -47,6 +47,8 @@ V2:
|
|
| 47 |
- Slightly sharper output, no edge noise artifacts.
|
| 48 |
- Epochs: 20 (For now)
|
| 49 |
- Dataset: 49,606 images from Danbooru2024: https://huggingface.co/datasets/deepghs/danbooru2024
|
|
|
|
|
|
|
| 50 |
|
| 51 |
Training code is included in `training_code/` for reference.
|
| 52 |
|
|
|
|
| 47 |
- Slightly sharper output, no edge noise artifacts.
|
| 48 |
- Epochs: 20 (For now)
|
| 49 |
- Dataset: 49,606 images from Danbooru2024: https://huggingface.co/datasets/deepghs/danbooru2024
|
| 50 |
+
- Perceptual backbone: convnextv2_tiny.fcmae_ft_in22k_in1k, fine‑tuned on anime to improve feature sensitivity.
|
| 51 |
+
- Loss schedule: gradual ramp‑in of perceptual/auxiliary losses for stable training.
|
| 52 |
|
| 53 |
Training code is included in `training_code/` for reference.
|
| 54 |
|