Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Realism
Portrait
Photo
ChangeMeNot
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/ThisIsReal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ThisIsReal 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/ThisIsReal", 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: | |
| - Realism | |
| - Portrait | |
| - Photo | |
| - ChangeMeNot | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| # This Is Real v1 | |
| Showcase and prompts (all use seed 9119): | |
|  | |
| redhead, in a Kitchen, Freckles on face, standing, beautiful clothes, beautiful face, | |
|  | |
| young elsa wearing a crown, sparkling blue dress, upper body | |
|  | |
| CakeStyle dragon. Marzipan cake shaped like red dragon. | |
|  | |
| waitress, , solo, standing position, bar background, crowd background | |
| # v2 to v7 except v5 | |
| These versions also included, for more versions check: https://huggingface.co/ChangeMeNot/ThisIsReal/tree/main (Note: the V6 version there is different from the v60 version hosted here.) | |
| Original page: https://civitai.com/models/93529?modelVersionId=99738 |