mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-25 14:25:44 -03:00
0.28
This commit is contained in:
83
__init__.py
83
__init__.py
@@ -46,6 +46,7 @@ from .loop_images import LoopImages
|
||||
from .random_image import RandomImage
|
||||
from .loop_write_text import LoopWriteText
|
||||
# from .random_checkpoint import RandomCheckpoint
|
||||
from .loop_model_clip_vae import LoopModelClipVae
|
||||
|
||||
# from .pass_preview_image import PassPreviewImage
|
||||
# from .check_black_image import CheckBlackImage
|
||||
@@ -56,6 +57,7 @@ from .loop_write_text import LoopWriteText
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
# "Bjornulf_CustomStringType": CustomStringType,
|
||||
"Bjornulf_ollamaLoader": ollamaLoader,
|
||||
"Bjornulf_LoopModelClipVae": LoopModelClipVae,
|
||||
# "Bjoenulf_RandomCheckpoint": RandomCheckpoint,
|
||||
"Bjornulf_LoopWriteText": LoopWriteText,
|
||||
"Bjornulf_LoopImages": LoopImages,
|
||||
@@ -110,52 +112,13 @@ NODE_CLASS_MAPPINGS = {
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
# "Bjornulf_CustomStringType": "!!! CUSTOM STRING TYPE !!!",
|
||||
"Bjornulf_ollamaLoader": "🦙 Ollama (Description)",
|
||||
# "Bjoenulf_RandomCheckpoint": "🎲 Random Checkpoint",
|
||||
"Bjornulf_LoopWriteText": "♻ Loop (✒ Write Text)",
|
||||
"Bjornulf_LoopImages": "♻🖼 Loop (Images)",
|
||||
"Bjornulf_RandomImage": "🎲🖼 Random Image",
|
||||
# "Bjornulf_PassPreviewImage": "🖼⮕ Pass Preview Image",
|
||||
"Bjornulf_PickInput": "⏸️🔍 Paused. Select input, Pick one",
|
||||
"Bjornulf_PauseResume": "⏸️ Paused. Resume or Stop ?",
|
||||
"Bjornulf_FreeVRAM": "🧹 Free VRAM hack",
|
||||
"Bjornulf_CombineTextsByLines": "♻ Loop (All Lines from input 🔗 combine by lines)",
|
||||
"Bjornulf_TextToSpeech": "🔊 TTS - Text to Speech",
|
||||
"Bjornulf_CharacterDescriptionGenerator": "🧑📝 Character Description Generator",
|
||||
"Bjornulf_ImageMaskCutter": "🖼✂ Cut Image with Mask",
|
||||
"Bjornulf_LoadImageWithTransparency": "🖼 Load Image with Transparency ▢",
|
||||
"Bjornulf_GreenScreenToTransparency": "🟩➜▢ Green Screen to Transparency",
|
||||
# "Bjornulf_CheckBlackImage": "🔲 Check Black Image (Empty mask)",
|
||||
"Bjornulf_SaveBjornulfLobeChat": "🖼💬 Save image for Bjornulf LobeChat",
|
||||
"Bjornulf_TextToStringAndSeed": "🔢 Text with random Seed",
|
||||
# "Bjornulf_ClearVRAM": "🧹 Clear VRAM",
|
||||
"Bjornulf_RandomLineFromInput": "🎲 Random line from input",
|
||||
"Bjornulf_ShowText": "👁 Show (Text)",
|
||||
"Bjornulf_ShowInt": "👁 Show (Int)",
|
||||
"Bjornulf_ShowFloat": "👁 Show (Float)",
|
||||
"Bjornulf_CombineBackgroundOverlay": "🖼+🖼 Combine images (Background+Overlay alpha)",
|
||||
"Bjornulf_GrayscaleTransform": "🖼➜🔲 Image to grayscale (black & white)",
|
||||
"Bjornulf_RemoveTransparency": "▢➜⬛ Remove image Transparency (alpha)",
|
||||
# "🔲➜⬛ Transparency to color",
|
||||
"Bjornulf_ResizeImage": "📏 Resize Image",
|
||||
"Bjornulf_SaveImagePath": "🖼 Save Image (exact path, exact name) ⚠️💣",
|
||||
"Bjornulf_SaveImageToFolder": "🖼📁 Save Image(s) to a folder",
|
||||
"Bjornulf_SaveTmpImage": "🖼 Save Image (tmp_api.png) ⚠️💣",
|
||||
# "Bjornulf_SaveApiImage": "🖼 Save Image (./output/api_00001.png...)",
|
||||
"Bjornulf_SaveText": "💾 Save Text", #Make SaveCharacter, SaveLocation, SaveCamera, SaveAction, SaveClothes, SaveEmotion...
|
||||
"Bjornulf_LoadText": "📥 Load Text", #Make LoadCharacter, LoadLocation, LoadCamera, LoadAction, LoadClothes, LoadEmotion...
|
||||
"Bjornulf_WriteText": "✒ Write Text",
|
||||
"Bjornulf_WriteTextInConsole": "✒🗔 Write Text (Console too) ",
|
||||
# "Bjornulf_WriteImageEnvironment": "✒ Write Image Environment",
|
||||
# "Bjornulf_WriteImageCharacters": "✒ Write Image Characters",
|
||||
# "Bjornulf_WriteImageCharacter": "✒ Write Image Character",
|
||||
# "Bjornulf_WriteImageAllInOne": "✒ Write Image All-in-one",
|
||||
"Bjornulf_CombineTexts": "🔗 Combine (Texts)",
|
||||
"Bjornulf_LoopWriteText": "♻ Loop (✒ Write Text)",
|
||||
"Bjornulf_LoopModelClipVae": "♻ Loop (Model+Clip+Vae)",
|
||||
"Bjornulf_LoopImages": "♻🖼 Loop (Images)",
|
||||
"Bjornulf_CombineTextsByLines": "♻ Loop (All Lines from input 🔗 combine by lines)",
|
||||
"Bjornulf_LoopTexts": "♻ Loop (Texts)",
|
||||
"Bjornulf_RandomTexts": "🎲 Random (Texts)",
|
||||
"Bjornulf_RandomModelClipVae": "🎲 Random (Model+Clip+Vae)",
|
||||
"Bjornulf_imagesToVideo": "📹 images to video (FFmpeg)",
|
||||
"Bjornulf_VideoPingPong": "📹 video PingPong",
|
||||
"Bjornulf_LoopFloat": "♻ Loop (Float)",
|
||||
"Bjornulf_LoopInteger": "♻ Loop (Integer)",
|
||||
"Bjornulf_LoopBasicBatch": "♻ Loop",
|
||||
@@ -163,6 +126,40 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"Bjornulf_LoopSamplers": "♻ Loop (All Samplers)",
|
||||
"Bjornulf_LoopSchedulers": "♻ Loop (All Schedulers)",
|
||||
"Bjornulf_LoopCombosSamplersSchedulers": "♻ Loop (My combos Sampler⚔Scheduler)",
|
||||
"Bjornulf_RandomImage": "🎲🖼 Random Image",
|
||||
"Bjornulf_RandomLineFromInput": "🎲 Random line from input",
|
||||
"Bjornulf_RandomTexts": "🎲 Random (Texts)",
|
||||
"Bjornulf_RandomModelClipVae": "🎲 Random (Model+Clip+Vae)",
|
||||
# "Bjornulf_PassPreviewImage": "🖼⮕ Pass Preview Image",
|
||||
"Bjornulf_CharacterDescriptionGenerator": "🧑📝 Character Description Generator",
|
||||
"Bjornulf_GreenScreenToTransparency": "🟩➜▢ Green Screen to Transparency",
|
||||
# "Bjornulf_CheckBlackImage": "🔲 Check Black Image (Empty mask)",
|
||||
"Bjornulf_SaveBjornulfLobeChat": "🖼💬 Save image for Bjornulf LobeChat",
|
||||
"Bjornulf_TextToStringAndSeed": "🔢 Text with random Seed",
|
||||
# "Bjornulf_ClearVRAM": "🧹 Clear VRAM",
|
||||
"Bjornulf_ShowText": "👁 Show (Text)",
|
||||
"Bjornulf_ShowInt": "👁 Show (Int)",
|
||||
"Bjornulf_ShowFloat": "👁 Show (Float)",
|
||||
"Bjornulf_ImageMaskCutter": "🖼✂ Cut Image with Mask",
|
||||
"Bjornulf_LoadImageWithTransparency": "🖼 Load Image with Transparency ▢",
|
||||
"Bjornulf_CombineBackgroundOverlay": "🖼+🖼 Combine images (Background+Overlay alpha)",
|
||||
"Bjornulf_GrayscaleTransform": "🖼➜🔲 Image to grayscale (black & white)",
|
||||
"Bjornulf_RemoveTransparency": "▢➜⬛ Remove image Transparency (alpha)",
|
||||
"Bjornulf_ResizeImage": "📏 Resize Image",
|
||||
"Bjornulf_SaveImagePath": "🖼 Save Image (exact path, exact name) ⚠️💣",
|
||||
"Bjornulf_SaveImageToFolder": "🖼📁 Save Image(s) to a folder",
|
||||
"Bjornulf_SaveTmpImage": "🖼 Save Image (tmp_api.png) ⚠️💣",
|
||||
# "Bjornulf_SaveApiImage": "🖼 Save Image (./output/api_00001.png...)",
|
||||
"Bjornulf_SaveText": "💾 Save Text",
|
||||
# "Bjornulf_LoadText": "📥 Load Text",
|
||||
"Bjornulf_CombineTexts": "🔗 Combine (Texts)",
|
||||
"Bjornulf_imagesToVideo": "📹 images to video (FFmpeg)",
|
||||
"Bjornulf_VideoPingPong": "📹 video PingPong",
|
||||
"Bjornulf_ollamaLoader": "🦙 Ollama (Description)",
|
||||
"Bjornulf_FreeVRAM": "🧹 Free VRAM hack",
|
||||
"Bjornulf_TextToSpeech": "🔊 TTS - Text to Speech",
|
||||
"Bjornulf_PickInput": "⏸️🔍 Paused. Select input, Pick one",
|
||||
"Bjornulf_PauseResume": "⏸️ Paused. Resume or Stop ?",
|
||||
}
|
||||
|
||||
WEB_DIRECTORY = "./web"
|
||||
|
||||
Reference in New Issue
Block a user