Add link to paper, remove library name
#3
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -7,12 +7,11 @@ license: mit
|
|
| 7 |
pipeline_tag: unconditional-image-generation
|
| 8 |
tags:
|
| 9 |
- art
|
| 10 |
-
library_name: diffusers
|
| 11 |
---
|
| 12 |
|
| 13 |
# TerDiT
|
| 14 |
|
| 15 |
-
This repository contains the trained model for the paper "TerDiT: Ternary Diffusion Models with Transformers"
|
| 16 |
|
| 17 |
Code: https://github.com/Lucky-Lance/TerDiT
|
| 18 |
|
|
|
|
| 7 |
pipeline_tag: unconditional-image-generation
|
| 8 |
tags:
|
| 9 |
- art
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# TerDiT
|
| 13 |
|
| 14 |
+
This repository contains the trained model for the paper ["TerDiT: Ternary Diffusion Models with Transformers"](https://huggingface.co/papers/2405.14854)
|
| 15 |
|
| 16 |
Code: https://github.com/Lucky-Lance/TerDiT
|
| 17 |
|