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

  • Log In
  • Sign Up

Speedso
/
Saezuru_Usagi_style

Text-to-Image
Diffusers
lora
style
anime
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use Speedso/Saezuru_Usagi_style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Speedso/Saezuru_Usagi_style with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("John6666/wai-nsfw-illustrious-v110-sdxl", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Speedso/Saezuru_Usagi_style")
    
    prompt = "masterpiece, best quality, amazing quality, absurdres,  1girl, portrait, solo, standing, looking at viewer, red eyes, blue hair, twintails, :<, red hakama, rabbit ears, tail, rabbit girl, ahoge"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Saezuru_Usagi_style
235 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Speedso's picture
Speedso
Update README.md
b706ba7 verified 29 days ago
  • images
    Add 4 files 29 days ago
  • .gitattributes
    2.31 kB
    initial commit 29 days ago
  • Freezeusagi3.safetensors
    229 MB
    xet
    Add 4 files 29 days ago
  • README.md
    1.5 kB
    Update README.md 29 days ago