Add link to paper, remove library name
Browse filesThis PR:
- ensures the model is linked to (and can be found at) https://huggingface.co/papers/2405.14854.
- removes `library_name: diffusers` as I assume the model isn't compatible with Diffusers itself
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 |
|