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-chibi

Text-to-Image
Diffusers
English
lora
stable-diffusion-xl
style
anime
chibi
cute
super-deformed
kawaii
vibrant
simple
sdxl lora
style-lora
portrait
illustration
pop art
flat design
colorful
Model card Files Files and versions
xet
Community

Instructions to use strkyyy/anime-chibi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use strkyyy/anime-chibi 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-chibi")
    
    prompt = "ch1b1n1me, a tiny pirate with a treasure map"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
anime-chibi
105 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
strkyyy's picture
strkyyy
Upload folder using huggingface_hub
8e19f19 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
    2.89 kB
    Upload README.md with huggingface_hub 1 day ago
  • anime-chibi.safetensors
    93.1 MB
    xet
    Upload anime-chibi.safetensors with huggingface_hub 1 day ago