Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
General purpose
Photorealistic
Anime
Illustration
Cartoon
artificialguybr
s6yx
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/365 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/365 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/365", 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
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - Base Model | |
| - General purpose | |
| - Photorealistic | |
| - Anime | |
| - Illustration | |
| - Cartoon | |
| - artificialguybr | |
| - s6yx | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| base_model: | |
| - Yntec/ReVAnimated | |
| - Yntec/LiberteRedmond | |
| base_model_relation: merge | |
| # 365 | |
| 365 models went into the creation of this! You can use it every day of the year! Samples and prompts (all use seed 9119): | |
|  | |
| young cowboy man with pretty cute daughter ride crocodile.portrait faces.sunset. ocean, | |
|  | |
| Pretty detailed CUTE Girl, 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 | |
|  | |
| High Quality, Highly detailed, Masterpiece, beautiful, cute girl as toon link, green headwear, Zelda | |
|  | |
| beautiful detailed girl, Cartoon Pretty CUTE LITTLE Girl AS FAIRY wings, DETAILED CHIBI EYES, detailed hair, teal Ponytail, key shot at computer monitor, Magazine ad, iconic, 1940, sharp focus. high detail, woodland village, in the night, fantasy, crescent moon, luminous, toadstools, fireflies, fantasy, fairy tale, mist, highly detailed | |
| Just kidding! They say it doesn't count as a lie if you reveal it soon enough... Only two models went into this merge, and the name comes from its hash... | |
|  | |
| See also: | |
| https://huggingface.co/Yntec/BabeBae | |
| https://huggingface.co/Yntec/Jackpot | |
| https://huggingface.co/Yntec/IsThisDisney | |
| Original pages: | |
| https://civitai.com/models/7371?modelVersionId=8665 (ReVAnimated) | |
| https://civitai.com/models/94123?modelVersionId=100409 (Liberte Redmond) | |
| # Recipe: | |
| - SuperMerger Weight Sum Use MBW 1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1 | |
| Model A: | |
| ReVAnimated | |
| Model B: | |
| Liberte Redmond | |
| Output: | |
| 365 | |
| The diffusers version uses the Incredible World VAE (also included) |