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

  • Log In
  • Sign Up

Duplicated from  dylanebert/LGM-full

ahmetyaylalioglu
/
multiview-diffusion-synthesis-LGM

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

Instructions to use ahmetyaylalioglu/multiview-diffusion-synthesis-LGM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ahmetyaylalioglu/multiview-diffusion-synthesis-LGM with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ahmetyaylalioglu/multiview-diffusion-synthesis-LGM", 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
multiview-diffusion-synthesis-LGM
4.83 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
ahmetyaylalioglu's picture
ahmetyaylalioglu
dylanebert's picture
dylanebert
Duplicate from dylanebert/LGM-full
1e325dd verified almost 2 years ago
  • feature_extractor
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • image_encoder
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • lgm
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • scheduler
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • text_encoder
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • tokenizer
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • unet
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • vae
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • .gitattributes
    1.52 kB
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • README.md
    509 Bytes
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • model_index.json
    511 Bytes
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • pipeline.py
    59.6 kB
    Duplicate from dylanebert/LGM-full almost 2 years ago
  • requirements.txt
    333 Bytes
    Duplicate from dylanebert/LGM-full almost 2 years ago