Instructions to use simota1987/Sana_Sprint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Sana
How to use simota1987/Sana_Sprint with Sana:
# Load the model and infer image from text import torch from app.sana_pipeline import SanaPipeline from torchvision.utils import save_image sana = SanaPipeline("configs/sana_config/1024ms/Sana_1600M_img1024.yaml") sana.from_pretrained("hf://simota1987/Sana_Sprint") image = sana( prompt='a cyberpunk cat with a neon sign that says "Sana"', height=1024, width=1024, guidance_scale=5.0, pag_guidance_scale=2.0, num_inference_steps=18, ) - Notebooks
- Google Colab
- Kaggle
Upload vae_encoder.mnn
Browse files- .gitattributes +1 -0
- vae_encoder.mnn +3 -0
.gitattributes
CHANGED
|
@@ -46,3 +46,4 @@ gemma/gemma_chunk3.mnn.weight filter=lfs diff=lfs merge=lfs -text
|
|
| 46 |
gemma/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 47 |
vae_decoder_tile.mnn filter=lfs diff=lfs merge=lfs -text
|
| 48 |
vae_decoder.mnn filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 46 |
gemma/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 47 |
vae_decoder_tile.mnn filter=lfs diff=lfs merge=lfs -text
|
| 48 |
vae_decoder.mnn filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
vae_encoder.mnn filter=lfs diff=lfs merge=lfs -text
|
vae_encoder.mnn
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:328cf9242f422593e71c346c0381850eed2b62298dd157b8f60febafa052bc05
|
| 3 |
+
size 307411324
|