Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

strkyyy
/
anime-mecha

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
Model card Files Files and versions
xet
Community

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
anime-mecha
107 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
strkyyy's picture
strkyyy
Upload folder using huggingface_hub
694825a verified 1 day ago
  • showcase
    Upload folder using huggingface_hub 1 day ago
  • .gitattributes
    2.01 kB
    Upload folder using huggingface_hub 1 day ago
  • README.md
    3.07 kB
    Upload README.md with huggingface_hub 1 day ago
  • anime-mecha.safetensors
    93.1 MB
    xet
    Upload anime-mecha.safetensors with huggingface_hub 1 day ago