Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Fanatic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Fanatic 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/Fanatic", 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 | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| # Fanatic | |
| Samples and prompts: | |
|  | |
| Top left: pretty lady with tall guy together standing, cute eyes, photoreal portrait, is on top of he Closeup a of rocks on pile top of a ocean moon to the magazine. | |
| Top right: Painting, high detail, Cartoon Pretty CUTE little Girl riding a wave under clouds inside of a large jar on a table, fairy clothes, DETAILED CHIBI EYES, beautiful detailed pajamas, gorgeous detailed hair, Magazine ad, iconic, 1941, sharp focus. visible brushstrokes By ROSSDRAWS and artgerm and Clay Mann and leyendecker and Dave | |
| Bottom left: absurdres, adorable cute harley quinn, at night, dark alley, moon, :) red ponytail, blonde ponytail, in matte black hardsuit, military, roughed up, bat, city fog, | |
| Bottom right: pin up cute young girl. attractive dancing embodying a disco-inspired aesthetic. youthful short appearance, untidy hair. attire comprises of loose-fitting pants, a t-shirt, cropped hoodie. cap, vibrant and nostalgic vibes of groovy retro 70s style, illuminated by the radiant disco balls and neon lights of the dance floor. glimpse midriff | |
| DucHaitenFANCYxFANCY merged with the Hellmix model by Barons, Kitsch-In-Sync v2 by iamxenos, the cryptids lora by RIXYN, and artistic models with the CokeGirls lora by iamxenos. | |
| Original pages: | |
| https://civitai.com/models/101354/duchaiten-fancyxfancy | |
| https://civitai.com/models/186251/coca-cola-gil-elvgrenhaddon-sundblom-pinup-style | |
| https://civitai.com/models/142552?modelVersionId=163068 (Kitsch-In-Sync v2) | |
| https://civitai.com/models/21493/hellmix?modelVersionId=25632 | |
| https://civitai.com/models/64766/cryptids?modelVersionId=69407 (Cryptids LoRA) |