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

  • Log In
  • Sign Up

bhuvanmdev
/
LGM-f

Image-to-3D
Diffusers
Safetensors
LGMFullPipeline
Model card Files Files and versions
xet
Community

Instructions to use bhuvanmdev/LGM-f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use bhuvanmdev/LGM-f with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("bhuvanmdev/LGM-f", 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
LGM-f
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
bhuvanmdev's picture
bhuvanmdev
Update pipeline.py
898c945 verified over 1 year ago
  • feature_extractor
    Upload 23 files over 1 year ago
  • image_encoder
    Upload 23 files over 1 year ago
  • lgm
    Update lgm/lgm.py over 1 year ago
  • scheduler
    Upload 23 files over 1 year ago
  • text_encoder
    Upload 23 files over 1 year ago
  • tokenizer
    Upload 23 files over 1 year ago
  • unet
    Update unet/mv_unet.py over 1 year ago
  • vae
    Upload 23 files over 1 year ago
  • .gitattributes
    1.55 kB
    Upload 23 files over 1 year ago
  • README.md
    576 Bytes
    Update README.md over 1 year ago
  • model_index.json
    511 Bytes
    Update model_index.json over 1 year ago
  • pipeline.py
    59.7 kB
    Update pipeline.py over 1 year ago
  • requirements.txt
    367 Bytes
    Upload 23 files over 1 year ago