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

prs-eth
/
stereospace-v1-0

Image-to-Image
Diffusers
Safetensors
English
stereo generation
augmented reality
diffusion
zero-shot
Model card Files Files and versions
xet
Community

Instructions to use prs-eth/stereospace-v1-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prs-eth/stereospace-v1-0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("prs-eth/stereospace-v1-0", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
stereospace-v1-0
11.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
toshas's picture
toshas
resources
2601da3 6 months ago
  • CLIP-ViT-H-14-laion2B-s32B-b79K
    Upload folder using huggingface_hub 6 months ago
  • doc
    resources 6 months ago
  • tokenizer
    Upload folder using huggingface_hub 6 months ago
  • vae
    Upload folder using huggingface_hub 6 months ago
  • .gitattributes
    1.56 kB
    xet 6 months ago
  • README.md
    3.46 kB
    Update README.md 6 months ago
  • config.json
    910 Bytes
    Upload folder using huggingface_hub 6 months ago
  • denoising_unet.pth

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    3.47 GB
    xet
    Upload folder using huggingface_hub 6 months ago
  • reference_unet.pth

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    3.47 GB
    xet
    Upload folder using huggingface_hub 6 months ago