How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("circlestone-labs/Anima-Base-v1.0-Diffusers", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Diffusers format for Anima-Base-v1.0. See the original model card for more details.

Downloads last month
18,183
Safetensors
Model size
2B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for circlestone-labs/Anima-Base-v1.0-Diffusers

Finetuned
(92)
this model
Adapters
7 models
Finetunes
1 model
Quantizations
3 models

Spaces using circlestone-labs/Anima-Base-v1.0-Diffusers 5