Text-to-Image
Diffusers
lora
stable-diffusion
anime
demon-slayer
kimetsu-no-yaiba
style
automatic1111
image-generation
Instructions to use Rudra973592/Demonslayer_style_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Rudra973592/Demonslayer_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("animagine-xl-4.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Rudra973592/Demonslayer_style_lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| license: mit | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| base_model: animagine-xl-4.0 | |
| tags: | |
| - lora | |
| - stable-diffusion | |
| - diffusers | |
| - anime | |
| - demon-slayer | |
| - kimetsu-no-yaiba | |
| - style | |
| - automatic1111 | |
| - image-generation | |
| # Demon Slayer Style LoRA | |
| A custom LoRA trained to generate images in the visual style of **Demon Slayer (Kimetsu no Yaiba)**. | |
| ## Model Details | |
| - **Author:** Rudra Jani | |
| - **Hugging Face Username:** Rudra973592 | |
| - **Model Type:** LoRA | |
| - **Base Model:** Animagine XL 4.0 | |
| - **Framework:** Stable Diffusion / AUTOMATIC1111 | |
| - **Training Toolkit:** Kohya SS | |
| - **Trigger:** demonslayer style | |
| ## Recommended Settings | |
| - **LoRA Weight:** `0.8 – 1.0` | |
| - **Steps:** `30` | |
| - **CFG Scale:** `6` | |
| - **Sampler:** `Euler a` | |
| ## Example Prompt | |
| ```txt | |
| brown hair, 1boy, long sleeves, jewelry, upper body, flower, earrings, japanese clothes, kimono, mask, scar, scar on face, mask on head, haori, scar on forehead, wisteria, kamado tanjirou | |
| ``` | |
| ## Usage in AUTOMATIC1111 | |
| ```txt | |
| <lora:Demonslayer_style_lora:1> | |
| ``` | |
| Add the LoRA tag at the beginning of your prompt. | |
| ## Intended Use | |
| This model is designed for: | |
| - Anime image generation | |
| - Character art | |
| - Fan art | |
| - Style transfer | |
| - Research and educational projects | |
| ## Training Information | |
| - Fine-tuned using Kohya SS | |
| - Trained on a curated Demon Slayer style dataset | |
| - Optimized for stylized anime generation | |
| ## Limitations | |
| Results may vary depending on prompt engineering, sampler selection, and base model configuration. |