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
|
@@ -45,4 +45,20 @@ Original pages:
|
|
| 45 |
|
| 46 |
https://huggingface.co/luisrguerra/sd-1.5-real-dream/tree/main
|
| 47 |
|
| 48 |
-
https://civitai.com/models/108111?modelVersionId=142764 (BeautyFoolReality 4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
https://huggingface.co/luisrguerra/sd-1.5-real-dream/tree/main
|
| 47 |
|
| 48 |
+
https://civitai.com/models/108111?modelVersionId=142764 (BeautyFoolReality 4)
|
| 49 |
+
|
| 50 |
+
# Recipe
|
| 51 |
+
|
| 52 |
+
- SuperMerger Weight Sum Use MBW 1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0
|
| 53 |
+
|
| 54 |
+
Model A:
|
| 55 |
+
|
| 56 |
+
Real Dream 11
|
| 57 |
+
|
| 58 |
+
Model B:
|
| 59 |
+
|
| 60 |
+
BeautyFool Reality 4
|
| 61 |
+
|
| 62 |
+
Output:
|
| 63 |
+
|
| 64 |
+
RealBeauty
|