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

va1bhavagrawa1
/
seethrough3d

Text-to-Image
Diffusers
English
controllable text-to-image generation
diffusion models
3D layout control
occlusion reasoning
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use va1bhavagrawa1/seethrough3d with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("va1bhavagrawa1/seethrough3d", 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
seethrough3d
8.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 20 commits
nielsr's picture
nielsr HF Staff
Move metadata to YAML header and add paper links
7233a73 verified 3 months ago
  • __pycache__
    made some corrections 3 months ago
  • assets
    updated README 3 months ago
  • dataset
    updated README 3 months ago
  • inference
    corrected imports 3 months ago
  • seethrough3d.egg-info
    setup repo as python package 3 months ago
  • train
    corrected imports 3 months ago
  • .gitattributes
    127 Bytes
    first commit 3 months ago
  • .gitignore
    21 Bytes
    updated gitignore 3 months ago
  • README.md
    5.54 kB
    Move metadata to YAML header and add paper links 3 months ago
  • download_checkpoint.py
    390 Bytes
    updated download checkpoint procedure 3 months ago
  • environment.yaml
    4.93 kB
    setup repo as python package 3 months ago
  • gradio_wiki.md
    4.97 kB
    made some changes 3 months ago
  • infer.ipynb
    2.75 MB
    corrected imports 3 months ago
  • requirements.txt
    345 Bytes
    setup repo as python package 3 months ago
  • setup.py
    182 Bytes
    setup repo as python package 3 months ago
  • t3d
    1.5 kB
    setup repo as python package 3 months ago