Instructions to use Shero448/pants-ilu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/pants-ilu 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/ilustrealmix-v20-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/pants-ilu") prompt = "(masterpiece, amazing quality, best quality), <lora:blackwhiplash(bwl)-guy90-Illust-Lycorisv1:1>, blaash, <lora:stuffy_ai_style_illustrious_goofy:0.8>," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| (masterpiece, amazing quality, best quality), | |
| <lora:blackwhiplash(bwl)-guy90-Illust-Lycorisv1:1>, blaash, | |
| <lora:stuffy_ai_style_illustrious_goofy:0.8>, | |
| parameters: | |
| negative_prompt: 'indoors, door, doorway, ass focus, from behind, backview, back view, ' | |
| output: | |
| url: images/00050-674637020.png | |
| base_model: John6666/ilustrealmix-v20-sdxl | |
| instance_prompt: >- | |
| pants, long pants, print pants, forbidden pants, flare pants, floral pattern, | |
| yoga pants, printed pants, striped pants, floral print, [PANTS COLOR] | |
| # pants-ilu | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `pants` to trigger the image generation. | |
| You should use `long pants` to trigger the image generation. | |
| You should use `print pants` to trigger the image generation. | |
| You should use `forbidden pants` to trigger the image generation. | |
| You should use `flare pants` to trigger the image generation. | |
| You should use `floral pattern` to trigger the image generation. | |
| You should use `yoga pants` to trigger the image generation. | |
| You should use `printed pants` to trigger the image generation. | |
| You should use `striped pants` to trigger the image generation. | |
| You should use `floral print` to trigger the image generation. | |
| You should use `[PANTS COLOR]` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Shero448/pants-ilu/tree/main) them in the Files & versions tab. | |