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

  • Log In
  • Sign Up

mally-2000
/
saii-cldm-synthetic

Image-to-Image
Diffusers
Safetensors
SeismicImpInvCLDMPipeline
seismic-inversion
impedance-inversion
diffusion
ddpm
cldm
overthrust
synthetic-data
Model card Files Files and versions
xet
Community

Instructions to use mally-2000/saii-cldm-synthetic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mally-2000/saii-cldm-synthetic 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("mally-2000/saii-cldm-synthetic", 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
saii-cldm-synthetic
1.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
mally-2000's picture
mally-2000
Make SAII-CLDM the default pipeline
238403e verified about 8 hours ago
  • assets
    Add Overthrust inference benchmark and model card 1 day ago
  • codes
    Add Overthrust evaluation progress logs 1 day ago
  • condition_encoder
    Upload condition_encoder/seismic_wavelet_encoder.py with huggingface_hub 2 days ago
  • data
    Add Overthrust inference benchmark and model card 1 day ago
  • scheduler
    Upload Seismic LDDPM Pipeline 2 days ago
  • unet
    Upload Seismic LDDPM Pipeline 2 days ago
  • vq_model
    Upload Seismic LDDPM Pipeline 2 days ago
  • .gitattributes
    1.64 kB
    Add Overthrust inference benchmark and model card 1 day ago
  • MODEL_CARD.md
    3.31 kB
    Update repository references after rename 1 day ago
  • README.md
    2.35 kB
    Make SAII-CLDM the default pipeline about 8 hours ago
  • SAII_CLDM_Colab_Demo.ipynb
    5.03 kB
    Add Colab demo link and notebook 1 day ago
  • infer.py
    4.37 kB
    Make full evaluation optional in infer script 1 day ago
  • model_index.json
    335 Bytes
    Make SAII-CLDM the default pipeline about 8 hours ago
  • pipeline.py
    95 Bytes
    Make SAII-CLDM the default pipeline about 8 hours ago
  • pipeline_cldm.py
    95 Bytes
    Add thin custom pipeline entry points 1 day ago
  • pipeline_lddpm.py
    97 Bytes
    Make SAII-CLDM the default pipeline about 8 hours ago
  • requirements.txt
    187 Bytes
    Add Overthrust inference benchmark and model card 1 day ago