Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Realism
Portrait
Photo
Photorealism
anime
art
artistic
darkstorm2150
ChangeMeNot
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/ThisIsPromising with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ThisIsPromising 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/ThisIsPromising", 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: | |
| - Realism | |
| - Portrait | |
| - Photo | |
| - Photorealism | |
| - anime | |
| - art | |
| - artistic | |
| - darkstorm2150 | |
| - ChangeMeNot | |
| - stable-diffusion-1.5 | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| base_model: | |
| - Yntec/Prodigy | |
| - Yntec/ThisIsReal | |
| base_model_relation: merge | |
| # This Is Promising | |
| This Is Real with Prodigy's compositions to improve details and backgrounds! Showcase and prompts (all use seed 9119): | |
|  | |
| redhead, in a Kitchen, Freckles on face, standing, beautiful clothes, beautiful face, | |
|  | |
| Pretty detailed CUTE Girl, Cartoon, sitting on a computer monitor, holding antique TV, DETAILED EYES, gorgeous detailed hair, Magazine ad, iconic, 1940, sharp focus. Illustration By KlaysMoji and artgerm, CHIBI | |
|  | |
| prompt = " blonde pretty Princess Peach wearing crown in the mushroom kingdom background, dress" | |
|  | |
| waitress, , solo, standing position, bar background, crowd background, brown eyes | |
| # Recipe | |
| - SuperMerger Weight Sum Use MBW 0,1,1,1,1,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,0 | |
| Model A: | |
| ProdigyVAE | |
| Model B: | |
| ThisIsRealV5P | |
| Output: | |
| ThisIsPromising |