nielsr HF Staff commited on
Commit
a4a7c75
·
verified ·
1 Parent(s): bb1204c

Add link to paper, remove library name

Browse files

This 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

Files changed (1) hide show
  1. README.md +1 -2
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