nomadoor
nomadoor
[](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_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.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 :...
 [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...