File size: 1,254 Bytes
78c8b24
6849f04
78c8b24
d643072
 
78c8b24
d643072
78c8b24
 
e139172
d643072
78c8b24
 
d643072
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71508e2
 
 
 
 
 
 
 
 
 
 
d643072
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: Sana-1.6B Zero
emoji: 🖼
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: apache-2.0
short_description: Nvidia Sana
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Links

* [GitHub NVlabs/Sana](https://github.com/NVlabs/Sana)

* [Arxiv - Sana: Efficient High-Resolution Image Synthesis with Linear Diffusion Transformer](https://arxiv.org/abs/2410.10629)


# Depending

* PyTorch version: 2.4.0+cu121
* Google gemma-2b-it - text_encoder
* skd_version: 4.44.0


# ChangeLogs

* 02.2026
  - The HF made the environments new. An issue of "setuptools". -> Added the proper dependencies to requirements.txt.
* 01.2025
  - Enabling API endpoint --> Updated this document: sdk_version 4.44.0
  - Increased img_num, default width and height
  - Reduced safety check (<0.75)
  - Got an error of app.norm_ip() function --> Made clone
  - Got an error of device --> Fixing app_pipeline.py --> patched gemma-2 forwarding
  - Got an error from Gemma --> HF_TOKEN was implemented
  - Got an error from app_sana.py default arguments
  - Location error of app_sana.py etc in app dir

# Ported by [Gen Mariendorf](https://huggingface.co/gen6scp)