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

junjuice0
/
VOXO

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

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

  • Libraries
  • Diffusers

    How to use junjuice0/VOXO with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("junjuice0/VOXO", 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
VOXO
14.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
junjuice0's picture
junjuice0
Update README.md
06d7ff6 over 3 years ago
  • scheduler
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • text_encoder
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • tokenizer
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • unet
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • vae
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • .gitattributes
    1.52 kB
    Upload thumb.png over 3 years ago
  • README.md
    1.27 kB
    Update README.md over 3 years ago
  • VOXO-v0-vtuber.safetensors
    3.85 GB
    xet
    Upload VOXO-v0-vtuber.safetensors over 3 years ago
  • VOXO-v0.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    4.27 GB
    xet
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • VOXO-v0.safetensors
    2.13 GB
    xet
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • model_index.json
    511 Bytes
    first commit. diffusers, ckpt and safetesnsors models added over 3 years ago
  • thumb.png
    1.2 MB
    xet
    Upload thumb.png over 3 years ago