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

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

Protogen 2.2

768x768 version of this model for the inference API, the best version of Protogen for flat anime.

512x512 version: https://huggingface.co/darkstorm2150/Protogen_v2.2_Official_Release

Sample and prompt:

Sample

Cartoon Pretty CUTE LITTLE Girl, sitting on Overwatch, DETAILED CHIBI EYES, soaking in the rain, gorgeous detailed hair, Ponytail, Magazine ad, iconic, 1940, sharp focus, aerial photography, trending on artstation. Illustration By Nihei ROSSDRAWS and KlaysMoji and Dave Rapoza and artgerm and leyendecker and Clay

Downloads last month
29
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Yntec/Protogen

Merges
1 model

Spaces using Yntec/Protogen 57