nemo_automodel.components.flow_matching.adapters
nemo_automodel.components.flow_matching.adapters
Model adapters for FlowMatching Pipeline.
This module provides model-specific adapters that decouple the flow matching logic from model-specific implementation details.
Available Adapters:
- ModelAdapter: Abstract base class for all adapters
- HunyuanAdapter: For HunyuanVideo 1.5 style models
- SimpleAdapter: For simple transformer models (e.g., Wan)
- FluxAdapter: For FLUX.1 text-to-image models
- QwenImageAdapter: For Qwen-Image text-to-image models
Submodules
nemo_automodel.components.flow_matching.adapters.basenemo_automodel.components.flow_matching.adapters.fluxnemo_automodel.components.flow_matching.adapters.flux2nemo_automodel.components.flow_matching.adapters.hunyuannemo_automodel.components.flow_matching.adapters.qwen_imagenemo_automodel.components.flow_matching.adapters.simple