Instructions to use MrBlackSheep/CartoonBoobsMix_CBMXv10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MrBlackSheep/CartoonBoobsMix_CBMXv10 with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
- Downloads last month
- 11
