feat: HunyuanVideo 1.5
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
This commit is contained in:
2
arty.yml
2
arty.yml
@@ -187,7 +187,7 @@ scripts:
|
|||||||
|
|
||||||
# Create model directory structure
|
# Create model directory structure
|
||||||
echo "Creating ComfyUI model directories..."
|
echo "Creating ComfyUI model directories..."
|
||||||
mkdir -p $COMFYUI_ROOT/models/{checkpoints,unet,vae,loras,clip,clip_vision,controlnet,ipadapter,embeddings,upscale_models,video_models,animatediff_models,animatediff_motion_lora,audio_models,configs,diffusers,diffusion_models,musicgen}
|
mkdir -p $COMFYUI_ROOT/models/{checkpoints,unet,vae,loras,clip,clip_vision,controlnet,ipadapter,embeddings,upscale_models,video_models,animatediff_models,animatediff_motion_lora,audio_models,configs,diffusers,diffusion_models,musicgen,latent_upscale_models}
|
||||||
|
|
||||||
# Install dependencies for each custom node
|
# Install dependencies for each custom node
|
||||||
echo "Installing dependencies for all custom nodes..."
|
echo "Installing dependencies for all custom nodes..."
|
||||||
|
|||||||
@@ -135,3 +135,27 @@
|
|||||||
dest: "ipadapter/ip-adapter_sdxl_vit-h.safetensors"
|
dest: "ipadapter/ip-adapter_sdxl_vit-h.safetensors"
|
||||||
- source: "sdxl_models/ip-adapter_sdxl.safetensors"
|
- source: "sdxl_models/ip-adapter_sdxl.safetensors"
|
||||||
dest: "ipadapter/ip-adapter_sdxl.safetensors"
|
dest: "ipadapter/ip-adapter_sdxl.safetensors"
|
||||||
|
|
||||||
|
- repo_id: Comfy-Org/sigclip_vision_384
|
||||||
|
description: SigclipVision
|
||||||
|
category: video
|
||||||
|
files:
|
||||||
|
- source: sigclip_vision_patch14_384.safetensors
|
||||||
|
dest: clip_vision/sigclip_vision_patch14_384.safetensors
|
||||||
|
|
||||||
|
- repo_id: Comfy-Org/HunyuanVideo_1.5_repackaged
|
||||||
|
description: HunyuanVideo 1.5
|
||||||
|
category: video
|
||||||
|
files:
|
||||||
|
- source: split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors
|
||||||
|
dest: text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors
|
||||||
|
- source: split_files/text_encoders/byt5_small_glyphxl_fp16.safetensors
|
||||||
|
dest: text_encoders/byt5_small_glyphxl_fp16.safetensors
|
||||||
|
- source: split_files/latent_upscale_models/hunyuanvideo15_latent_upsampler_1080p.safetensors
|
||||||
|
dest: latent_upscale_models/hunyuanvideo15_latent_upsampler_1080p.safetensors
|
||||||
|
- source: split_files/diffusion_models/hunyuanvideo1.5_1080p_sr_distilled_fp16.safetensors
|
||||||
|
dest: diffusion_models/hunyuanvideo1.5_1080p_sr_distilled_fp16.safetensors
|
||||||
|
- source: split_files/vae/hunyuanvideo15_vae_fp16.safetensors
|
||||||
|
dest: vae/hunyuanvideo15_vae_fp16.safetensors
|
||||||
|
- source: split_files/diffusion_models/hunyuanvideo1.5_720p_i2v_fp16.safetensors
|
||||||
|
dest: diffusion_models/hunyuanvideo1.5_720p_i2v_fp16.safetensors
|
||||||
|
|||||||
Reference in New Issue
Block a user