Text-to-Image
Diffusers
lora
stable-diffusion
anime
solo-leveling
style
automatic1111
image-generation
Instructions to use Rudra973592/solo_leveling_style_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Rudra973592/solo_leveling_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/solo_leveling_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
- Draw Things
- DiffusionBee
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/solo_leveling_style_lora")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Solo Leveling Style LoRA
A custom LoRA trained to generate images in the visual style of Solo Leveling.
Model Details
- Author: Rudra973592
- Model Type: LoRA
- Base Model: Animagine XL 4.0
- Framework: Stable Diffusion / AUTOMATIC1111
- Trigger: No fixed trigger word required
Recommended Settings
- Weight:
0.8 – 1.0 - Steps:
30 - CFG Scale:
6 - Sampler:
Euler a
Example Prompt
solostyle, anime style, general, sensitive, solo, looking at viewer, short hair, simple background, shirt, black hair, 1boy, white background, holding, closed mouth, standing, full body, white shirt, weapon, male focus, open clothes, shoes, pants, hood, holding weapon, black eyes, coat, black pants, knife, sneakers, hand in pocket, open coat, black coat, holding knife, dagger, reverse grip, holding dagger
Usage in AUTOMATIC1111
<lora:solo_leveling_style_lora-16: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
- Research and educational projects
Limitations
Results may vary depending on prompt quality, sampler, and base model.
- Downloads last month
- 10