Instructions to use rileybol/AnimeBlend2-5D_V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rileybol/AnimeBlend2-5D_V1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-X-v10", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("rileybol/AnimeBlend2-5D_V1") prompt = "AnimeBlend2-5D_V1 A sexy woman adventurer, making her way through the amazon rainforest, on a wooden boat in a narrow river. Wearing khaki shorts and a black tank top. Holding a fire torch, side view" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-X-v10", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("rileybol/AnimeBlend2-5D_V1")
prompt = "AnimeBlend2-5D_V1 A sexy woman adventurer, making her way through the amazon rainforest, on a wooden boat in a narrow river. Wearing khaki shorts and a black tank top. Holding a fire torch, side view"
image = pipe(prompt).images[0]AnimeBlend-beta

- Prompt
- AnimeBlend2-5D_V1 A sexy woman adventurer, making her way through the amazon rainforest, on a wooden boat in a narrow river. Wearing khaki shorts and a black tank top. Holding a fire torch, side view

- Prompt
- AnimeBlend2-5D_V1 A short plump Italian woman cooks pasta in a huge metal pot in a rustic kitchen, with a window showing the sun setting over the countryside

- Prompt
- AnimeBlend2-5D_V1 A heroic muscular viking warrior with war paint and a beard, in full viking armour, holds a viking battle axe, and looks at a large grizzly bear. In the snowy mountains of Norway

- Prompt
- AnimeBlend2-5D_V1 Young woman reading a book in a cozy coffee shop, brunette hair cascading over her shoulders, colors warm browns and soft whites, mood relaxed, lighting natural light streaming through a nearby window, perspective over-the-shoulder, texture soft wool sweater and matte wooden table. <lora:AnimeBlend2-5D_V1-06:1>
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 131
Model tree for rileybol/AnimeBlend2-5D_V1
Base model
stabilityai/stable-diffusion-xl-base-1.0 Finetuned
RunDiffusion/Juggernaut-X-v10