Update README.md
Browse files
README.md
CHANGED
|
@@ -50,6 +50,7 @@ library_name: diffusers
|
|
| 50 |
- **Compact & Efficient:** Combines a 1.6B parameter diffusion model with a 2B parameter encoder for a lightweight footprint.
|
| 51 |
- **High-Speed Inference:** Utilizes Sana1.5's linear attention mechanism for rapid generation.
|
| 52 |
- **Multimodal Understanding:** Qwen3-VL ensures strong alignment between visual content and text instructions.
|
|
|
|
| 53 |
|
| 54 |
|
| 55 |
# Inference Requirements
|
|
@@ -102,6 +103,87 @@ edited_image = editor.generate_edited_image(
|
|
| 102 |
edited_image.save(f"edited_image.jpg", quality=100)
|
| 103 |
```
|
| 104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
## License
|
| 106 |
|
| 107 |
This project is built upon the SANA. Please refer to the original SANA license for usage terms:
|
|
|
|
| 50 |
- **Compact & Efficient:** Combines a 1.6B parameter diffusion model with a 2B parameter encoder for a lightweight footprint.
|
| 51 |
- **High-Speed Inference:** Utilizes Sana1.5's linear attention mechanism for rapid generation.
|
| 52 |
- **Multimodal Understanding:** Qwen3-VL ensures strong alignment between visual content and text instructions.
|
| 53 |
+
- **Text-to-Image** support.
|
| 54 |
|
| 55 |
|
| 56 |
# Inference Requirements
|
|
|
|
| 103 |
edited_image.save(f"edited_image.jpg", quality=100)
|
| 104 |
```
|
| 105 |
|
| 106 |
+
## T2I Examples
|
| 107 |
+
|
| 108 |
+
> NOTE: Works best with guidance 6.5 and resolution 1024.
|
| 109 |
+
|
| 110 |
+
<details open>
|
| 111 |
+
<summary><b>Prompt:</b> View through the cloud on the earth from the plane</summary>
|
| 112 |
+
|
| 113 |
+

|
| 114 |
+
|
| 115 |
+
</details>
|
| 116 |
+
|
| 117 |
+
<details open>
|
| 118 |
+
<summary><b>Prompt:</b> Medieval castle at sunset surrounded by dense forest and mist</summary>
|
| 119 |
+
|
| 120 |
+

|
| 121 |
+
|
| 122 |
+
</details>
|
| 123 |
+
|
| 124 |
+
<details open>
|
| 125 |
+
<summary><b>Prompt:</b> Portrait of an old wise man with a long white beard surrounded by books and candles</summary>
|
| 126 |
+
|
| 127 |
+

|
| 128 |
+
|
| 129 |
+
</details>
|
| 130 |
+
|
| 131 |
+
<details>
|
| 132 |
+
<summary><b>Prompt:</b> Epic cosmic scene with a huge space station and distant stars</summary>
|
| 133 |
+
|
| 134 |
+

|
| 135 |
+
|
| 136 |
+
</details>
|
| 137 |
+
|
| 138 |
+
<details>
|
| 139 |
+
<summary><b>Prompt:</b> Cherry blossom park in spring with petals falling to the ground</summary>
|
| 140 |
+
|
| 141 |
+

|
| 142 |
+
|
| 143 |
+
</details>
|
| 144 |
+
|
| 145 |
+
<details>
|
| 146 |
+
<summary><b>Prompt:</b> Portrait of a woman with alien features and glowing eyes</summary>
|
| 147 |
+
|
| 148 |
+

|
| 149 |
+
|
| 150 |
+
</details>
|
| 151 |
+
|
| 152 |
+
<details>
|
| 153 |
+
<summary><b>Prompt:</b> Davy jones portrait</summary>
|
| 154 |
+
|
| 155 |
+

|
| 156 |
+
|
| 157 |
+
</details>
|
| 158 |
+
|
| 159 |
+
<details>
|
| 160 |
+
<summary><b>Prompt:</b> Magic chest filled with glowing jewels and ancient artifacts</summary>
|
| 161 |
+
|
| 162 |
+

|
| 163 |
+
|
| 164 |
+
</details>
|
| 165 |
+
|
| 166 |
+
<details>
|
| 167 |
+
<summary><b>Prompt:</b> Ancient marketplace bustling under the midday sun, with togas draped merchants selling vibrant fabrics and exotic goods, mingling amidst lively sounds and olive trees</summary>
|
| 168 |
+
|
| 169 |
+

|
| 170 |
+
|
| 171 |
+
</details>
|
| 172 |
+
|
| 173 |
+
<details>
|
| 174 |
+
<summary><b>Prompt:</b> Beautiful tropical beach with guinea pig swimming in the water and human drinking vine</summary>
|
| 175 |
+
|
| 176 |
+

|
| 177 |
+
|
| 178 |
+
</details>
|
| 179 |
+
|
| 180 |
+
<details>
|
| 181 |
+
<summary><b>Prompt:</b> Pirate boat in ocean</summary>
|
| 182 |
+
|
| 183 |
+

|
| 184 |
+
|
| 185 |
+
</details>
|
| 186 |
+
|
| 187 |
## License
|
| 188 |
|
| 189 |
This project is built upon the SANA. Please refer to the original SANA license for usage terms:
|