Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
Instructions to use cagliostrolab/animagine-xl-4.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cagliostrolab/animagine-xl-4.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cagliostrolab/animagine-xl-4.0", dtype=torch.bfloat16, device_map="cuda") prompt = "1girl, green hair, sweater, looking at viewer, upper body, beanie, outdoors, night, turtleneck, masterpiece, high score, great score, absurdres" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Delete animagine-xl-4.0-opt.safetensors
#8 opened about 4 hours ago
by
shivam233244345
Add model card
#5 opened about 1 year ago
by
nielsr
Setting Style iusing HF Inference endpoint
3
#4 opened over 1 year ago
by
lehehroi
It's the 4th version and you still have not eliminated text from the dataset?
8
#3 opened over 1 year ago
by
seedmanc