mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-21 20:42:12 -03:00
@@ -1,5 +1,14 @@
|
||||
# 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
|
||||
try:
|
||||
from .batchers import NODE_CLASS_MAPPINGS as BATCH_PROCESSOR_CLASSES, NODE_DISPLAY_NAME_MAPPINGS as BATCH_PROCESSOR_NAMES
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
[project]
|
||||
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."
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user