Instructions to use BlueTriangles/SDXL_Mumei with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_Mumei with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-XL-v2.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("BlueTriangles/SDXL_Mumei") prompt = "sdxl-kabaneri-mumei" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/20260504145348-2047153919.jpg | |
| text: sdxl-kabaneri-mumei | |
| - output: | |
| url: images/20260504145410-2047153922.jpg | |
| text: sdxl-kabaneri-mumei | |
| - output: | |
| url: images/20260504145434-2047153925.jpg | |
| text: sdxl-kabaneri-mumei | |
| - output: | |
| url: images/20260504145436-2047153926.jpg | |
| text: sdxl-kabaneri-mumei | |
| - output: | |
| url: images/20260504145451-2047153928.jpg | |
| text: sdxl-kabaneri-mumei | |
| base_model: | |
| - OnomaAIResearch/Illustrious-XL-v2.0 | |
| instance_prompt: sdxl-kabaneri-mumei | |
| license: cc-by-nc-sa-4.0 | |
| # Mumei in Episode 1 / Kabaneri of the Iron Fortress(無名 in 甲鉄城のカバネリ) | |
| <Gallery /> | |
| ## License | |
| 本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited. | |
| ## Model description | |
| Trained by 59 images, 10 epochs, 5 repeats for 740 steps. Trigger and useful keywords (tags) are as follows. | |
| Appearance: sdxl-kabaneri-mumei, black hair, twintails, ribbon choker, brown eyes, short hair, hair ribbon, short twintails, blunt bangs, blue choker, yellow ribbon, sidelocks, blue neck ribbon, eyelashes | |
| Outfit: japanese clothes, kimono, pink kimono, orange bow, obi, floral print kimono, short kimono, sandals | |
| ## Trigger words | |
| You should use `sdxl-kabaneri-mumei` to trigger the image generation. | |
| ## Download model | |
| [Download](/BlueTriangles/SDXL_Mumei/tree/main) them in the Files & versions tab. |