This is a modified version of the LayerStyle custom node for ComfyUI.
This fork introduces a powerful enhancement:
The node now automatically reads
x,y, andscalevalues for the input image from a CSV file based on its filename.
The CSV file must be named images.csv and placed in the main ComfyUI folder (alongside main.py)
The file should contain the following columns:
filename,x,y,scale
image1.png,100,200,1.0
image2.png,300,150,0.75
This is a modified version of the LayerStyle node. Original project: https://github.com/original-author/layerstyle
Python
96.5%
Jupyter Notebook
1.7%
JavaScript
1.4%
This is a modified version of the LayerStyle custom node for ComfyUI.
This fork introduces a powerful enhancement:
The node now automatically reads
x,y, andscalevalues for the input image from a CSV file based on its filename.
The CSV file must be named images.csv and placed in the main ComfyUI folder (alongside main.py)
The file should contain the following columns:
filename,x,y,scale
image1.png,100,200,1.0
image2.png,300,150,0.75
This is a modified version of the LayerStyle node. Original project: https://github.com/original-author/layerstyle
Python
96.5%
Jupyter Notebook
1.7%
JavaScript
1.4%