Nodes Browser

ComfyDeploy: How ReadCSV_ComfyUI works in ComfyUI?

What is ReadCSV_ComfyUI?

NODES: ReadCSVRowNode

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ReadCSV_ComfyUI and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Fiz este nó para resolver um "problema" que eu estava tendo que era ler linha por linha de um arquivo csv.

O row_index começa no 0 (zero) que lê a primeira linha do arquivo, e o index 1 lê a segunda linha e assim por diante.

Fiquem a vontade para modificar :)

========================================================================= I made this node to solve a "problem" I was having, which was reading line by line from a csv file.

The row_index starts at 0 (zero) which reads the first line of the file, and index 1 reads the second line and so on.

Feel free to modify it :)

alt text

alt text

alt text

=======================================================================

Credits: 95% ChatGPT/DeepSeek | 5% me >.<