
├── text_encoders
│ ├── qwen_2.5_vl_7b_fp8_scaled.safetensors
│ ├── gemma_3_12B_it.safetensors
│ ├── put_text_encoder_files_here
│ ├── qwen_3_4b.safetensors
├── embeddings
│ ├── put_embeddings_or_textual_inversion_concepts_here
├── controlnet
│ ├── InstantX-Qwen-Image-ControlNet-Union.safetensors
│ ├── put_controlnets_and_t2i_here
│ ├── InstantX_Qwen-lmage-ControlNet-inpaint.safetensors
├── style_models
│ ├── put_t2i_style_model_here
├── sam2
│ ├── sam2.1_hiera_base_plus-fp16.safetensors
├── configs
│ ├── v1-inference.yaml
│ ├── v2-inference-v.yaml
│ ├── v1-inference_clip_skip_2.yaml
│ ├── v2-inference_fp32.yaml
│ ├── v2-inpainting-inference.yaml
│ ├── v1-inference_clip_skip_2_fp16.yaml
│ ├── v2-inference-v_fp32.yaml
│ ├── anything_v3.yaml
│ ├── v2-inference.yaml
│ ├── v1-inpainting-inference.yaml
│ ├── v1-inference_fp16.yaml
├── clip
│ ├── t5xxl_fp8_e4m3fn.safetensors
│ ├── put_clip_or_text_encoder_models_here
│ ├── umt5_xxl_fp8_e4m3fn_scaled.safetensors
│ ├── umt5-xxl-enc-bf16.safetensors
│ ├── clip_l.safetensors
├── diffusers
│ ├── put_diffusers_models_here
├── gligen
│ ├── put_gligen_models_here
├── checkpoints
│ ├── put_checkpoints_here
│ ├── wan2.2-t2v-v10.safetensors
│ ├── ltx-2-19b-dev-fp4.safetensors
│ ├── ltx-2-19b-dev-fp8.safetensors
├── face_parsing
│ ├── parsing_bisenet.pth
├── transformers
│ ├── TencentGameMate
│ │ ├── chinese-wav2vec2-base
│ │ │ ├── .cache
│ │ │ │ ├── huggingface
│ │ │ │ │ ├── download
│ │ │ │ │ │ ├── README.md.metadata
│ │ │ │ │ │ ├── Q1p2l2BzM1m6P5jKvr8WTq1TUio=.be2da40c9e7ae26bfc904a3ed79ebb9e8f060bec6dba85d6a6ae86114bc38901.incomplete
│ │ │ │ │ │ ├── .gitattributes.metadata
│ │ │ │ │ │ ├── preprocessor_config.json.metadata
│ │ │ │ │ │ ├── config.json.metadata
│ │ │ │ │ │ ├── 6D7wLwzfj2JPmQS-tfSVXfOfJGY=.a75e04e426977dd399415b7f586b18978bc6836a3e8514ae1bb29e468fb17184.incomplete
│ │ │ │ │ ├── .gitignore
│ │ │ ├── .gitattributes
│ │ │ ├── preprocessor_config.json
│ │ │ ├── pytorch_model.bin
│ │ │ ├── chinese-wav2vec2-base-fairseq-ckpt.pt
│ │ │ ├── config.json
│ │ │ ├── README.md
│ ├── facebook
│ │ ├── wav2vec2-base-960h
│ │ │ ├── .cache
│ │ │ │ ├── huggingface
│ │ │ │ │ ├── download
│ │ │ │ │ │ ├── preprocessor_config.json.metadata
│ │ │ │ │ │ ├── vocab.json.metadata
│ │ │ │ │ │ ├── config.json.metadata
│ │ │ │ │ │ ├── model.safetensors.metadata
│ │ │ │ │ │ ├── feature_extractor_config.json.metadata
│ │ │ │ │ │ ├── special_tokens_map.json.metadata
│ │ │ │ │ │ ├── tf_model.h5.metadata
│ │ │ │ │ │ ├── .gitattributes.metadata
│ │ │ │ │ │ ├── README.md.metadata
│ │ │ │ │ │ ├── pytorch_model.bin.metadata
│ │ │ │ │ │ ├── tokenizer_config.json.metadata
│ │ │ │ │ ├── .gitignore
│ │ │ ├── model.safetensors
│ │ │ ├── pytorch_model.bin
│ │ │ ├── vocab.json
│ │ │ ├── config.json
│ │ │ ├── .gitattributes
│ │ │ ├── tokenizer_config.json
│ │ │ ├── preprocessor_config.json
│ │ │ ├── tf_model.h5
│ │ │ ├── special_tokens_map.json
│ │ │ ├── feature_extractor_config.json
│ │ │ ├── README.md
├── model_patches
│ ├── Z+Controlnet.json
│ ├── Z-Image-Turbo-Fun-Controlnet-Union.safetensors
│ ├── put_model_patches_here
├── unet
│ ├── Wan2.2_Remix_NS_i2v_14b_high_lighting_v2.0.safetensors
│ ├── Wan2.2-T2V-A14B-LowNoise-Q4_K_S.gguf
│ ├── put_unet_files_here
│ ├── wan2.2_i2v_low_noise_14B_Q4_K_S.gguf
│ ├── Wan14Bi2vFusioniX.safetensors
│ ├── Wan2.2_Remix_NS_i2v_14b_low_lighting_v2.0.safetensors
│ ├── Wan2.2-Animate-14B-Q4_0.gguf
│ ├── wan22I2VLLSDasiwaNm.low.safetensors
│ ├── wan2.2_i2v_high_noise_14B_Q4_K_S.gguf
│ ├── Wan2.2-T2V-A14B-HighNoise-Q4_K_S.gguf
├── vae_approx
│ ├── put_taesd_encoder_pth_and_taesd_decoder_pth_here
├── clip_vision
│ ├── clip_vision_vit_h.safetensors
│ ├── clip_vision_h.safetensors
│ ├── put_clip_vision_models_here
├── vae
│ ├── comfy-wan_2.1_vae.safetensors
│ ├── lightvaew2_1.safetensors
│ ├── qwen_image_vae.safetensors
│ ├── Wan2_1_VAE_bf16.safetensors
│ ├── diffusion_pytorch_model.safetensors
│ ├── ae.safetensors
│ ├── put_vae_here
├── upscale_models
│ ├── RealESRGAN_x2.pth
│ ├── put_esrgan_and_other_upscale_models_here
├── yolo
│ ├── vagina-v4.1.pt
│ ├── hand_yolov8s.pt
│ ├── face_yolov8n_v2.pt
│ ├── face_yolov8m.pt
│ ├── model.pt
│ ├── watermarks_s_yolov8_v1.pt
│ ├── person_yolov8n-seg.pt
├── diffusion_models
│ ├── infinitetalk_single.safetensors
│ ├── Wan2_2-I2V-A14B-HIGH_fp8_e4m3fn_scaled_KJ.safetensors
│ ├── z_image_turbo_bf16.safetensors
│ ├── flux1-dev-fp8.safetensors
│ ├── put_diffusion_model_files_here
│ ├── Wan2_2-I2V-A14B-LOW_fp8_e4m3fn_scaled_KJ.safetensors
│ ├── qwen-image-2512-fp8.safetensors
│ ├── Wan21_SteadyDancer_fp8_e4m3fn_scaled_KJ.safetensors
│ ├── qwen_image_edit_2511_fp8_e4m3fn.safetensors
├── photomaker
│ ├── put_photomaker_models_here
├── loras
│ ├── Wan2.2Animate
│ │ ├── Wan2.2-Fun-A14B-InP-LOW-HPS2.1_resized_dynamic_avg_rank_15_bf16.safetensors
│ │ ├── FastWan_T2V_14B_480p_lora_rank_128_bf16.safetensors
│ │ ├── Wan21_PusaV1_LoRA_14B_rank512_bf16.safetensors
│ │ ├── Wan2.2-Lightning_I2V-A14B-4steps-lora_LOW_fp16.safetensors
│ │ ├── WanAnimate_relight_lora_fp16.safetensors
│ ├── LTX2.0
│ │ ├── 运镜+控制lora
│ │ │ ├── ltx-2-19b-lora-camera-control-dolly-left.safetensors
│ │ │ ├── ltx-2-19b-lora-camera-control-dolly-in.safetensors
│ │ │ ├── ltx-2-19b-lora-camera-control-jib-down-df7451fb4c0c.safetensors.qkdownloading
│ │ │ ├── ltx-2-19b-ic-lora-canny-control.safetensors
│ │ │ ├── ltx-2-19b-ic-lora-pose-control.safetensors
│ │ │ ├── ltx-2-19b-lora-camera-control-dolly-right.safetensors
│ │ │ ├── ltx-2-19b-lora-camera-control-dolly-out.safetensors
│ │ │ ├── ltx-2-19b-lora-camera-control-jib-down.safetensors
│ │ ├── ltx-2-19b-lora-camera-control-dolly-left.safetensors
│ │ ├── ltx-2-19b-ic-lora-detailer.safetensors
│ │ ├── ltx-2-19b-distilled-lora-384.safetensors
│ ├── QWEN
│ │ ├── Qwen-Image-Lightning-8steps-V1.1-bf16.safetensors
│ │ ├── Kook_千问写实KookQwen_V2美人版.safetensors
│ │ ├── Qwen-Image-Edit-2511-Lightning-4steps-V1.0-bf16.safetensors
│ ├── Wan21_I2V_14B_lightx2v_cfg_step_distill_lora_rank64.safetensors
│ ├── Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank32.safetensors
│ ├── lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank128_bf16.safetensors
│ ├── Stand-In_wan2.1_T2V_14B_ver1.0_fp16.safetensors
│ ├── flux-超级质感细节增强.safetensors
│ ├── FLUX小红书极致真实V2.safetensors
│ ├── F.1极品胸部调节器V1.safetensors
│ ├── putloras_here
│ ├── SVI_v2_PRO_Wan2.2-I2V-A14B_HIGH_lora_rank_128_fp16.safetensors
│ ├── SVI_v2_PRO_Wan2.2-I2V-A14B_LOW_lora_rank_128_fp16.safetensors
├── TTS
│ ├── IndexTTS-2
│ │ ├── qwen0.6bemo4-merge
│ │ │ ├── config.json
│ │ │ ├── vocab.json
│ │ │ ├── Modelfile
│ │ │ ├── generation_config.json
│ │ │ ├── merges.txt
│ │ │ ├── special_tokens_map.json
│ │ │ ├── tokenizer.json
│ │ │ ├── added_tokens.json
│ │ │ ├── model.safetensors
│ │ │ ├── chat_template.jinja
│ │ │ ├── tokenizer_config.json
│ │ ├── feat1.pt
│ │ ├── README.md
│ │ ├── wav2vec2bert_stats.pt
│ │ ├── .gitattributes
│ │ ├── config.yaml
│ │ ├── gpt.pth
│ │ ├── feat2.pt
│ │ ├── bpe.model
│ │ ├── s2mel.pth
│ ├── w2v-bert-2.0
│ │ ├── .cache
│ │ │ ├── huggingface
│ │ │ │ ├── download
│ │ │ │ │ ├── model.safetensors.metadata
│ │ │ │ │ ├── preprocessor_config.json.metadata
│ │ │ │ │ ├── README.md.metadata
│ │ │ │ │ ├── config.json.metadata
│ │ │ │ │ ├── .gitattributes.metadata
│ │ │ │ │ ├── conformer_shaw.pt.metadata
│ │ │ │ ├── .gitignore
│ │ ├── conformer_shaw.pt
│ │ ├── model.safetensors
│ │ ├── config.json
│ │ ├── preprocessor_config.json
│ │ ├── .gitattributes
│ │ ├── README.md
│ ├── speakers
│ │ ├── 软糯女孩.mp3
│ │ ├── 我的英雄学院-绿谷出久.WAV
│ │ ├── 恋与深空-秦彻.WAV
│ │ ├── FF7-蒂法.WAV
│ │ ├── 温暖闺蜜.mp3
│ │ ├── 电台男主播.mp3
│ │ ├── 碧瑶.MP3
│ │ ├── 原神-胡桃.WAV
│ │ ├── 10秒小青.WAV
│ │ ├── 温润青年.mp3
│ │ ├── 火影-雏田.WAV
│ │ ├── 不羁青年.mp3
│ │ ├── 青22秒播.WAV
│ │ ├── 纳西妲.mp3
│ │ ├── 机械战甲.mp3
│ │ ├── 星穹铁道-流莹.WAV
│ │ ├── 新闻女声.WAV
│ │ ├── 率真小老弟.mp3
│ │ ├── 徐志胜.wav
│ │ ├── 蔡徐坤.wav
│ │ ├── 港普空姐.mp3
│ │ ├── 恋与深空-黎深.WAV
│ │ ├── 凡人修仙传-紫灵.mp3
│ │ ├── 林黛玉.wav
│ │ ├── LOL-亚托克斯.wav
│ │ ├── 北京大爷.mp3
│ │ ├── 傲娇御姐.mp3
│ │ ├── 说书人.WAV
│ │ ├── 阅历姐姐.mp3
│ │ ├── 热心大婶.mp3
│ │ ├── 星穹铁道-卡夫卡.WAV
│ │ ├── 恋与深空-夏以昼.WAV
│ │ ├── 小青111_.flac
│ │ ├── 原神-雷电将军.WAV
│ │ ├── 哪吒 低迷.wav
│ │ ├── 憨憨萌兽.mp3
│ │ ├── 温润男声.mp3
│ │ ├── 15秒小青.WAV
│ │ ├── 守望先锋-DVA.WAV
│ │ ├── 三国杀-曹操.WAV
│ │ ├── FF7-爱丽丝.WAV
│ │ ├── 鬼灭之刃-祢豆子.WAV
│ │ ├── 高允贞.WAV
│ │ ├── 鬼灭之刃-炭治郎.WAV
│ │ ├── 星穹铁道-黄泉.WAV
│ │ ├── 随性男青.mp3
│ │ ├── 温暖少女.mp3
│ │ ├── 嚣张小妞.mp3
│ │ ├── 温柔学姐.mp3
│ │ ├── 小智机器人-台湾女孩.wav
│ │ ├── 清澈弟弟.mp3
│ │ ├── 小青口播.MP3
│ │ ├── 钟离.wav
│ │ ├── 林志玲.wav
│ │ ├── 御姐配音.wav
│ │ ├── 美女声音.WAV
│ │ ├── 播音中年男.mp3
│ │ ├── 南方小哥.mp3
│ │ ├── 沉稳高管.mp3
│ │ ├── 抖音-读小说.wav
│ │ ├── 使命召唤-Ghost.WAV
│ │ ├── 周杰伦.flac
│ │ ├── 甜美女声.mp3
│ │ ├── 花甲奶奶.mp3
│ │ ├── 罗振宇老师.wav
│ ├── bigvganv2_22khz_80band_256x
│ │ ├── bigvgan_generator.pt
│ │ ├── config.json
│ ├── MaskGCT
│ │ ├── semantic_codec
│ │ │ ├── model.safetensors
│ ├── campplus
│ │ ├── campplus_cn_common.bin
├── detection
│ ├── vitpose_h_wholebody_data.bin
│ ├── vitpose_h_wholebody_model.onnx
│ ├── yolov10m.onnx
├── LLM
│ ├── Florence-2-large-ft
│ │ ├── generation_config.json
│ │ ├── config.json
│ │ ├── tokenizer.json
│ │ ├── vocab.json
│ │ ├── modeling_florence2.py
│ │ ├── tokenizer_config.json
│ │ ├── LICENSE
│ │ ├── CODE_OF_CONDUCT.md
│ │ ├── SECURITY.md
│ │ ├── SUPPORT.md
│ │ ├── model.safetensors
│ │ ├── .gitattributes
│ │ ├── preprocessor_config.json
│ │ ├── processing_florence2.py
│ │ ├── README.md
│ │ ├── configuration_florence2.py
├── hypernetworks
│ ├── put_hypernetworks_here
├── latent_upscale_models
│ ├── put_latent_upscale_models_here
│ ├── ltx-2-spatial-upscaler-x2-1.0.safetensors
├── audio_encoders
│ ├── put_audio_encoder_models_here
下载地址:https://pan.baidu.com/s/1IOAM_2suGkPR8AvR922LQQ?pwd=lijj
- 百度网盘