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-ghibli-soft

Text-to-Image
Diffusers
English
lora
stable-diffusion-xl
style
anime
watercolor
studio-ghibli
soft
painterly
cozy
hand-painted
whimsical
cinematic
vintage
pastel
style-lora
flux-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use strkyyy/anime-ghibli-soft 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-ghibli-soft")
    
    prompt = "gh1bl1st, a child running through a field of flowers"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
anime-ghibli-soft
106 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
strkyyy's picture
strkyyy
Upload folder using huggingface_hub
f5ebe6a verified 4 days ago
  • showcase
    Upload folder using huggingface_hub 4 days ago
  • .gitattributes
    2.01 kB
    Upload folder using huggingface_hub 4 days ago
  • README.md
    3.12 kB
    Upload README.md with huggingface_hub 4 days ago
  • anime-ghibli-soft.safetensors
    93.1 MB
    xet
    Upload anime-ghibli-soft.safetensors with huggingface_hub 4 days ago