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 6c17790 commit 7dccb42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ As a result, Sana-0.6B is very competitive with modern giant diffusion model (e.

## 🔥🔥 News

- (🔥 New) \[2024/11\] 1.6B [Sana models](https://huggingface.co/collections/Efficient-Large-Model/sana-673efba2a57ed99843f11f9e) are released.
- (🔥 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.
Expand Down Expand Up @@ -206,7 +207,7 @@ We will try our best to release

- \[x\] Training code
- \[x\] Inference code
- \[ \] Model zoo
- \[+\] Model zoo
- \[ \] working on Diffusers(https://github.com/huggingface/diffusers/pull/9982)
- \[ \] ComfyUI
- \[ \] Laptop development
Expand Down
6 changes: 3 additions & 3 deletions sana/tools/hf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def hf_download_or_fpath(path):


def hf_download_data(
repo_id="Efficient-Large-Model/VILA-inference-demos",
filename="imagenet_cat.jpg",
repo_id="Efficient-Large-Model/Sana_1600M_1024px",
filename="checkpoints/Sana_1600M_1024px.pth",
cache_dir=None,
repo_type="dataset",
repo_type="model",
download_full_repo=False,
):
"""
Expand Down

0 comments on commit 7dccb42

Please sign in to comment.