This custom node package provides nodes specifically for using the mvadapter_ig2mv_sdxl.safetensors adapter within ComfyUI. This adapter is designed for image-guided multi-view generation, typically used for creating textures from 3D mesh renders (position and normal maps).
This custom node package provides nodes specifically for using the mvadapter_ig2mv_sdxl.safetensors
adapter within ComfyUI. This adapter is designed for image-guided multi-view generation, typically used for creating textures from 3D mesh renders (position and normal maps).
mvadapter_ig2mv_sdxl.safetensors
adapter and initializing it with the required attention processor. This node will automatically download the adapter file from the specified Hugging Face repository path (e.g., huanngzh/mv-adapter
) if it's not already present in your diffusers cache.This node package requires the following other custom nodes to be installed and working correctly:
Diffusers Pipeline Loader
, Diffusers Vae Loader
, Diffusers Scheduler Loader
, Lora Model Loader
etc.) and the underlying MV-Adapter pipeline implementation that this node relies on. (Please ensure you have the main ComfyUI-MVAdapter installed).Diffusers IG MV Sampler
node. (Please ensure you have this installed).(Note: You will need to find and install these dependencies separately if you haven't already. The necessary Python packages like diffusers
and einops
should be covered by installing the requirements for ComfyUI-MVAdapter
.)
The underlying mvadapter_ig2mv_sdxl.safetensors
adapter and its specific attention mechanism (DecoupledMVRowColSelfAttnProcessor2_0
) are hardcoded to work with exactly 6 views.
Therefore, you must provide batches containing exactly 6 images for both the position_map
and normal_map
inputs to the Diffusers IG MV Sampler
node. Providing a different number of views will result in errors or incorrect output.
ComfyUI-MVAdapter
.LoraModelLoader
from ComfyUI-MVAdapter
.ComfyUI-Hunyuan3DWrapper
to generate a batch of 6 position maps and a batch of 6 normal maps for your desired views.Diffusers IG MV Model Makeup
node (from this package).Diffusers IG MV Sampler
node (from this package).position_map
input of the sampler.normal_map
input of the sampler.