File size: 4,366 Bytes
1f5b8d9 1fb84c3 9b83f20 2bc4fef 9b83f20 2bc4fef 9b83f20 2bc4fef 9b83f20 2bc4fef 9b83f20 | 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | ---
language:
- en
---
<p align="center">
<img width="30%" src="https://raw.githubusercontent.com/TensorStack-AI/AmuseAI/refs/heads/master/Assets/Amuse-Logo-512.png">
</p>
<div align="center">
<h1><a href="https://github.com/TensorStack-AI/AmuseAI/releases/download/v3.4.0/Amuse_v3.4.0.exe">Download Amuse v3.4.0</a></h1>
</div>
[](https://github.com/TensorStack-AI/AmuseAI/releases)
[](https://github.com/TensorStack-AI/AmuseAI/commits/master/)
[]([https://discord.gg/ptgMMv36Xu](https://discord.gg/ptgMMv36Xu))
# Amuse
Amuse is a high-performance local .NET application for AI image and video generation. Create and process media with a streamlined interface designed for ease of use and seamless integration with modern hardware.
<p align="center" width="100%">
<img src="https://raw.githubusercontent.com/TensorStack-AI/AmuseAI/master/Assets/Screenshots/TextToImage.PNG">
</p>
## Features
* Automatic installation of an isolated, Python environment.
* Safetensors, GGUF, and ONNX support.
* Video Editor for generated or local content.
* Image/Video Upscale for static and moving media.
* Feature Extraction from images and video.
* Video Interpolation for frame rates and slow-motion.
* Image Inpaint to remove objects or fill areas.
* Advanced Image Editing with selection and masking tools.
* Voice Generation (Supertonic).
* Speech Recognition (Whisper).
* Media Gallery for organization and management.
* Lora/ControlNet Support for output control.
---
## Image Pipelines
- Z-Image
- Qwen
- FLUX.1
- FLUX.2
- Chroma
- Kandinsky5
- StableDiffusion-XL
- StableDiffusion-3
## Video Pipelines
- LTX
- LTX-2
- Wan 2.2
- CogVideoX
- Kandinsky5
- SkyReels-V2
- Helios
## Audio Pipelines
- ACE-Step XL
- Whisper
- Supertonic
---
## GPU Support
Amuse utilizes `NVIDIA CUDA 12.8` and `AMD ROCm 7.2` for local hardware acceleration.
### Nvidia GPU Support
Amuse leverages `CUDA 12.8`, providing native support for the latest generation of hardware.<br /> While legacy architectures (Pascal/Maxwell) are technically supported, an RTX-enabled card is strongly recommended to utilize Tensor Cores for efficient generation speeds.
<table>
<thead>
<tr>
<th>Architecture</th>
<th>Platform Support</th>
<th>GPU Models</th>
</tr>
</thead>
<tbody>
<tr>
<td><b>Blackwell</b> (SM_100)</td>
<td>Windows 10, 11, Server 22</td>
<td>GeForce RTX 5090, 5080, 5070 Ti, 5070; RTX PRO Blackwell series</td>
</tr>
<tr>
<td><b>Ada Lovelace</b> (SM_89)</td>
<td>Windows 10, 11, Server 22</td>
<td>GeForce RTX 4090, 4080, 4070 Ti/Super, 4070, 4060 Ti, 4060; RTX 6000/5000/4000 Ada</td>
</tr>
<tr>
<td><b>Ampere</b> (SM_86)</td>
<td>Windows 10, 11, Server 22</td>
<td>GeForce RTX 3090 Ti, 3090, 3080 Ti, 3080, 3070 Ti, 3070, 3060 Ti, 3060; RTX A-series (A6000, etc.)</td>
</tr>
<tr>
<td><b>Turing</b> (SM_75)</td>
<td>Windows 10, 11, Server 22</td>
<td>GeForce RTX 2080 Ti, 2080 Super, 2070, 2060; GTX 1660 Ti, 1660 Super, 1650</td>
</tr>
</tbody>
</table>
> Note: Minimum Driver (NVIDIA): `Version 527.41` or later is required for `CUDA 12.8` compatibility.
---
### AMD GPU Support
Amuse leverages `ROCm 7.2`, which introduces a unified software stack for Windows and Linux.<br /> This version is highly optimized for RDNA 3 and the newly released RDNA 4 architectures, offering significant performance gains in local AI inference.
<table>
<thead>
<tr>
<th>Architecture</th>
<th>Platform Support</th>
<th>GPU Models</th>
</tr>
</thead>
<tbody>
<tr>
<td><b>gfx1151</b> (STX_Halo)</td>
<td>Windows 10, 11, Server 22</td>
<td>Ryzen AI MAX+ Pro 395</td>
</tr>
<tr>
<td><b>gfx110X</b> (RDNA3)</td>
<td>Windows 10, 11, Server 22</td>
<td>Radeon PRO W7900/W7800/W7700/V710, RX 7900 XTX/XT/GRE, RX 7800 XT, RX 7700 XT</td>
</tr>
</tbody>
</table>
> Note: Minimum Driver (AMD): `Version 26.1.1` or later is required for `ROCM 7.2` compatibility.
--- |