Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General
Realistic
Photo
Photorealistic
sinatra
53rt5355iz
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/RealBeauty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/RealBeauty 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/RealBeauty", 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
|
@@ -22,7 +22,25 @@ base_model:
|
|
| 22 |
base_model_relation: merge
|
| 23 |
---
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
Original pages:
|
| 28 |
|
|
|
|
| 22 |
base_model_relation: merge
|
| 23 |
---
|
| 24 |
|
| 25 |
+
# Real Beauty
|
| 26 |
+
|
| 27 |
+
BeautyFoolRemix mixed with Real Dreams 11 to maximize their details and create new compositions! Showcase and prompts:
|
| 28 |
+
|
| 29 |
+

|
| 30 |
+
|
| 31 |
+
professional, masterpiece, 8k, hyperrealistic portrait of a 20yo cute blond girl, long hair, redhead, (looking shy:1.3), freckles, detailed face, detailed skin, photography, hq, photorealistic, DV_Snooky_Vicious
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
pretty girl, Portrait, long hair, brown hair, beautiful, cleavage, detailed eyes, perfect face, smile, beautiful eyes, looking at viewer, short dress, brown eyes, jewelry, sitting, necklace, legs, nail polish, high heels, wedding ring indoors, office, computer mouse, monitor, laptop, keyboard, office chair, computer, phone, DESK
|
| 36 |
+
|
| 37 |
+

|
| 38 |
+
|
| 39 |
+
photo from a magazine taken by Richard Avedon, solo, (25yo Sakura Kinomoto from Cardcaptor, brown eyes), Cooking, (High-neck lace dress), In a grand cathedral with the St Peters Basilica in the background, delicate features of face, high definition details, perfect facial expression, high definition details, cinematic lighting, model photograph, use soft lighting to cast gentle shadows on the subject, adding a touch of dimension to your images without compromising details, incorporate subtle texture and reflection, add minor flaws and organic textures for realism, use ambient occlusion to create nuanced shading, refine your lighting with color grading, gradient filters, and subtle lens flares, perfect photos shots from different angle shots, 23K, HDR,
|
| 40 |
+
|
| 41 |
+

|
| 42 |
+
|
| 43 |
+
Prompt: = " best quality, masterpiece, ultra realistic, disney style, beautiful intricately detailed soft portfolio photograph, decadent victorian ballroom, opulent couple kissing on the dance floor, extravagant intricately detailed clothing, red dress, crowd of dancing couples, soft edge lighting, highly detailed, body portrait, professional, 8k, uhd, soft volumetric lighting, depth of field, smooth, film grain"
|
| 44 |
|
| 45 |
Original pages:
|
| 46 |
|