gitextract_48fg5k5m/ ├── .gitignore ├── LICENSE ├── README.md ├── __init__.py ├── display_text_nodes.py ├── examples/ │ ├── Chat_with_multiple_images_workflow_legacy.json │ ├── Chat_with_multiple_images_workflow_polished.json │ ├── Chat_with_single_image_workflow_legacy.json │ ├── Chat_with_single_image_workflow_polished.json │ ├── Chat_with_text_workflow_legacy.json │ ├── Chat_with_text_workflow_polished.json │ ├── Chat_with_video_workflow_legacy.json │ └── Chat_with_video_workflow_polished.json ├── image_nodes.py ├── nodes_legacy.py ├── nodes_polished.py ├── pyproject.toml ├── requirements.txt └── web/ └── js/ ├── displayText.js └── multipleImagesInput.js