File size: 3,223 Bytes
750cd6c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
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",
)
|