CoolFace
Modelpublic

v2ray/Anima-2.9B-preview-v1-diffusers

sourceHugging Faceotherupdated 1mo agoView on Hugging Face
3likes304downloads
Model Card

Anima 2.9B Preview V1 Diffusers

This is a diffusers-loadable version of Gazingstars123/Anima-2.9B (Preview V1).

Usage:

py
import torch
import diffusers

pipeline = diffusers.AnimaModularPipeline.from_pretrained("v2ray/Anima-2.9B-preview-v1-diffusers")
pipeline.load_components(torch_dtype=torch.bfloat16)