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

NiceWang
/
sd-naruto-tpu

Text-to-Image
Diffusers
JAX
stable-diffusion
flax
naruto
anime
Model card Files Files and versions
xet
Community

Instructions to use NiceWang/sd-naruto-tpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use NiceWang/sd-naruto-tpu with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("NiceWang/sd-naruto-tpu", dtype=torch.bfloat16, device_map="cuda")
    
    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
sd-naruto-tpu
4.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
NiceWang's picture
NiceWang
Update README.md
e6af898 verified about 2 months ago
  • checkpoint_9120
    Upload fine-tuned Naruto SD model from Kaggle TPU 2 months ago
  • pic
    Add Sasuke image LFS pointer 2 months ago
  • .gitattributes
    1.97 kB
    Update README and add Sasuke pic via LFS 2 months ago
  • LICENSE
    11.4 kB
    Create LICENSE about 2 months ago
  • README.md
    6.95 kB
    Update README.md about 2 months ago
  • unet_naruto_bf16.npz

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.44 GB
    xet
    Add npz format weights for easier loading 2 months ago