Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yosepyossi
/
mvrag

Text-to-3D
Diffusers
Safetensors
MVRAGPipeline
multiview
3D
RAG
retrieval
diffusion
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use yosepyossi/mvrag with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("yosepyossi/mvrag", 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
mvrag
7.14 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
yosepyossi's picture
yosepyossi
nielsr's picture
nielsr HF Staff
Improve model card: Add `library_name`, abstract, links, and usage example (#1)
fcf457a verified 9 months ago
  • feature_extractor
    Upload folder using huggingface_hub 9 months ago
  • image_encoder
    Delete image_encoder/.DS_Store 9 months ago
  • resampler
    Upload folder using huggingface_hub 9 months ago
  • scheduler
    Upload folder using huggingface_hub 9 months ago
  • text_encoder
    Delete text_encoder/.DS_Store 9 months ago
  • tokenizer
    Upload folder using huggingface_hub 9 months ago
  • unet
    Upload unet/diffusion_pytorch_model.safetensors with huggingface_hub 9 months ago
  • vae
    Delete vae/.DS_Store 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    4.13 kB
    Improve model card: Add `library_name`, abstract, links, and usage example (#1) 9 months ago
  • model_index.json
    601 Bytes
    Upload folder using huggingface_hub 9 months ago
  • pipeline_mvrag.py
    22.5 kB
    Upload pipeline_mvrag.py with huggingface_hub 9 months ago