Lawrence-cj commited on
Commit
b653ebd
·
verified ·
1 Parent(s): 3194ecf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ from torchvision.utils import save_image
77
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
78
  generator = torch.Generator(device=device).manual_seed(42)
79
 
80
- sana = SanaPipeline("configs/sana_config/4096ms/Sana_1600M_img4096.yaml")
81
  sana.from_pretrained("hf://Efficient-Large-Model/Sana_1600M_4Kpx_BF16/checkpoints/Sana_1600M_4Kpx_BF16.pth")
82
  prompt = 'a cyberpunk cat with a neon sign that says "Sana"'
83
 
 
77
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
78
  generator = torch.Generator(device=device).manual_seed(42)
79
 
80
+ sana = SanaPipeline("configs/sana_config/4096ms/Sana_1600M_img4096_bf16.yaml")
81
  sana.from_pretrained("hf://Efficient-Large-Model/Sana_1600M_4Kpx_BF16/checkpoints/Sana_1600M_4Kpx_BF16.pth")
82
  prompt = 'a cyberpunk cat with a neon sign that says "Sana"'
83