Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General
Art
Beauty
Guizmus
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/SomethingBeautiful with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/SomethingBeautiful 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/SomethingBeautiful", 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
| license: creativeml-openrail-m | |
| language: | |
| - en | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - General | |
| - Art | |
| - Beauty | |
| - Guizmus | |
| - stable-diffusion | |
| - stable-diffusion-1.5 | |
| - stable-diffusion-diffusers | |
| - diffusers | |
| - text-to-image | |
| inference: true | |
| base_model: | |
| - digiplay/BeautifulArt_v1 | |
| - Guizmus/SDArt_something | |
| base_model_relation: merge | |
| # Something Beautiful | |
| What if the SDArt something model was trained on the Beautiful Art model instead of in Stable Diffusion 1.5? Showcase and prompts: | |
|  | |
| painting, classic art, fantasy, (Keltic girl:1.1), (full lips:1.1), (ginger:1.1), brown eyes, short hair, Nobility, Posh, expensive, Intricate armored dress with multiple belts, embroidery, gloves, fur trim, scenery, trees, river, see-through sleeves, high collar, very long cape, (art by Albert Bierstadt:1.2), (shoulder pads:1.1), (armguards:1.1), circlet | |
|  | |
| Wild West \(style\) photograph of beautiful, fit 23 year old jp-svetrisqF-2450, Tightly coiled updo with ornate comb. Defined brows, terracotta blush, and ruby lips. , Elaborate brocade bodice, layered tulle skirt, opera gloves. , Opulent hotel room, window view of desert landscape , Thornton-Pickard Imperial Triple Extension, f/6.3, 1/30s, ISO 28 | |
|  | |
| ((best quality)),absurdres,(ultra high res),octane render,(hyperrealistic:1.2), a glass jar with a house inside of it, beautiful render of fairytale, golden miniature, enchanted dreams, beautiful art, blurry background, (realistic:1.7), (8k), (Masterpiece), (studio lighting), | |
|  | |
| medium shot, realistic photo of Sofvermilf, a young girl, fine lines, standing, wearing jumpsuit, smiling, standing, at a crowded red carpet event, photographers, realistic, (masterpiece:1.0), (best quality:1.0), beautiful, (intricate details), unity 8k wallpaper, ultra detailed, flash photography lighting, | |
| Original pages: | |
| https://huggingface.co/digiplay/BeautifulArt_v1 | |
| https://huggingface.co/Guizmus/SDArt_something | |
| Trigger words (use this in your prompts to trigger a style): SDArt * ohwx * aten * fcu * cees * chor * cmdr * mth * nrf * elio * gani * pfa * kprc * kuro * ndi * asot * bsp * psst * sqm * irgc * guyz * hela * iru * lexa * dany * lpg * mede * mib * aroa * avel * vaw * zaki * nigh * niu * guin * urd * vini * pz * crit * siam * spon * taku * ufos * phol * uzzi * vaca * dds * yel * pte * oxi * yte | |
| # Recipe: | |
| - SuperMerger Weight Sum Train Difference Alpha 1 | |
| Model A: SDArt_something | |
| Model B: Beautiful Art | |
| Model C: Stable Diffusion 1.5 (https://huggingface.co/Yntec/stable-diffusion-v1-5) | |
| Output Model: | |
| SomethingBeautiful |