Instructions to use Shero448/Dexters_Mom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/Dexters_Mom with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/prefect-illustrious-xl-v20p-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/Dexters_Mom") prompt = "Masterpiece, best quality, absurdres, dextersmom, 1girl, solo, looking at viewer, mature female, short orange hair, black eyes, large breasts, thick thighs, wide hips, green shirt, green pants, apron, yellow gloves, earrings, makeup, lipstick." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 1,899 Bytes
636bf43 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- output:
url: images/ComfyUI_04653_.png
text: >-
Masterpiece, best quality, absurdres, dextersmom, 1girl, solo, looking at
viewer, mature female, short orange hair, black eyes, large breasts, thick
thighs, wide hips, green shirt, green pants, apron, yellow gloves, earrings,
makeup, lipstick.
parameters:
negative_prompt: >-
lowres, worst quality, low quality, bad anatomy, bad hands, multiple
views, 4koma, censored,
lowres,jpeg,artifacts,signature,username,text,logo,bad anatomy,
base_model: John6666/prefect-illustrious-xl-v20p-sdxl
instance_prompt: >-
dextersmom, mature female, short orange hair, black eyes, large breasts, thick
thighs, wide hips, green shirt, green pants, apron, yellow gloves, earrings,
makeup, lipstick
---
# Dexter's Mom
<Gallery />
## Trigger words
You should use `dextersmom` to trigger the image generation.
You should use `mature female` to trigger the image generation.
You should use `short orange hair` to trigger the image generation.
You should use `black eyes` to trigger the image generation.
You should use `large breasts` to trigger the image generation.
You should use `thick thighs` to trigger the image generation.
You should use `wide hips` to trigger the image generation.
You should use `green shirt` to trigger the image generation.
You should use `green pants` to trigger the image generation.
You should use `apron` to trigger the image generation.
You should use `yellow gloves` to trigger the image generation.
You should use `earrings` to trigger the image generation.
You should use `makeup` to trigger the image generation.
You should use `lipstick` to trigger the image generation.
## Download model
[Download](/Shero448/Dexters_Mom/tree/main) them in the Files & versions tab.
|