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

peterji
/
Tencent_XR_3DGen

Diffusers
ONNX
Safetensors
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use peterji/Tencent_XR_3DGen with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("peterji/Tencent_XR_3DGen", 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
Tencent_XR_3DGen
210 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
peterji's picture
peterji
jisuchaoyue's picture
jisuchaoyue
Upload 2 files (#1)
3273716 verified about 1 year ago
  • CLIP-ViT-bigG-14-laion2B-39B-b160k
    all ckpts for pandora pipeline about 1 year ago
  • RMBG-1.4
    all ckpts for pandora pipeline about 1 year ago
  • StableSAM
    all ckpts for pandora pipeline about 1 year ago
  • dinov2-large
    all ckpts for pandora pipeline about 1 year ago
  • fba
    all ckpts for pandora pipeline about 1 year ago
  • geometry_dit
    test push about 1 year ago
  • geometry_dit_mv_conditioned
    update about 1 year ago
  • geometry_vae
    update about 1 year ago
  • geometry_vae_new
    update about 1 year ago
  • tracer_b7
    all ckpts for pandora pipeline about 1 year ago
  • video-gen
    update about 1 year ago
  • weights
    all ckpts for pandora pipeline about 1 year ago
  • zero_image_features
    Upload 2 files (#1) about 1 year ago
  • .gitattributes
    1.86 kB
    all ckpts for pandora pipeline about 1 year ago
  • README.md
    24 Bytes
    xet
    initial commit about 1 year ago