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

  • Log In
  • Sign Up

GonzaloMG
/
geowizard-e2e-ft

Depth Estimation
Diffusers
Safetensors
DepthNormalEstimationPipeline
depth & normals
monocular depth estimation
monocular normals estimation
in-the-wild
zero-shot
single-step
Model card Files Files and versions
xet
Community

Instructions to use GonzaloMG/geowizard-e2e-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use GonzaloMG/geowizard-e2e-ft with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("GonzaloMG/geowizard-e2e-ft", 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
geowizard-e2e-ft
5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
GonzaloMG's picture
GonzaloMG
Update scheduler/scheduler_config.json
dca9142 verified over 1 year ago
  • feature_extractor
    Upload 3 files over 1 year ago
  • image_encoder
    Upload 2 files over 1 year ago
  • scheduler
    Update scheduler/scheduler_config.json over 1 year ago
  • unet
    Upload 2 files over 1 year ago
  • vae
    Upload 2 files over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    194 Bytes
    Update README.md over 1 year ago
  • model_index.json
    442 Bytes
    Upload 3 files over 1 year ago