coeuskoalemoss/comfyUI-layerstyle-custom

0

stars

0

commits

Python

primary language

Jun 23, 2025

updated

README

LayerStyle Custom Node (CSV-Driven Placement)

This is a modified version of the LayerStyle custom node for ComfyUI.

✨ What's New in This Version?

This fork introduces a powerful enhancement:

The node now automatically reads x, y, and scale values 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

coeuskoalemoss/comfyUI-layerstyle-custom

0

stars

0

commits

Python

primary language

Jun 23, 2025

updated

README

LayerStyle Custom Node (CSV-Driven Placement)

This is a modified version of the LayerStyle custom node for ComfyUI.

✨ What's New in This Version?

This fork introduces a powerful enhancement:

The node now automatically reads x, y, and scale values 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

Languages

Python

96.5%

Jupyter Notebook

1.7%

JavaScript

1.4%