Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Rudra973592
/
Demonslayer_style_lora

Text-to-Image
Diffusers
lora
stable-diffusion
anime
demon-slayer
kimetsu-no-yaiba
style
automatic1111
image-generation
Model card Files Files and versions
xet
Community

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
  • Draw Things
  • DiffusionBee
Demonslayer_style_lora
405 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Rudra973592's picture
Rudra973592
Update README.md
96f2249 verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • Demonslayer_style_lora-.safetensors
    405 MB
    xet
    Upload Demonslayer_style_lora-.safetensors 8 days ago
  • README.md
    1.5 kB
    Update README.md 8 days ago