MCPcopy Index your code
hub / github.com/kijai/ComfyUI-WanVideoWrapper / WanVideoModelConfig

Class WanVideoModelConfig

nodes_model_loading.py:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 self.pipeline[k] = v
78
79class WanVideoModelConfig:
80 def __init__(self, latent_format=latent_format):
81 self.unet_config = {}
82 self.unet_extra_config = {}
83 self.latent_format = latent_format
84
85def filter_state_dict_by_blocks(state_dict, blocks_mapping, layer_filter=[]):
86 filtered_dict = {}

Callers 1

loadmodelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected