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

jadechoghari
/
spad

Diffusers
Safetensors
SPADPipeline
spad
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use jadechoghari/spad with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jadechoghari/spad", 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
spad
12.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 93 commits
jadechoghari's picture
jadechoghari
Update scheduler/scheduler_config.json
ee7b18f verified over 1 year ago
  • scheduler
    Update scheduler/scheduler_config.json over 1 year ago
  • text_encoder
    add text encoder working almost 2 years ago
  • tokenizer
    add tokenizer with config almost 2 years ago
  • unet
    Update unet/mv_unet.py over 1 year ago
  • vae
    add working vae over 1 year ago
  • vae_old
    Rename vae/old_model.safetensors to vae_old/old_model.safetensors over 1 year ago
  • .gitattributes
    1.61 kB
    Rename vae/ diffusion_pytorch_model.safetensors to vae/ diffusion_pytorch_model.safetensors. almost 2 years ago
  • README.md
    5.25 kB
    Update README.md almost 2 years ago
  • cam_model.safetensors
    6.58 MB
    xet
    Upload cam_model.safetensors over 1 year ago
  • config.json
    2.17 kB
    Upload folder using huggingface_hub almost 2 years ago
  • geometry.py
    15.8 kB
    Create geometry.py over 1 year ago
  • model_index.json
    505 Bytes
    Update model_index.json almost 2 years ago
  • pipeline_spad.py
    8.54 kB
    Update pipeline_spad.py over 1 year ago
  • spad_two_views.safetensors
    7.71 GB
    xet
    Upload spad_two_views.safetensors with huggingface_hub almost 2 years ago