├── README.md ├── Workflows ├── DoubleTextEncode.json └── WrapText.json ├── __init__.py ├── __init__.py.previous ├── model_settings └── model_data.py ├── nodes ├── AspectRatioCondition.py ├── ChooseImage.py ├── Colors.py ├── CombinedCrop.py ├── ConnectFloat.py ├── ConnectImage.py ├── ConnectInteger.py ├── ConnectInteger2.py ├── ConnectLatent.py ├── ConnectString.py ├── CycleInteger.py ├── DoubleClipTextEncode.py ├── DoubleConditioningMixer.py ├── EmbeddingLoader.py ├── FlexEmptyLatent.py ├── FloatEvaluate.py ├── FuseImages.py ├── FuseImages2.py ├── HashText.py ├── HueSatLum.py ├── HueShift.py ├── ImageDimensions.py ├── ImageDimensionsBatch.py ├── ImageOverlayResized.py ├── ImageResizeLong.py ├── ImageZigzag.py ├── IndoorBackgrounds.py ├── IntEvaluate.py ├── IntFloatDict.py ├── IntStringDict.py ├── JsonSearch.py ├── KillWorkflow.py ├── LandscapeBackgrounds.py ├── LinEqEval.py ├── Mbsampler.py ├── OptimalCrop.py ├── Overlay.py ├── PhotomontageA.py ├── PhotomontageB.py ├── PhotomontageC.py ├── PostSamplerCrop.py ├── PresetLoad.py ├── PresetRemove.py ├── PresetSave.py ├── PromptSwitcher.py ├── QuadClipTextEncode.py ├── RandomString.py ├── SDXLEmptyLatent.py ├── SavePrompt.py ├── SaveWithMetaData.py ├── SaveWithMetaData2.py ├── SearchReplace.py ├── SimplePrompts.py ├── SplitImages.py ├── StringJoin.py ├── TimeStamp.py ├── TintnShift.py ├── TricolorComposition.py ├── WorkflowSettings.py ├── WrapText.py ├── X_In_a_Dress.py ├── X_In_a_Suit.py ├── ZoomCrop.py ├── backup │ ├── AnimeCosplayDir.py │ ├── DirSelector.py │ ├── FilmCharDir.py │ ├── IndoorDir.py │ ├── LandscapeDir.py │ ├── MakeupStylesDir.py │ └── SpecificStylesDir.py └── imageborder.py ├── tricolor templates ├── Input17.png ├── Input18.png ├── Input19.png ├── Input20.png ├── input 21.png ├── input1.png ├── input10.png ├── input11.png ├── input12.png ├── input13.png ├── input14.png ├── input15.png ├── input16.png ├── input2.png ├── input22.png ├── input23.png ├── input24.png ├── input25.png ├── input26.png ├── input28.png ├── input29.png ├── input3.png ├── input30.png ├── input31.png ├── input4.png ├── input5.png ├── input6.png ├── input7.png ├── input8.png └── input9.png └── workflows ├── IntFloatDict.json ├── all nodes in 1 workflow ├── Black_Background - group 6.png ├── I2I_Background - group 2.png ├── I2I_Input-group 1.png ├── T2I - group 3.png ├── White_Photoframe - group 6.png ├── White_Textframe - group 6.png ├── noise - group 3.png └── 👑 MokkaBoss1 Complete Workflow.json └── modular templates ├── Modules together in groups.json ├── Template 10_ Multi-image selector.json ├── Template 1_ Overlay Image onto Background.json ├── Template 2_ Scale to total pixels.json ├── Template 3_ Load Image.json ├── Template 4_ Text Prompts.json ├── Template 5_ 1st Ksampler.json ├── Template 6_ 2nd Ksampler.json ├── Template 7_ Save Image.json ├── Template 8_ 9_16 collage of image and prompt.json └── Template 9_ Color band image generator.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/README.md -------------------------------------------------------------------------------- /Workflows/DoubleTextEncode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/Workflows/DoubleTextEncode.json -------------------------------------------------------------------------------- /Workflows/WrapText.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/Workflows/WrapText.json -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/__init__.py -------------------------------------------------------------------------------- /__init__.py.previous: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/__init__.py.previous -------------------------------------------------------------------------------- /model_settings/model_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/model_settings/model_data.py -------------------------------------------------------------------------------- /nodes/AspectRatioCondition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/AspectRatioCondition.py -------------------------------------------------------------------------------- /nodes/ChooseImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ChooseImage.py -------------------------------------------------------------------------------- /nodes/Colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/Colors.py -------------------------------------------------------------------------------- /nodes/CombinedCrop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/CombinedCrop.py -------------------------------------------------------------------------------- /nodes/ConnectFloat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ConnectFloat.py -------------------------------------------------------------------------------- /nodes/ConnectImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ConnectImage.py -------------------------------------------------------------------------------- /nodes/ConnectInteger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ConnectInteger.py -------------------------------------------------------------------------------- /nodes/ConnectInteger2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ConnectInteger2.py -------------------------------------------------------------------------------- /nodes/ConnectLatent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ConnectLatent.py -------------------------------------------------------------------------------- /nodes/ConnectString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ConnectString.py -------------------------------------------------------------------------------- /nodes/CycleInteger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/CycleInteger.py -------------------------------------------------------------------------------- /nodes/DoubleClipTextEncode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/DoubleClipTextEncode.py -------------------------------------------------------------------------------- /nodes/DoubleConditioningMixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/DoubleConditioningMixer.py -------------------------------------------------------------------------------- /nodes/EmbeddingLoader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/EmbeddingLoader.py -------------------------------------------------------------------------------- /nodes/FlexEmptyLatent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/FlexEmptyLatent.py -------------------------------------------------------------------------------- /nodes/FloatEvaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/FloatEvaluate.py -------------------------------------------------------------------------------- /nodes/FuseImages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/FuseImages.py -------------------------------------------------------------------------------- /nodes/FuseImages2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/FuseImages2.py -------------------------------------------------------------------------------- /nodes/HashText.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/HashText.py -------------------------------------------------------------------------------- /nodes/HueSatLum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/HueSatLum.py -------------------------------------------------------------------------------- /nodes/HueShift.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/HueShift.py -------------------------------------------------------------------------------- /nodes/ImageDimensions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ImageDimensions.py -------------------------------------------------------------------------------- /nodes/ImageDimensionsBatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ImageDimensionsBatch.py -------------------------------------------------------------------------------- /nodes/ImageOverlayResized.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ImageOverlayResized.py -------------------------------------------------------------------------------- /nodes/ImageResizeLong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ImageResizeLong.py -------------------------------------------------------------------------------- /nodes/ImageZigzag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ImageZigzag.py -------------------------------------------------------------------------------- /nodes/IndoorBackgrounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/IndoorBackgrounds.py -------------------------------------------------------------------------------- /nodes/IntEvaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/IntEvaluate.py -------------------------------------------------------------------------------- /nodes/IntFloatDict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/IntFloatDict.py -------------------------------------------------------------------------------- /nodes/IntStringDict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/IntStringDict.py -------------------------------------------------------------------------------- /nodes/JsonSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/JsonSearch.py -------------------------------------------------------------------------------- /nodes/KillWorkflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/KillWorkflow.py -------------------------------------------------------------------------------- /nodes/LandscapeBackgrounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/LandscapeBackgrounds.py -------------------------------------------------------------------------------- /nodes/LinEqEval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/LinEqEval.py -------------------------------------------------------------------------------- /nodes/Mbsampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/Mbsampler.py -------------------------------------------------------------------------------- /nodes/OptimalCrop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/OptimalCrop.py -------------------------------------------------------------------------------- /nodes/Overlay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/Overlay.py -------------------------------------------------------------------------------- /nodes/PhotomontageA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PhotomontageA.py -------------------------------------------------------------------------------- /nodes/PhotomontageB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PhotomontageB.py -------------------------------------------------------------------------------- /nodes/PhotomontageC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PhotomontageC.py -------------------------------------------------------------------------------- /nodes/PostSamplerCrop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PostSamplerCrop.py -------------------------------------------------------------------------------- /nodes/PresetLoad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PresetLoad.py -------------------------------------------------------------------------------- /nodes/PresetRemove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PresetRemove.py -------------------------------------------------------------------------------- /nodes/PresetSave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PresetSave.py -------------------------------------------------------------------------------- /nodes/PromptSwitcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/PromptSwitcher.py -------------------------------------------------------------------------------- /nodes/QuadClipTextEncode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/QuadClipTextEncode.py -------------------------------------------------------------------------------- /nodes/RandomString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/RandomString.py -------------------------------------------------------------------------------- /nodes/SDXLEmptyLatent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/SDXLEmptyLatent.py -------------------------------------------------------------------------------- /nodes/SavePrompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/SavePrompt.py -------------------------------------------------------------------------------- /nodes/SaveWithMetaData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/SaveWithMetaData.py -------------------------------------------------------------------------------- /nodes/SaveWithMetaData2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/SaveWithMetaData2.py -------------------------------------------------------------------------------- /nodes/SearchReplace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/SearchReplace.py -------------------------------------------------------------------------------- /nodes/SimplePrompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/SimplePrompts.py -------------------------------------------------------------------------------- /nodes/SplitImages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/SplitImages.py -------------------------------------------------------------------------------- /nodes/StringJoin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/StringJoin.py -------------------------------------------------------------------------------- /nodes/TimeStamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/TimeStamp.py -------------------------------------------------------------------------------- /nodes/TintnShift.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/TintnShift.py -------------------------------------------------------------------------------- /nodes/TricolorComposition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/TricolorComposition.py -------------------------------------------------------------------------------- /nodes/WorkflowSettings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/WorkflowSettings.py -------------------------------------------------------------------------------- /nodes/WrapText.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/WrapText.py -------------------------------------------------------------------------------- /nodes/X_In_a_Dress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/X_In_a_Dress.py -------------------------------------------------------------------------------- /nodes/X_In_a_Suit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/X_In_a_Suit.py -------------------------------------------------------------------------------- /nodes/ZoomCrop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/ZoomCrop.py -------------------------------------------------------------------------------- /nodes/backup/AnimeCosplayDir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/backup/AnimeCosplayDir.py -------------------------------------------------------------------------------- /nodes/backup/DirSelector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/backup/DirSelector.py -------------------------------------------------------------------------------- /nodes/backup/FilmCharDir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/backup/FilmCharDir.py -------------------------------------------------------------------------------- /nodes/backup/IndoorDir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/backup/IndoorDir.py -------------------------------------------------------------------------------- /nodes/backup/LandscapeDir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/backup/LandscapeDir.py -------------------------------------------------------------------------------- /nodes/backup/MakeupStylesDir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/backup/MakeupStylesDir.py -------------------------------------------------------------------------------- /nodes/backup/SpecificStylesDir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/backup/SpecificStylesDir.py -------------------------------------------------------------------------------- /nodes/imageborder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/nodes/imageborder.py -------------------------------------------------------------------------------- /tricolor templates/Input17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/Input17.png -------------------------------------------------------------------------------- /tricolor templates/Input18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/Input18.png -------------------------------------------------------------------------------- /tricolor templates/Input19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/Input19.png -------------------------------------------------------------------------------- /tricolor templates/Input20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/Input20.png -------------------------------------------------------------------------------- /tricolor templates/input 21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input 21.png -------------------------------------------------------------------------------- /tricolor templates/input1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input1.png -------------------------------------------------------------------------------- /tricolor templates/input10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input10.png -------------------------------------------------------------------------------- /tricolor templates/input11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input11.png -------------------------------------------------------------------------------- /tricolor templates/input12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input12.png -------------------------------------------------------------------------------- /tricolor templates/input13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input13.png -------------------------------------------------------------------------------- /tricolor templates/input14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input14.png -------------------------------------------------------------------------------- /tricolor templates/input15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input15.png -------------------------------------------------------------------------------- /tricolor templates/input16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input16.png -------------------------------------------------------------------------------- /tricolor templates/input2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input2.png -------------------------------------------------------------------------------- /tricolor templates/input22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input22.png -------------------------------------------------------------------------------- /tricolor templates/input23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input23.png -------------------------------------------------------------------------------- /tricolor templates/input24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input24.png -------------------------------------------------------------------------------- /tricolor templates/input25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input25.png -------------------------------------------------------------------------------- /tricolor templates/input26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input26.png -------------------------------------------------------------------------------- /tricolor templates/input28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input28.png -------------------------------------------------------------------------------- /tricolor templates/input29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input29.png -------------------------------------------------------------------------------- /tricolor templates/input3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input3.png -------------------------------------------------------------------------------- /tricolor templates/input30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input30.png -------------------------------------------------------------------------------- /tricolor templates/input31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input31.png -------------------------------------------------------------------------------- /tricolor templates/input4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input4.png -------------------------------------------------------------------------------- /tricolor templates/input5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input5.png -------------------------------------------------------------------------------- /tricolor templates/input6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input6.png -------------------------------------------------------------------------------- /tricolor templates/input7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input7.png -------------------------------------------------------------------------------- /tricolor templates/input8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input8.png -------------------------------------------------------------------------------- /tricolor templates/input9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/tricolor templates/input9.png -------------------------------------------------------------------------------- /workflows/IntFloatDict.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/IntFloatDict.json -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/Black_Background - group 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/Black_Background - group 6.png -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/I2I_Background - group 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/I2I_Background - group 2.png -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/I2I_Input-group 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/I2I_Input-group 1.png -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/T2I - group 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/T2I - group 3.png -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/White_Photoframe - group 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/White_Photoframe - group 6.png -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/White_Textframe - group 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/White_Textframe - group 6.png -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/noise - group 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/noise - group 3.png -------------------------------------------------------------------------------- /workflows/all nodes in 1 workflow/👑 MokkaBoss1 Complete Workflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/all nodes in 1 workflow/👑 MokkaBoss1 Complete Workflow.json -------------------------------------------------------------------------------- /workflows/modular templates/Modules together in groups.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Modules together in groups.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 10_ Multi-image selector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 10_ Multi-image selector.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 1_ Overlay Image onto Background.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 1_ Overlay Image onto Background.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 2_ Scale to total pixels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 2_ Scale to total pixels.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 3_ Load Image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 3_ Load Image.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 4_ Text Prompts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 4_ Text Prompts.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 5_ 1st Ksampler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 5_ 1st Ksampler.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 6_ 2nd Ksampler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 6_ 2nd Ksampler.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 7_ Save Image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 7_ Save Image.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 8_ 9_16 collage of image and prompt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 8_ 9_16 collage of image and prompt.json -------------------------------------------------------------------------------- /workflows/modular templates/Template 9_ Color band image generator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MokkaBoss1/ComfyUI_Mokkaboss1/HEAD/workflows/modular templates/Template 9_ Color band image generator.json --------------------------------------------------------------------------------