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
| 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. | |