Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • 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
va1bhavagrawa1's picture
va1bhavagrawa1
nielsr's picture
nielsr HF Staff
Move metadata to YAML header and add paper links (#1)
a1158c3 2 months ago
  • __pycache__
    made some corrections 3 months ago
  • assets
    updated README 2 months ago
  • dataset
    updated README 2 months ago
  • inference
    corrected imports 2 months ago
  • seethrough3d.egg-info
    setup repo as python package 2 months ago
  • train
    corrected imports 2 months ago
  • .gitattributes
    127 Bytes
    first commit 3 months ago
  • .gitignore
    21 Bytes
    updated gitignore 2 months ago
  • README.md
    5.54 kB
    Move metadata to YAML header and add paper links (#1) 2 months ago
  • download_checkpoint.py
    390 Bytes
    updated download checkpoint procedure 2 months ago
  • environment.yaml
    4.93 kB
    setup repo as python package 2 months ago
  • gradio_wiki.md
    4.97 kB
    made some changes 2 months ago
  • infer.ipynb
    2.75 MB
    corrected imports 2 months ago
  • requirements.txt
    345 Bytes
    setup repo as python package 2 months ago
  • setup.py
    182 Bytes
    setup repo as python package 2 months ago
  • t3d
    1.5 kB
    setup repo as python package 2 months ago