Instructions to use BlueTriangles/SDXL_Miharu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_Miharu 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_Miharu") prompt = "sdxl-miharu" 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/20260613094357-1730284369.jpg | |
| text: sdxl-miharu | |
| - output: | |
| url: images/20260613094403-1730284370.jpg | |
| text: sdxl-miharu | |
| - output: | |
| url: images/20260613094518-1155820960.jpg | |
| text: sdxl-miharu | |
| - output: | |
| url: images/20260613094615-2424505205.jpg | |
| text: sdxl-miharu | |
| - output: | |
| url: images/20260613094715-3145336065.jpg | |
| text: sdxl-miharu | |
| base_model: OnomaAIResearch/Illustrious-XL-v2.0 | |
| instance_prompt: sdxl-miharu | |
| license: cc-by-nc-sa-4.0 | |
| # Miharu / GASARAKI(ミハル in ガサラキ) | |
| <Gallery /> | |
| ## Model description | |
| Trained by 60 images of 4 type for 1500 steps. Triggers and useful keywords (tags) are as follows. | |
| Appearance: sdxl-miharu, blue green hair, very short hair, bob cut, black eyes, blunt bangs, small breasts | |
| Outfit (casual): brown leather jacket, blue jeans, brown shoes, black sweater, turtleneck | |
| Outfit (Heian era): sdxl-miharu-heian, pink hakama, Japanese traditional clothes, mask | |
| Outfit (Heian era2): sdxl-miharu-heian2, purple clothes, samurai armor, purple armor, holding bow \(weapon\), shooting, riding on white horse | |
| Outfit (military): sdxl-miharu-soldier, pilot suit, white pilot suit, purple shoulder protector, purple knee protector, purple elbow protector, backpack | |
| ## Trigger words | |
| You should use `sdxl-miharu` to trigger the image generation. | |
| ## Download model | |
| [Download](/BlueTriangles/SDXL_Miharu/tree/main) them in the Files & versions tab. | |