From 6c1779067a1173b7b4241052fcd4fac11c3cb753 Mon Sep 17 00:00:00 2001 From: Enze Xie Date: Thu, 21 Nov 2024 14:34:29 +0800 Subject: [PATCH] update README.md Signed-off-by: junsongc --- README.md | 3 ++- tools/convert_sana_pag_to_diffusers.py | 2 +- tools/convert_sana_to_diffusers.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd7655e..a465004 100644 --- a/README.md +++ b/README.md @@ -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! @@ -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 diff --git a/tools/convert_sana_pag_to_diffusers.py b/tools/convert_sana_pag_to_diffusers.py index d00cfbd..cf550a1 100644 --- a/tools/convert_sana_pag_to_diffusers.py +++ b/tools/convert_sana_pag_to_diffusers.py @@ -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): diff --git a/tools/convert_sana_to_diffusers.py b/tools/convert_sana_to_diffusers.py index 48bd167..8b93282 100644 --- a/tools/convert_sana_to_diffusers.py +++ b/tools/convert_sana_to_diffusers.py @@ -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):