Instructions to use BlueTriangles/SDXL_Mumei2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_Mumei2 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_Mumei2") prompt = "sdxl-kabaneri-mumei-battle" 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/20260504150118-3502416185.jpg | |
| text: sdxl-kabaneri-mumei-battle | |
| - output: | |
| url: images/20260504150121-3502416186.jpg | |
| text: sdxl-kabaneri-mumei-battle | |
| - output: | |
| url: images/20260504150153-3851135195.jpg | |
| text: sdxl-kabaneri-mumei-battle | |
| - output: | |
| url: images/20260504150532-670106045.jpg | |
| text: sdxl-kabaneri-mumei-battle | |
| - output: | |
| url: images/20260504150621-3680502009.jpg | |
| text: sdxl-kabaneri-mumei-battle | |
| base_model: | |
| - OnomaAIResearch/Illustrious-XL-v2.0 | |
| instance_prompt: >- | |
| sdxl-kabaneri-mumei-battle, sdxl-kabaneri-mumei-nosleeves, | |
| sdxl-kabaneri-mumei-jacket | |
| license: cc-by-nc-sa-4.0 | |
| # Mumei in Episode 2-4 / Kabaneri of the Iron Fortress(無名 in 甲鉄城のカバネリ) | |
| <Gallery /> | |
| ## License | |
| 本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited. | |
| ## Model description | |
| Trained by 180 images (girl, clothes, and guns), 10 epochs, 5 iterations in 2250 steps. Triggers and useful keywords (tags) are as follows. | |
| Appearance: sdxl-kabaneri-mumei-battle, koutetsujou no kabaneri, short hair, black hair, brown eyes, bob cut, eyelashes, ahoge, blunt bangs | |
| Outfit 1 (battle clothes): headgear, headband, japanese clothes, long sleeves, blue ribbon tie, skirt, gloves, bandages, hakama short skirt, bandaged leg, hakama, boots, corset, knee boots, black footwear, red jacket, mechanical backpack | |
| (option): sdxl-kabaneri-mumei-gun, weapon | |
| Outfit 2: sdxl-kabaneri-mumei-nosleeves, sleeveless, japanese clothes, bare shoulders, corset, skirt, kimono, hakama short skirt, bandaged leg, boots, knee boots, black footwear | |
| Outfit 3: sdxl-kabaneri-mumei-jacket, japanese clothes, long sleeves, short kimono, corset, skirt, yellow jacket, cropped jacket, sarashi | |
| ## Trigger words | |
| You should use `sdxl-kabaneri-mumei-battle` to trigger the image generation. | |
| You should use `sdxl-kabaneri-mumei-nosleeves` to trigger the image generation. | |
| You should use `sdxl-kabaneri-mumei-jacket` to trigger the image generation. | |
| ## Download model | |
| [Download](/BlueTriangles/SDXL_Mumei2/tree/main) them in the Files & versions tab. |