Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: junsongc <[email protected]>
  • Loading branch information
xieenze authored and lawrence-cj committed Nov 21, 2024
1 parent a127997 commit 6c17790
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ As a result, Sana-0.6B is very competitive with modern giant diffusion model (e.
## 🔥🔥 News

- (🔥 New) \[2024/11\] Training & Inference & Metrics code are released.
- (🔥 New) \[2024/11\] Working on [`diffusers`](https://github.com/huggingface/diffusers/pull/9982).
- \[2024/10\] [Demo](https://nv-sana.mit.edu/) is released.
- \[2024/10\] [DC-AE Code](https://github.com/mit-han-lab/efficientvit/blob/master/applications/dc_ae/README.md) and [weights](https://huggingface.co/collections/mit-han-lab/dc-ae-670085b9400ad7197bb1009b) are released!
- \[2024/10\] [Paper](https://arxiv.org/abs/2410.10629) is on Arxiv!
Expand Down Expand Up @@ -206,7 +207,7 @@ We will try our best to release
- \[x\] Training code
- \[x\] Inference code
- \[ \] Model zoo
- \[ \] Diffusers
- \[ \] working on Diffusers(https://github.com/huggingface/diffusers/pull/9982)
- \[ \] ComfyUI
- \[ \] Laptop development

Expand Down
2 changes: 1 addition & 1 deletion tools/convert_sana_pag_to_diffusers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
CTX = init_empty_weights if is_accelerate_available else nullcontext

ckpt_id = "Sana"
# https://github.com/NV-Lab/Sana/scripts/inference.py
# https://github.com/NVlabs/Sana/blob/main/scripts/inference.py


def main(args):
Expand Down
2 changes: 1 addition & 1 deletion tools/convert_sana_to_diffusers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
CTX = init_empty_weights if is_accelerate_available else nullcontext

ckpt_id = "Sana"
# https://github.com/NV-Lab/Sana/scripts/inference.py
# https://github.com/NVlabs/Sana/blob/main/scripts/inference.py


def main(args):
Expand Down

0 comments on commit 6c17790

Please sign in to comment.