Instructions to use TheRealPilot638/animagine-xl-4.0-inference with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheRealPilot638/animagine-xl-4.0-inference with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheRealPilot638/animagine-xl-4.0-inference", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
animagine-xl-4.0 โ custom Inference Endpoint handler
Thin custom-handler repo (no weights) that serves
cagliostrolab/animagine-xl-4.0
with explicit width/height support โ the stock SDXL toolkit container 400s on
non-square sizes. Used by the comfyui-orchestrator to render TEM portrait art
(scene/sprite 832ร1216, tiger 896ร1152, covers 896ร1344).
Request: {"inputs": "<prompt>", "parameters": {negative_prompt, width, height, num_inference_steps, guidance_scale, seed}}
- Downloads last month
- -
Model tree for TheRealPilot638/animagine-xl-4.0-inference
Base model
stabilityai/stable-diffusion-xl-base-1.0 Finetuned
cagliostrolab/animagine-xl-4.0