Merge pull request #29 from tusharbhutt/dev

Add JS folder via init
This commit is contained in:
tusharbhutt
2025-07-20 08:54:28 -06:00
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# nodes/__init__.py # nodes/__init__.py
# nodes/__init__.py
# =========================
# 💉 Set JavaScript
# =========================
WEB_DIRECTORY = "./web/"
# Import NODE_CLASS_MAPPINGS and NODE_DISPLAY_NAME_MAPPINGS from each submodule if present # Import NODE_CLASS_MAPPINGS and NODE_DISPLAY_NAME_MAPPINGS from each submodule if present
try: try:
from .batchers import NODE_CLASS_MAPPINGS as BATCH_PROCESSOR_CLASSES, NODE_DISPLAY_NAME_MAPPINGS as BATCH_PROCESSOR_NAMES from .batchers import NODE_CLASS_MAPPINGS as BATCH_PROCESSOR_CLASSES, NODE_DISPLAY_NAME_MAPPINGS as BATCH_PROCESSOR_NAMES

View File

@@ -1,7 +1,8 @@
[project] [project]
name = "endless-nodes" name = "endless-nodes"
description = "A small set of nodes I created for myself. Features multiple simultaneous prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more." description = "A small set of nodes I created for myself. Features multiple simultaneous prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more."
version = "1.3.1" version = "1.3.2"
license = { file = "LICENSE" } license = { file = "LICENSE" }
dependencies = "" dependencies = ""