Text-to-Image
Diffusers
English
lora
stable-diffusion-xl
style
anime
mecha
robot
sci-fi
gundam
cel-shaded
industrial
cinematic
vintage
neon
grain
flux
style-lora
Instructions to use strkyyy/anime-mecha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strkyyy/anime-mecha with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("strkyyy/anime-mecha") prompt = "m3ch4n1me, a giant robot standing on a city skyline" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Mecha Anime Aesthetic for SDXL LoRA
What it does
This LoRA model captures the essence of classic mecha anime aesthetics, bringing to life intricately detailed humanoid robots with panel-lined armor plating, glowing thrusters, and energy weapons set against dramatic industrial-sci-fi backgrounds.
How to use
Trigger this style by including 'm3ch4n1me' in your prompt. Apply a suggested strength of 0.85 for the best results, using any sampler with around 25-30 steps.
Best for
- Giant robots standing on city skylines
- Mechs clashing with energy swords
- Pilots climbing into cockpits
- Mechas launching from aircraft carriers
- Damaged robots resting against rubble
Tips
- Use bold cel shading techniques to enhance the anime-like look.
- Incorporate dramatic lighting and shadows for a high-impact visual effect.
Example Prompts
m3ch4n1me <lora:MeckaAnimeAesthetic>::1.5 portrait of a mecha pilot in deep space with dramatic lighting and bold cel shading
m3ch4n1me <lora:MeckaAnimeAesthetic>::2.0 futuristic cityscape with towering skyscrapers and sleek mechas patrolling the streets, industrial sci-fi mood
m3ch4n1me <lora:MeckaAnimeAesthetic>::1.8 close-up of a mecha's glowing energy sword, intricate panel details, dynamic composition
m3ch4n1me <lora:MeckaAnimeAesthetic>::2.5 mechas engaging in intense battle with fiery explosions and smoke trails, high contrast lighting
m3ch4n1me <lora:MeckaAnimeAesthetic>::1.7 abstract background featuring geometric patterns and glowing lines representing energy field
m3ch4n1me <lora:MeckaAnimeAesthetic>::2.0 mecha walking through a rainy night street, reflections on wet pavement, subtle cel shading
Trigger word
Activate with m3ch4n1me. Recommended strength: 0.9.
Showcase
Usage with diffusers
from diffusers import AutoPipelineForText2Image
import torch
pipe = AutoPipelineForText2Image.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.float16).to("cuda")
pipe.load_lora_weights("strkyyy/anime-mecha")
image = pipe("m3ch4n1me, your prompt", num_inference_steps=30).images[0]
- Downloads last month
- 5
Model tree for strkyyy/anime-mecha
Base model
stabilityai/stable-diffusion-xl-base-1.0






