Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Photorealistic
Analog
Female
alexds9
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/HyperRealism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/HyperRealism 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/HyperRealism", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,10 +6,23 @@ tags:
|
|
| 6 |
- Photorealistic
|
| 7 |
- Analog
|
| 8 |
- Female
|
|
|
|
| 9 |
- stable-diffusion
|
| 10 |
- stable-diffusion-diffusers
|
| 11 |
- diffusers
|
| 12 |
- text-to-image
|
| 13 |
---
|
| 14 |
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- Photorealistic
|
| 7 |
- Analog
|
| 8 |
- Female
|
| 9 |
+
- alexds9
|
| 10 |
- stable-diffusion
|
| 11 |
- stable-diffusion-diffusers
|
| 12 |
- diffusers
|
| 13 |
- text-to-image
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# Hyper Realism 1.2
|
| 17 |
+
|
| 18 |
+
Original page: https://civitai.com/models/158959?modelVersionId=178706
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
Top left: iphone, Professional fine details photo of pretty cute little girl from kazan, tatarstan kid in the postsoviet suburbia, tatar, detailed photo, beautiful eyes. instagram, portrait
|
| 23 |
+
|
| 24 |
+
Top right: analog style 70s color photograph of young jean claude van damme in Double Impact, star wars behind the scenes
|
| 25 |
+
|
| 26 |
+
Bottom left: Hyperrealistic 1990 movie screenshot Santa Claus with wife and daughter enjoying wine with candles. sitting with a pretty cute little girl, Closeup Faces, Gift Birthday Theme by Gil_Elvgren and Haddon_Sundblom
|
| 27 |
+
|
| 28 |
+
Bottom right: analog style 70s color movie still of beautiful face, young pretty Audrey Hepburn voluptuous at a neon convenience storefront
|