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

  • Log In
  • Sign Up

hvent90
/
point_navigation

Diffusers
Safetensors
PyTorch
PointNavigationPipeline
conditional-navigation
diffusion-models-class
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use hvent90/point_navigation with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hvent90/point_navigation", 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
point_navigation
471 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hvent90's picture
hvent90
Upload README.md with huggingface_hub
b00e5a8 verified 5 months ago
  • model
    Upload folder using huggingface_hub 5 months ago
  • scheduler
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    490 Bytes
    Upload README.md with huggingface_hub 5 months ago
  • model_index.json
    244 Bytes
    Upload model_index.json with huggingface_hub 5 months ago
  • pipeline.py
    1.73 kB
    Upload pipeline.py with huggingface_hub 5 months ago
  • scheduler_config.json
    508 Bytes
    Upload folder using huggingface_hub 5 months ago