Instructions to use MrBlackSheep/XTOONS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MrBlackSheep/XTOONS 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/XTOONS", 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
Model Description
(includes 3 different versions, full, pruned and inpainting SD checkpoints, also preview images for each of them)
I created this model as a by-product from from my original merge, https://civitai.com/models/295429 aka CBMX.
The point was to go to a totally different way, from semi realistic cartoon style to a very cartoonish style. Basically it's quite good with character loras, embeddings and so on, with a cartoonish (but still bit realistic) style.
As I created this thing my main point was to get it work with CHARACTER loras etc. So that's what it's basically all about.. With this model you can also make nice images not being cartoonish at all and so. It's totally up to you.
I prefer using ADetailer to get faces perfect. https://github.com/Bing-su/adetailer
- Developed by: MrBlackSheep
- Model type: Checkpoint (3 different ones, full, pruned and inpainting version)
- License: creativeml-openrail-m
- Downloads last month
- 64



