Instructions to use zetyquickly/WojakSDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zetyquickly/WojakSDXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("zetyquickly/WojakSDXL") prompt = "wojak, david Beckham, soccer uniform, upper body, simple background " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Wojak

- Prompt
- wojak, david Beckham, soccer uniform, upper body, simple background
- Negative Prompt
- (((internal-organs-outside-the-body, internal-organs-visible, anatomy-description, unprompted-nsfw ,worst-human-external-anatomy, worst-human-hands-anatomy, worst-human-fingers-anatomy, worst-detailed-eyes, worst-detailed-fingers, worst-human-feet-anatomy, worst-human-toes-anatomy, worst-detailed-feet, worst-detailed-toes, camera, smartphone, worst-facial-details, ugly-detailed-fingers, ugly-detailed-toes,fingers-in-worst-possible-shape, worst-detailed-eyes, undetailed-eyes, undetailed-fingers, undetailed-toes, 3-D, photorealistic, anime, hyper-realistic, photograph, low-quality, medium-quality, worst-quality, cropped, out-of-frame, poorly-drawn, ugly, blurry, jpeg-artifacts, grain, watermark, signature, oversaturated, washed-out-colors, bad-lighting, glitch, mutated-letters, missing-letters, missing-text, mutated-text, missing-words, bad-grammar, messed-up-text, censored, horror, low-res, hat)))
Trigger words
You should use wojak to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 4
Model tree for zetyquickly/WojakSDXL
Base model
stabilityai/stable-diffusion-xl-base-1.0