Anima Base v1.0 INT8 Rowwise
This repository contains an INT8 row-wise quantized derivative of circlestone-labs/Anima.
Original model
- Base model:
circlestone-labs/Anima - Original file:
split_files/diffusion_models/anima-base-v1.0.safetensors - Quantized file:
anima-base-v1.0-int8rowwise.safetensors
Quantization
This model was converted to a ComfyUI-compatible INT8 row-wise format.
The quantization follows the same tensor structure as the existing Anima INT8 row-wise format:
- Original tensor count: 685
- Quantized weights: 264
- Kept BF16 tensors: 421
- Added
weight_scaletensors: 264 - Added
comfy_quanttensors: 264 - Output tensor count: 1213
The quantized targets are the q_proj, k_proj, v_proj, output_proj, and MLP weights under net.blocks, excluding early/kept modules such as blocks.0, adaln_modulation, and the early MLP blocks.
Usage
Place the file in:
ComfyUI/models/diffusion_models/anima-base-v1.0-int8rowwise.safetensors
Load it with a compatible INT8 diffusion model loader, such as a ComfyUI INT8 W8A8 loader.
Recommended loader settings:
on_the_fly_quantization: False
model_type: anima
convrot/quarot: False
License
The original model is licensed under the CircleStone Labs Non-Commercial License v1.0.
This quantized model is a derivative of circlestone-labs/Anima and is distributed under the same non-commercial terms.
The model and derivatives are only usable for non-commercial purposes. For commercial use, please contact CircleStone Labs.
This repository is not affiliated with, endorsed by, approved by, or validated by CircleStone Labs or NVIDIA.
Attribution Notice:
“The CircleStone Model is licensed by CircleStone Labs LLC under the CircleStone Non-Commercial License. Copyright CircleStone Labs LLC. IN NO EVENT SHALL CIRCLESTONE LABS LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.”
Model tree for ytosa/Anima-v1.0-INT8-Rowwise
Base model
circlestone-labs/Anima