Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Illustration
Cartoon
Fantasy
Sci Fi
stable-diffusion
stable-diffusion-diffusers
s6yx
Instructions to use Yntec/ReVive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ReVive 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/ReVive", 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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - Anime | |
| - Illustration | |
| - Cartoon | |
| - Fantasy | |
| - Sci Fi | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - s6yx | |
| - diffusers | |
| base_model: | |
| - Yntec/ReVAnimated | |
| - Yntec/REV | |
| base_model_relation: merge | |
| # ReVive | |
| A mix of my favorite models by s6yx, ReVAnimated and REV, to improve the compositions of the former and the eyes of the latter! Samples and prompts (they all use seed 9119): | |
|  | |
| Pretty detailed CUTE Girl, Cartoon, sitting on a computer monitor, holding antique TV, DETAILED brown EYES, gorgeous detailed hair, Magazine ad, iconic, 1940, sharp focus. Illustration By KlaysMoji and artgerm and Clay Mann and and leyendecker and kyoani. | |
|  | |
| highquality, masterpiece, 1girl, Chi-Chi, close up, :), arms up, pink helmet, black hair, 80s black eyes, blush, bikini armor, aqua cape, pink gloves, pink boots, cave, rock, mountain. blue collar | |
|  | |
| High Quality, Highly detailed, Masterpiece, beautiful, cute girl as toon link, teal headwear, Zelda | |
|  | |
| icon of adorable little red panda, round frame, blue glow, wearing shoes | |
| Original pages: | |
| https://civitai.com/models/5216?modelVersionId=6048 (REV) | |
| https://civitai.com/models/7371?modelVersionId=8665 (ReVAnimated) | |
| # Previous versions | |
| Failed attempts at doing this, each worse than the last! Creativity at the expense of coherency: | |
| https://huggingface.co/Yntec/ReVive/resolve/a6c60ddcab363d9fbd5a97e3405606e0d30da236/ReViveOmega.safetensors | |
| https://huggingface.co/Yntec/ReVive/resolve/a6c60ddcab363d9fbd5a97e3405606e0d30da236/ReViveGamma.safetensors | |
| https://huggingface.co/Yntec/ReVive/resolve/a6c60ddcab363d9fbd5a97e3405606e0d30da236/ReViveBeta.safetensors | |
| https://huggingface.co/Yntec/ReVive/resolve/a6c60ddcab363d9fbd5a97e3405606e0d30da236/ReViveAlpha.safetensors | |
| # Recipe: | |
| - SuperMerger Weight Sum Use MBW 1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0 | |
| Model A: | |
| ReVAnimated | |
| Model B: | |
| REV | |
| Bake kl-f8-anime2 VAE | |
| Output: | |
| ReVive |