Instructions to use Quiho/PixToon_Furry_v1.0_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Quiho/PixToon_Furry_v1.0_checkpoint with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Quiho/PixToon_Furry_v1.0_checkpoint", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Quiho/PixToon_Furry_v1.0_checkpoint", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]PixToon Furry
Model description
A 2.5D/3D Pixar cartoon style furry checkpoint that specializes in furry art generation is a more pixar esque style. It is done mixed with Dixar_4 and Oops! All Furries, and Nova Furry checkpoints along with some furry enhancer, disney style, and other loras to help expand on prompt and image coherence.
Model Details
- Type: checkpoint
- Base Model: Illustrious
- Version: v1.0
- Upvotes: 13.0
- Downloads: 84
- Size: 6616.6 MB
Credits
Original model by: LevionB123 Civitai: Link
- Downloads last month
- 18
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support