Results 7 comments of nomadoor

[![Image from Gyazo](https://i.gyazo.com/c85940e1d769463f9e2f8e43f169426b.gif)](https://gyazo.com/c85940e1d769463f9e2f8e43f169426b) The Group node feature has already been added to ComfyUI. It behaves a bit differently from Blender’s, but please give it a try. - Select the node...

![Concept Sliders](https://github.com/comfyanonymous/ComfyUI/assets/124905471/08af1841-4b6a-4b64-a034-f89441f0ea8c) [Concept Sliders_eyesize.json](https://github.com/comfyanonymous/ComfyUI/files/13452762/Concept.Sliders_eyesize.json) This could be an example of a workflow. I used KSampler Advance with LoRA after 4 steps.

>LoRa Control - Dynamic Weights Controller If you prepare the same number of Ksampler Advanced nodes as the number of sampling steps, you can do the same kind of complex...

![Concept_Sliders_R](https://github.com/comfyanonymous/ComfyUI/assets/124905471/107e2962-7b3e-432e-ba2a-6338e0a3a646) [Concept_Sliders_R.json](https://github.com/comfyanonymous/ComfyUI/files/13759520/Concept_Sliders_R.json) I had made a mistake in the settings of the KSamplerAdvanced node. Although the difference is trivial, here is the corrected workflow. - Previous Ver. -1st KSampler :...

![スクリーンショット 2023-12-18 005140](https://github.com/storyicon/comfyui_segment_anything/assets/124905471/5338d18e-1701-4de0-bf12-ca0799268f44) [SAM_MaskComposite.json](https://github.com/storyicon/comfyui_segment_anything/files/13696720/SAM_MaskComposite.json) - For some reason, it worked when I used a period (.) instead of a comma (,). - If it doesn’t work, it’s reliable to create...

For some reason, it didn’t work well with Miniconda, but I was able to proceed after installing Anaconda. Then, the same issue with https://github.com/6174/comflowy/issues/25 occurred, but it seems to be...

It seems that OUTPUT_IS_LIST is class-level static metadata and can’t be toggled at runtime. For now, converting via something like BatchToList (e.g. from [ComfyUI-List-Utils](https://github.com/godmt/ComfyUI-List-Utils/blob/42bd59d956a2f17ecee6ccc9c317ed833fd91d85/nodes.py#L202) ) appears to work to treat...