Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 647 Bytes

uses sdxl_vae from https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/tree/main

Paper link: https://arxiv.org/pdf/2407.15811

20 epochs of training on a 1b param model (commoon canvas cc-by dataset) image

You can download weights here: https://huggingface.co/SwayStar123/MicroDiT/blob/main/no_cfg/microdit_model_epoch_19.pt and put them in models folder, and use test_model.ipynb to inference

Credit to original authors: Vikash Sehwag, Xianghao Kong, Jingtao Li, Michael Spranger, Lingjuan Lyu

Thank you to Baber from discord for saving me hours of my time