Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
darkstorm2150
anime
art
artistic
stable-diffusion
stable-diffusion-diffusers
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:
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
