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

oioitff
/
64-in-1

Text-to-Image
Diffusers
English
art
Model card Files Files and versions
xet
Community
1

Instructions to use oioitff/64-in-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use oioitff/64-in-1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("oioitff/64-in-1", 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
64-in-1
13.7 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
oioitff's picture
oioitff
Upload models
ea1110d over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • 64-in-1-fp16-no-ema.safetensors
    2.13 GB
    xet
    Upload models over 2 years ago
  • 64-in-1-fp16.safetensors
    3.85 GB
    xet
    Upload models over 2 years ago
  • 64-in-1.ckpt

    Detected Pickle imports (3)

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

    What is a pickle import?

    7.7 GB
    xet
    upload model over 3 years ago
  • README.md
    2.45 kB
    Authorize edit (#1) over 2 years ago