Skip to content

Commit

Permalink
update README.md;
Browse files Browse the repository at this point in the history
Signed-off-by: lawrence-cj <[email protected]>
  • Loading branch information
lawrence-cj committed Dec 13, 2024
1 parent cd5f019 commit 548bdb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ cd Sana

## 🔛 Choose your model: [Model card](asset/docs/model_zoo.md)


## 🔛 Quick start with [Gradio](https://www.gradio.app/guides/quickstart)

```bash
Expand Down Expand Up @@ -171,7 +170,7 @@ pipe = SanaPAGPipeline.from_pretrained(
"Efficient-Large-Model/Sana_1600M_1024px_diffusers",
variant="fp16",
torch_dtype=torch.float16,
pag_applied_layers="transformer_blocks.8"
pag_applied_layers="transformer_blocks.8",
)
pipe.to("cuda")

Expand Down
2 changes: 1 addition & 1 deletion asset/docs/model_zoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipe = SanaPAGPipeline.from_pretrained(
"Efficient-Large-Model/Sana_1600M_1024px_BF16_diffusers",
variant="bf16",
torch_dtype=torch.bfloat16,
pag_applied_layers="transformer_blocks.8"
pag_applied_layers="transformer_blocks.8",
)
pipe.to("cuda")

Expand Down

0 comments on commit 548bdb8

Please sign in to comment.