data_pipeline / download_models.py
same899's picture
Upload download_models.py with huggingface_hub
750cd6c verified
from huggingface_hub import hf_hub_download
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="OmniConsistency.safetensors",
local_dir="./Model",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/3D_Chibi_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/American_Cartoon_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Chinese_Ink_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Clay_Toy_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Fabric_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Ghibli_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Irasutoya_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Jojo_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/LEGO_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Line_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Macaron_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Oil_Painting_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Origami_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Paper_Cutting_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Picasso_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Pixel_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Poly_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Pop_Art_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Rick_Morty_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Snoopy_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Van_Gogh_rank128_bf16.safetensors",
local_dir="./LoRAs",
)
hf_hub_download(
repo_id="showlab/OmniConsistency",
filename="LoRAs/Vector_rank128_bf16.safetensors",
local_dir="./LoRAs",
)