├── LICENSE ├── custom_nodes └── gcLatentTunnel │ ├── README.md │ └── gcLatentTunnel.py └── custom_workflows └── SDXL1.0_SD1.5_Mix_FixTune ├── README.md └── SDXL+1.5_FixTune.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntdviet/comfyui-ext/HEAD/LICENSE -------------------------------------------------------------------------------- /custom_nodes/gcLatentTunnel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntdviet/comfyui-ext/HEAD/custom_nodes/gcLatentTunnel/README.md -------------------------------------------------------------------------------- /custom_nodes/gcLatentTunnel/gcLatentTunnel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntdviet/comfyui-ext/HEAD/custom_nodes/gcLatentTunnel/gcLatentTunnel.py -------------------------------------------------------------------------------- /custom_workflows/SDXL1.0_SD1.5_Mix_FixTune/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntdviet/comfyui-ext/HEAD/custom_workflows/SDXL1.0_SD1.5_Mix_FixTune/README.md -------------------------------------------------------------------------------- /custom_workflows/SDXL1.0_SD1.5_Mix_FixTune/SDXL+1.5_FixTune.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ntdviet/comfyui-ext/HEAD/custom_workflows/SDXL1.0_SD1.5_Mix_FixTune/SDXL+1.5_FixTune.json --------------------------------------------------------------------------------