Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Base Model
53rt5355iz
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/BeautyFool", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]BeautyFool 1.2
This model with the MoistMixV2 VAE baked in.
Comparison:
Original page: https://civitai.com/models/101888?modelVersionId=112320
VAE pruned version: https://huggingface.co/digiplay/BeautyFool_v1.2VAE_pruned
Sample and prompt:
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
- Downloads last month
- 25

