Edit model card

Installation:

pip install huggingface-hub

Download Code:

from huggingface_hub import snapshot_download
snapshot_download(
    repo_id="TryOnVirtual/oms-diffusion", 
    repo_type="model", 
    ignore_patterns=["*.md", "*..gitattributes"],
    local_dir=".",
    cache_dir=".",
    token="hf_token-id"
    )
Downloads last month
0
Unable to determine this model's library. Check the docs .