Instructions to use DoctorDiffusion/digital-doodle-cartoon-worstimever-artstyle-218mb-xl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DoctorDiffusion/digital-doodle-cartoon-worstimever-artstyle-218mb-xl-lora 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("DoctorDiffusion/digital-doodle-cartoon-worstimever-artstyle-218mb-xl-lora") prompt = "(WTE) ARTSTYLE as a ((nurse)) in a neon lit city by " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Digital Doodle Cartoon "worstimever" Artstyle - 218MB XL LoRA

- Prompt
- (WTE) ARTSTYLE as a ((nurse)) in a neon lit city by

- Prompt
- (WTE) ARTSTYLE ((dancer)) in an underwater kingdom

- Prompt
- (WTE) ARTSTYLE ((fashion model)) at a museum

- Prompt

- Prompt

- Prompt

- Prompt

- Prompt

- Prompt

- Prompt
Model description
Trained on 30 of my own digital doodles.
Use "wte artstyle" in prompt.
I was going by the handle "worstimever" when I had created the images used in the dataset so that is the name of the LoRA.
What this colorful chaotic cartoon style is lacking in constancy is made up for with by its personality.
I followed AI_Characters's guide on LoRA settings but with my own artstyle regulation images.
☕ Like what I do? ☕
☕ Buy me a coffee or two! ☕
Trigger words
You should use wte artstyle to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('DoctorDiffusion/digital-doodle-cartoon-worstimever-artstyle-218mb-xl-lora', weight_name='DD-wte-artstyle-XL-v1.safetensors')
image = pipeline('`wte artstyle`').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 10
Model tree for DoctorDiffusion/digital-doodle-cartoon-worstimever-artstyle-218mb-xl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0