Instructions to use Shero448/barbeloth_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/barbeloth_2 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-v15-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/barbeloth_2") prompt = "masterpiece, best quality, 1girl, solo, <lora:barbeloth-illu-nvwls-v1_1-000007:1> bblth, grey hair, blunt bangs, short hair, bob cut, blue eyes, mature female, old, dark blue hat, big hat, witch hat, hoop earrings, black choker, black dress, blue dress, two-tone dress, high collar, shoulder cutout, wide sleeves, hand up, looking at viewer, blue sky, field, upper body, smile, bridal gauntlets, adjusting headwear" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 1,400 Bytes
8a28f20 | 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 | ---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
widget:
- output:
url: images/00140-1762301772.png
text: >-
masterpiece, best quality, 1girl, solo,
<lora:barbeloth-illu-nvwls-v1_1-000007:1> bblth, grey hair, blunt bangs,
short hair, bob cut, blue eyes, mature female, old, dark blue hat, big hat,
witch hat, hoop earrings, black choker, black dress, blue dress, two-tone
dress, high collar, shoulder cutout, wide sleeves, hand up, looking at
viewer, blue sky, field, upper body, smile, bridal gauntlets, adjusting
headwear
parameters:
negative_prompt: worst quality, low quality, bad anatomy, watermark
base_model: John6666/prefect-illustrious-xl-v15-sdxl
instance_prompt: bblth, grey hair, blunt bangs, short hair, bob cut, blue eyes, mature female
---
# barbeloth_2
<Gallery />
## Trigger words
You should use `bblth` to trigger the image generation.
You should use `grey hair` to trigger the image generation.
You should use `blunt bangs` to trigger the image generation.
You should use `short hair` to trigger the image generation.
You should use `bob cut` to trigger the image generation.
You should use `blue eyes` to trigger the image generation.
You should use `mature female` to trigger the image generation.
## Download model
[Download](/Shero448/barbeloth_2/tree/main) them in the Files & versions tab.
|