update
Browse files- README.md +6 -82
- demo/README.md +0 -6
README.md
CHANGED
|
@@ -1,82 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
[Mihir Prabhudesai](https://mihirp1998.github.io/)<sup>1*</sup>
|
| 8 |
-
[Siddharth Gandhi](hhttps://www.ssgandhi.com/)<sup>1</sup>
|
| 9 |
-
[Deepak Pathak](https://www.cs.cmu.edu/~dpathak/)<sup>1</sup>
|
| 10 |
-
[Katerina Fragkiadaki](https://www.cs.cmu.edu/~katef/)<sup>1</sup>
|
| 11 |
-
<br>
|
| 12 |
-
|
| 13 |
-
<sup>1</sup> Carnegie Mellon University
|
| 14 |
-
|
| 15 |
-
[](https://arxiv.org/abs/2503.20853) [](https://unidisc.github.io/)
|
| 16 |
-
|
| 17 |
-
<!-- [](https://huggingface.co/spaces/todo) -->
|
| 18 |
-
|
| 19 |
-
</div>
|
| 20 |
-
|
| 21 |
-
## Hugging Face models
|
| 22 |
-
|
| 23 |
-
The UniDisc checkpoints are available on Hugging Face:
|
| 24 |
-
* [Interleaved Image-Text](https://huggingface.co/aswerdlow/unidisc_interleaved)
|
| 25 |
-
* [Non-Interleaved (Static)](https://huggingface.co/aswerdlow/unidisc_non_interleaved)
|
| 26 |
-
|
| 27 |
-
## Getting Started
|
| 28 |
-
|
| 29 |
-
To install the dependencies, run:
|
| 30 |
-
```bash
|
| 31 |
-
git submodule update --init --recursive
|
| 32 |
-
uv sync --no-group dev
|
| 33 |
-
uv sync
|
| 34 |
-
```
|
| 35 |
-
|
| 36 |
-
For a more detailed installation guide, please refer to [INSTALL.md](docs/INSTALL.md).
|
| 37 |
-
|
| 38 |
-
## Data
|
| 39 |
-
|
| 40 |
-
See [DATA.md](docs/DATA.md) for details on how to download and preprocess the datasets. We provide processing scripts and instructions for all of the used datasets. Additionally, we release a synthetic dataset available [here](https://huggingface.co/datasets/aswerdlow/unidisc_hq) and the corresponding [generation scripts](unidisc/datasets/preprocessing/unidisc_dataset/README.md) as well as the raw data.
|
| 41 |
-
|
| 42 |
-
## Training
|
| 43 |
-
|
| 44 |
-
See [TRAIN.md](docs/TRAIN.md) for training commands.
|
| 45 |
-
|
| 46 |
-
## Inference
|
| 47 |
-
|
| 48 |
-
Interactive demo:
|
| 49 |
-
```bash
|
| 50 |
-
mkdir -p ./ckpts/unidisc_interleaved
|
| 51 |
-
huggingface-cli download aswerdlow/unidisc_interleaved --local-dir ./ckpts/unidisc_interleaved
|
| 52 |
-
uv run demo/server.py experiments='[large_scale_train,large_scale_train_high_res_interleaved,eval_unified,large_scale_high_res_interleaved_inference]' trainer.load_from_state_dict="./ckpts/unidisc_interleaved/unidisc_interleaved.pt"
|
| 53 |
-
uv run demo/client.py
|
| 54 |
-
```
|
| 55 |
-
|
| 56 |
-
## Training
|
| 57 |
-
|
| 58 |
-
See [TRAINING.md](docs/TRAINING.md) for details.
|
| 59 |
-
|
| 60 |
-
## Evaluation
|
| 61 |
-
|
| 62 |
-
See [EVAL.md](docs/EVAL.md) for details.
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
### Citation
|
| 66 |
-
To cite our work, please use the following:
|
| 67 |
-
```
|
| 68 |
-
@article{swerdlow2025unidisc,
|
| 69 |
-
title = {Unified Multimodal Discrete Diffusion},
|
| 70 |
-
author = {Swerdlow, Alexander and Prabhudesai, Mihir and Gandhi, Siddharth and Pathak, Deepak and Fragkiadaki, Katerina},
|
| 71 |
-
journal = {arXiv preprint arXiv:2503.20853},
|
| 72 |
-
year = {2025},
|
| 73 |
-
doi = {10.48550/arXiv.2503.20853},
|
| 74 |
-
}
|
| 75 |
-
```
|
| 76 |
-
|
| 77 |
-
## Credits
|
| 78 |
-
|
| 79 |
-
This repository is built on top of the following repositories:
|
| 80 |
-
|
| 81 |
-
- [MDLM](https://github.com/kuleshov-group/mdlm)
|
| 82 |
-
- [Lumina-T2X](https://github.com/Alpha-VLLM/Lumina-T2X)
|
|
|
|
| 1 |
+
title: UniDisc Demo
|
| 2 |
+
emoji: 🐢
|
| 3 |
+
colorFrom: purple
|
| 4 |
+
colorTo: blue
|
| 5 |
+
sdk: docker
|
| 6 |
+
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo/README.md
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
title: UniDisc Demo
|
| 2 |
-
emoji: 🐢
|
| 3 |
-
colorFrom: purple
|
| 4 |
-
colorTo: blue
|
| 5 |
-
sdk: docker
|
| 6 |
-
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|