| --- |
| license: other |
| license_name: circlestone-labs-non-commercial-license |
| license_link: LICENSE.md |
| base_model: |
| - circlestone-labs/Anima |
| tags: |
| - anima |
| - int8 |
| - quantization |
| - windows |
| - portable |
| - comfyui |
| --- |
| |
| # Anima INT8 Quantizer Portable |
|
|
| 这是一个面向 Windows 的 Anima INT8 量化便携工具包。 |
| This repository provides a portable Windows package for Anima INT8 quantization. |
|
|
| 它用于将 [CircleStone Labs Anima](https://huggingface.co/circlestone-labs/Anima) |
| 相关模型权重转换为更节省显存和存储空间的 INT8 版本。 |
| It converts compatible Anima model weights into INT8 versions that can reduce memory and storage requirements. |
|
|
| ## Package contents |
|
|
| - 包含 `AnimaInt8Quantizer_Portable.zip`。 |
| - It includes `AnimaInt8Quantizer_Portable.zip`. |
|
|
| - 压缩包内含 Windows 便携可执行程序及完整运行时依赖。 |
| - The archive contains a portable Windows executable and its bundled runtime dependencies. |
|
|
| - 已打包的主要组件包括 PyTorch 2.7.1 + CUDA 12.8、bitsandbytes 0.48.2 和 optimum-quanto 0.2.7。 |
| - Major bundled components include PyTorch 2.7.1 + CUDA 12.8, bitsandbytes 0.48.2, and optimum-quanto 0.2.7. |
|
|
| - 压缩包约 3.51 GiB,解压后约 6.16 GiB。 |
| - The archive is approximately 3.51 GiB and expands to approximately 6.16 GiB. |
|
|
| > **重要:**本压缩包不包含 Anima 模型权重。 |
| > **Important:** The archive does not include Anima model weights. |
|
|
| 首次使用前,请自行从原始 Anima 仓库取得有权使用的模型文件。 |
| Before using the tool, obtain model files from the original Anima repository that you are authorized to use. |
|
|
| ## Usage |
|
|
| 1. 下载 `AnimaInt8Quantizer_Portable.zip`。 |
| Download `AnimaInt8Quantizer_Portable.zip`. |
|
|
| 2. 将压缩包完整解压到本地磁盘。 |
| Extract the archive completely to a local directory. |
|
|
| 3. 运行 `AnimaInt8Quantizer_Portable.exe`。 |
| Run `AnimaInt8Quantizer_Portable.exe`. |
|
|
| 4. 在程序界面中选择输入模型和输出位置,并执行 INT8 量化。 |
| Select the input model and output location in the application, then start INT8 quantization. |
|
|
| 5. 将生成的权重放入对应的 ComfyUI 模型目录,并按实际工作流加载。 |
| Place the generated weights in the appropriate ComfyUI model directory and load them in your workflow. |
|
|
| ## Source model |
|
|
| Anima 是 CircleStone Labs 与 Comfy Org 合作开发的 20 亿参数文本生成图像模型。 |
| Anima is a 2-billion-parameter text-to-image model created by CircleStone Labs and Comfy Org. |
|
|
| 它主要面向动漫、插画和其他非写实内容。 |
| It is primarily designed for anime, illustration, and other non-photorealistic content. |
|
|
| 本工具包是非官方的便携量化辅助工具,不代表 CircleStone Labs、Comfy Org 或 NVIDIA 的认可、授权或验证。 |
| This package is an unofficial portable quantization utility and is not endorsed, authorized, or validated by CircleStone Labs, Comfy Org, or NVIDIA. |
|
|
| ## License and terms |
|
|
| Anima 模型及其衍生模型受 **CircleStone Labs Non-Commercial License v1.2** 约束。 |
| The Anima model and its derivatives are governed by the **CircleStone Labs Non-Commercial License v1.2**. |
|
|
| 使用本工具生成的 Anima INT8 权重属于修改后的衍生模型时,仍须遵守该非商业许可,包括署名、分发和使用限制。 |
| When Anima INT8 weights produced by this tool constitute modified derivatives, they remain subject to the non-commercial license, including its attribution, distribution, and usage requirements. |
|
|
| Anima 同时是 `nvidia/Cosmos-Predict2-2B-Text2Image` 的衍生模型。 |
| Anima is also a derivative model of `nvidia/Cosmos-Predict2-2B-Text2Image`. |
|
|
| 因此在适用范围内还须遵守 NVIDIA Open Model License Agreement。 |
| The NVIDIA Open Model License Agreement therefore also applies where relevant. |
|
|
| 本仓库未对 Anima 模型、量化后权重或第三方依赖授予额外权利。 |
| This repository grants no additional rights to the Anima model, quantized weights, or third-party dependencies. |
|
|
| 压缩包中的第三方软件组件分别适用其各自许可证。 |
| Third-party software components in the archive remain subject to their respective licenses. |
|
|
| 完整的 CircleStone Labs 许可文本见 `LICENSE.md`,必要署名见 `NOTICE.md`。 |
| The complete CircleStone Labs license is provided in `LICENSE.md`, and the required attribution is provided in `NOTICE.md`. |
|
|
| 模型输出图像的使用范围与模型权重不同,请以原始 Anima 模型卡和许可证的最新条款为准。 |
| The usage rights for generated images differ from those for model weights, so refer to the latest original Anima model card and license. |
|
|
| 使用者须自行确保下载、量化、分发和使用行为符合适用法律与所有相关许可证。 |
| Users are responsible for ensuring that downloading, quantizing, distributing, and using the materials complies with applicable law and all relevant licenses. |
|
|
| ## Disclaimer |
|
|
| 本工具包按“现状”提供,不附带任何明示或默示保证。 |
| This package is provided “as is” without warranties of any kind, express or implied. |
|
|
| 使用者需自行承担模型下载、量化结果、硬件兼容性、生成内容及后续传播所产生的风险和责任。 |
| Users assume all risks and responsibilities arising from model downloads, quantization results, hardware compatibility, generated content, and subsequent distribution. |
|
|