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

  • Log In
  • Sign Up

JaceyH919
/
Gen3R

Image-to-3D
Diffusers
Safetensors
Gen3RPipeline
3D scene generation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use JaceyH919/Gen3R with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("JaceyH919/Gen3R", 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
Gen3R
40.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JaceyH919's picture
JaceyH919
Upload Gen3RPipeline
50ac0dc verified 4 months ago
  • clip_image_encoder
    Upload Gen3RPipeline 4 months ago
  • geo_adapter
    Upload Gen3RPipeline 4 months ago
  • scheduler
    Upload Gen3RPipeline 4 months ago
  • text_encoder
    Upload Gen3RPipeline 4 months ago
  • tokenizer
    Upload Gen3RPipeline 4 months ago
  • transformer
    Upload Gen3RPipeline 4 months ago
  • vggt
    Upload Gen3RPipeline 4 months ago
  • wan_vae
    Upload Gen3RPipeline 4 months ago
  • .gitattributes
    1.58 kB
    Upload Gen3RPipeline 4 months ago
  • README.md
    1.8 kB
    Update README.md 4 months ago
  • model_index.json
    828 Bytes
    Upload Gen3RPipeline 4 months ago