├── LICENSE ├── README.md ├── __init__.py ├── example ├── 000234.jpg ├── 000414.jpg ├── 000548.jpg └── 005714.jpg ├── node.py └── workflow ├── 3D_Figures_transfer_workflow_v1.json ├── cloth_style_Migration_v1.json └── cloth_style_Migration_v2.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/__init__.py -------------------------------------------------------------------------------- /example/000234.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/example/000234.jpg -------------------------------------------------------------------------------- /example/000414.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/example/000414.jpg -------------------------------------------------------------------------------- /example/000548.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/example/000548.jpg -------------------------------------------------------------------------------- /example/005714.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/example/005714.jpg -------------------------------------------------------------------------------- /node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/node.py -------------------------------------------------------------------------------- /workflow/3D_Figures_transfer_workflow_v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/workflow/3D_Figures_transfer_workflow_v1.json -------------------------------------------------------------------------------- /workflow/cloth_style_Migration_v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/workflow/cloth_style_Migration_v1.json -------------------------------------------------------------------------------- /workflow/cloth_style_Migration_v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TTPlanetPig/Comfyui_Object_Migration/HEAD/workflow/cloth_style_Migration_v2.json --------------------------------------------------------------------------------