├── .github └── workflows │ └── publish.yml ├── README.md ├── __init__.py ├── example ├── flux Material transfer+depth.json ├── flux redux 2image.json └── redux semantic replacement image 1206.json ├── nodes.py └── pyproject.toml /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/__init__.py -------------------------------------------------------------------------------- /example/flux Material transfer+depth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/example/flux Material transfer+depth.json -------------------------------------------------------------------------------- /example/flux redux 2image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/example/flux redux 2image.json -------------------------------------------------------------------------------- /example/redux semantic replacement image 1206.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/example/redux semantic replacement image 1206.json -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/nodes.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yichengup/Comfyui_Flux_Style_Adjust/HEAD/pyproject.toml --------------------------------------------------------------------------------