├── .github └── workflows │ └── publish.yml ├── InContextLoraUtils.py ├── InContextUtils.py ├── InContextUtils_backup.py ├── LICENSE ├── README.md ├── __init__.py ├── image ├── bmc_qr.png ├── context window inpaint.json ├── example_1.png ├── example_2.png ├── ic-context-lora-v1.3.json ├── inpainting.json ├── v3_object_replacement.png ├── v3_target_position.png ├── v3_try_on.png └── wechat.jpg ├── nodes.py └── pyproject.toml /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /InContextLoraUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/InContextLoraUtils.py -------------------------------------------------------------------------------- /InContextUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/InContextUtils.py -------------------------------------------------------------------------------- /InContextUtils_backup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/InContextUtils_backup.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/__init__.py -------------------------------------------------------------------------------- /image/bmc_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/bmc_qr.png -------------------------------------------------------------------------------- /image/context window inpaint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/context window inpaint.json -------------------------------------------------------------------------------- /image/example_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/example_1.png -------------------------------------------------------------------------------- /image/example_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/example_2.png -------------------------------------------------------------------------------- /image/ic-context-lora-v1.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/ic-context-lora-v1.3.json -------------------------------------------------------------------------------- /image/inpainting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/inpainting.json -------------------------------------------------------------------------------- /image/v3_object_replacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/v3_object_replacement.png -------------------------------------------------------------------------------- /image/v3_target_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/v3_target_position.png -------------------------------------------------------------------------------- /image/v3_try_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/v3_try_on.png -------------------------------------------------------------------------------- /image/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/image/wechat.jpg -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/nodes.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrzjason/Comfyui-In-Context-Lora-Utils/HEAD/pyproject.toml --------------------------------------------------------------------------------