Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
General Purpose
Ctuhulo
realisticElves
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/animeTEN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/animeTEN with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/animeTEN", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/animeTEN", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]animeTEN
This model with the zVAE baken in.
Sample and prompt:
chibi character, breathtaking, 8 k resolution, pop corn, visible brushstrokes, extremely detailed, Cartoon Pretty CUTE LITTLE Girl, beautiful, establishing shot, artistic, dangelico pino, Iconic, DETAILED CHIBI EYES, 1949, sharp focus, beautiful face, octane render, cinematic lighting, dramatic lighting, A magic garden with vegetables, performing, a beautiful detailed legs, fruitcake, gorgeous detailed hair, Magazine ad, ritual
Original page: https://civitai.com/models/144023?modelVersionId=160609
- Downloads last month
- 14
