kongbai-84 commited on
Commit
19a8e0d
·
verified ·
1 Parent(s): b7e0c55

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: circlestone-labs-non-commercial-license
4
+ license_link: LICENSE.md
5
+ base_model:
6
+ - circlestone-labs/Anima
7
+ tags:
8
+ - anima
9
+ - int8
10
+ - quantization
11
+ - windows
12
+ - portable
13
+ - comfyui
14
+ ---
15
+
16
+ # Anima INT8 Quantizer Portable
17
+
18
+ 这是一个面向 Windows 的 Anima INT8 量化便携工具包,用于将
19
+ [CircleStone Labs Anima](https://huggingface.co/circlestone-labs/Anima)
20
+ 相关模型权重转换为更节省显存和存储空间的 INT8 版本。
21
+
22
+ This repository provides a portable Windows package for quantizing compatible
23
+ Anima model weights to INT8.
24
+
25
+ ## Package contents
26
+
27
+ - `AnimaInt8Quantizer_Portable.zip`
28
+ - Windows 便携可执行程序及完整运行时依赖
29
+ - 已打包的主要组件包括 PyTorch 2.7.1 + CUDA 12.8、bitsandbytes 0.48.2
30
+ 和 optimum-quanto 0.2.7
31
+ - 压缩包约 3.51 GiB,解压后约 6.16 GiB
32
+
33
+ > **重要:**本压缩包不包含 Anima 模型权重。首次使用前,请自行从
34
+ > 原始 Anima 仓库取得有权使用的模型文件。
35
+
36
+ ## Usage
37
+
38
+ 1. 下载 `AnimaInt8Quantizer_Portable.zip`。
39
+ 2. 将压缩包完整解压到本地磁盘。
40
+ 3. 运行 `AnimaInt8Quantizer_Portable.exe`。
41
+ 4. 在程序界面中选择输入模型和输出位置,并执行 INT8 量化。
42
+ 5. 将生成的权重放入对应的 ComfyUI 模型目录,并按实际工作流加载。
43
+
44
+ 建议使用 64 位 Windows 10/11 和支持 CUDA 的 NVIDIA GPU。量化期间请确保
45
+ 磁盘有足够空间保存原始模型、临时文件和量化后的权重。
46
+
47
+ ## Source model
48
+
49
+ Anima 是 CircleStone Labs 与 Comfy Org 合作开发的 20 亿参数文本生成图像
50
+ 模型,主要面向动漫、插画和其他非写实内容。本工具包是非官方的便携量化
51
+ 辅助工具,不代表 CircleStone Labs、Comfy Org 或 NVIDIA 的认可、授权或验证。
52
+
53
+ ## License and terms
54
+
55
+ Anima 模型及其衍生模型受 **CircleStone Labs Non-Commercial License v1.2**
56
+ 约束。使用本工具生成的 Anima INT8 权重属于修改后的衍生模型时,仍须遵守
57
+ 该非商业许可,包括署名、分发和使用限制。
58
+
59
+ Anima 同时是 `nvidia/Cosmos-Predict2-2B-Text2Image` 的衍生模型,因此在
60
+ 适用范围内还须遵守 NVIDIA Open Model License Agreement。
61
+
62
+ 本仓库未对 Anima 模型、量化后权重或第三方依赖授予额外权利。压缩包中的
63
+ 第三方软件组件分别适用其各自许可证。完整的 CircleStone Labs 许可文本见
64
+ `LICENSE.md`,必要署名见 `NOTICE.md`。
65
+
66
+ 模型输出图像的使用范围与模型权重不同,请以原始 Anima 模型卡和许可证的
67
+ 最新条款为准。使用者须自行确保下载、量化、分发和使用行为符合适用法律与
68
+ 所有相关许可证。
69
+
70
+ ## Disclaimer
71
+
72
+ 本工具包按“现状”提供,不附带任何明示或默示保证。使用者需自行承担模型
73
+ 下载、量化结果、硬件兼容性、生成内容及后续传播所产生的风险和责任。