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

  • Log In
  • Sign Up

lzq49
/
mvdream-sd21-diffusers

Diffusers
MVDreamPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use lzq49/mvdream-sd21-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lzq49/mvdream-sd21-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lzq49/mvdream-sd21-diffusers", 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
mvdream-sd21-diffusers
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
534218b verified almost 2 years ago
  • camera_proj
    Adding `safetensors` variant of this model almost 2 years ago
  • feature_extractor
    Upload 7 files over 2 years ago
  • scheduler
    Upload 7 files over 2 years ago
  • text_encoder
    Adding `safetensors` variant of this model almost 2 years ago
  • tokenizer
    Upload 7 files over 2 years ago
  • unet
    Adding `safetensors` variant of this model almost 2 years ago
  • vae
    Adding `safetensors` variant of this model almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    240 Bytes
    Update README.md over 2 years ago
  • attention_processor.py
    4.3 kB
    Upload 2 files about 2 years ago
  • model_index.json
    596 Bytes
    Update model_index.json about 2 years ago
  • pipeline_mvdream.py
    52.5 kB
    Upload 2 files about 2 years ago