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

plasmo
/
woolitize

Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
Model card Files Files and versions
xet
Community
6

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

  • Libraries
  • Diffusers

    How to use plasmo/woolitize with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("plasmo/woolitize", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "woolitize "
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
woolitize / unet
6.88 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 2 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
fab7476 verified 10 months ago
  • config.json
    929 Bytes
    Upload unet with huggingface_hub over 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    3.44 GB
    xet
    Upload unet with huggingface_hub over 3 years ago
  • diffusion_pytorch_model.safetensors
    3.44 GB
    xet
    Adding `safetensors` variant of this model 10 months ago