Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Illustration
Cartoon
stable-diffusion
stable-diffusion-diffusers
s6yx
Instructions to use Yntec/ReVAnimated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ReVAnimated 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/ReVAnimated", 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
- Draw Things
- DiffusionBee
ReVAnimated
768x768 version of v10 of this model with the MoistMixV2VAE baked in.
Sample and prompts:
Pretty detailed CUTE Girl, Cartoon, sitting on a computer monitor, holding antique TV, DETAILED CHIBI EYES, gorgeous detailed hair, Magazine ad, iconic, 1940, sharp focus. Illustration By KlaysMoji and artgerm and Clay Mann and and leyendecker and kyoani
Original page:
- Downloads last month
- 202

