Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Base Model
53rt5355iz
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/BeautyFool with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/BeautyFool 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/BeautyFool", torch_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
|
@@ -1,9 +1,30 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
tags:
|
|
|
|
|
|
|
|
|
|
| 4 |
- stable-diffusion
|
| 5 |
- stable-diffusion-diffusers
|
| 6 |
- text-to-image
|
| 7 |
- diffusers
|
| 8 |
inference: true
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
tags:
|
| 4 |
+
- General
|
| 5 |
+
- Base Model
|
| 6 |
+
- 53rt5355iz
|
| 7 |
- stable-diffusion
|
| 8 |
- stable-diffusion-diffusers
|
| 9 |
- text-to-image
|
| 10 |
- diffusers
|
| 11 |
inference: true
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# BeautyFool 1.2
|
| 15 |
+
|
| 16 |
+
This model with the MoistMixV2 VAE baked in.
|
| 17 |
+
|
| 18 |
+
Comparison:
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
Original page: https://civitai.com/models/101888?modelVersionId=112320
|
| 23 |
+
|
| 24 |
+
VAE pruned version: https://huggingface.co/digiplay/BeautyFool_v1.2VAE_pruned
|
| 25 |
+
|
| 26 |
+
Sample and prompt:
|
| 27 |
+
|
| 28 |
+

|
| 29 |
+
|
| 30 |
+
Pretty CUTE LITTLE girl of artwork mini style by gaston bussiere, sitting IN GOLDEN RING in CUTE KITCHEN, A wholesome animation key shot at computer monitor, studio ghibli, pixar and disney animation, anime key art by ROSSDRAWS and Clay Mann, style of maple story, chibi
|