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("MrBlackSheep/CartoonBoobsMix_CBMXv10", dtype=torch.bfloat16, device_map="cuda")

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

Model Description

Simple merge of 2 models that I use the most for making cartoonish semi realistic characters. Merge of an ReV Animated https://civitai.com/models/7371/rev-animated and old Real Cartoon 3d 1.5 https://civitai.com/models/94809?modelVersionId=102200

Doesn't need a VAE, but VA E not?

I prefer using ADetailer to get faces right. https://github.com/Bing-su/adetailer

  • Developed by: MrBlackSheep
  • Model type: Checkpoint (Pruned version)
  • License: creativeml-openrail-m

00361-3175943926.jpg

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support