Instructions to use Shero448/TRT_style_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/TRT_style_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("dhead/wai-nsfw-illustrious-sdxl-v140-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/TRT_style_lora") prompt = "bangs, darkness \\(konosuba\\), 1girl, looking at viewer, blush, blue eyes, blonde hair, 1boy, hair between eyes, cleavage, bare shoulders, collarbone, panties, ponytail, thighs, hetero, sweat, indoors, solo focus, huge breasts, :o, wet, blurry background, pov, straddling, girl on top, all fours, camisole, strap slip, black camisole, ceiling, masterpiece, best quality, amazing quality, newest, <lora:TRT_style_v1.4_IL:1.0>" 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/_2025-06-20-000810_00001.png | |
| text: >- | |
| bangs, darkness \(konosuba\), 1girl, looking at viewer, blush, blue eyes, | |
| blonde hair, 1boy, hair between eyes, cleavage, bare shoulders, collarbone, | |
| panties, ponytail, thighs, hetero, sweat, indoors, solo focus, huge breasts, | |
| :o, wet, blurry background, pov, straddling, girl on top, all fours, | |
| camisole, strap slip, black camisole, ceiling, masterpiece, best quality, | |
| amazing quality, newest, <lora:TRT_style_v1.4_IL:1.0> | |
| parameters: | |
| negative_prompt: >- | |
| worst quality, bad quality, low quality, lowres, worst details, jpeg | |
| artifacts, scan artifacts, bad anatomy, nose, nostrils, eyes visible | |
| through hair, ears visible through hair, | |
| base_model: dhead/wai-nsfw-illustrious-sdxl-v140-sdxl | |
| instance_prompt: TRT | |
| # TRT_style_lora | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `TRT` to trigger the image generation. | |
| ## Download model | |
| [Download](/Shero448/TRT_style_lora/tree/main) them in the Files & versions tab. | |