mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-21 20:42:12 -03:00
Add files via upload
This commit is contained in:
@@ -9,6 +9,10 @@ from .endless_batchers import (
|
||||
EndlessNode_SDXLBatchPrompts,
|
||||
EndlessNode_BatchNegativePrompts,
|
||||
EndlessNode_PromptCounter,
|
||||
# IGNORE ME, I AM NOT READY!!
|
||||
# from .endless_fluxlatent import (
|
||||
# EndlessNode_FluxLatentReplicator,
|
||||
# EndlessNode_FluxLatentReplicatorFromPrompts,
|
||||
)
|
||||
|
||||
# Node class mappings for ComfyUI
|
||||
@@ -18,6 +22,9 @@ NODE_CLASS_MAPPINGS = {
|
||||
"SDXLBatchPrompts": EndlessNode_SDXLBatchPrompts,
|
||||
"BatchNegativePrompts": EndlessNode_BatchNegativePrompts,
|
||||
"PromptCounter": EndlessNode_PromptCounter,
|
||||
# IGNORE ME, I AM NOT READY!!
|
||||
# "LatentReplicator": EndlessNode_FluxLatentReplicator,
|
||||
# "LatentReplicatorPrompts": EndlessNode_FluxLatentReplicatorFromPrompts,
|
||||
}
|
||||
|
||||
# Display names for ComfyUI interface
|
||||
@@ -27,6 +34,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"SDXLBatchPrompts": "SDXL Batch Prompts",
|
||||
"BatchNegativePrompts": "Batch Negative Prompts",
|
||||
"PromptCounter": "Prompt Counter",
|
||||
# IGNORE ME, I AM NOT READY!!
|
||||
# "LatentReplicator": "Latent Replicator",
|
||||
# "LatentReplicatorPrompts": "Latent Replicator from Prompts",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user