comflowyspace icon indicating copy to clipboard operation
comflowyspace copied to clipboard

[Bug]: Custom-Scripts/Show-Text module doesn't show texts.

Open kadirnar opened this issue 1 year ago • 2 comments

Hi,

I am testing the llava 1.6 model in the comfyui tool. I use the "Custom-Scripts/Show-Text" module to show texts in the ComfyUI tool.

However, this module does not work in the comfspace tool.

image

Custom-Scripts: https://github.com/pythongosssss/ComfyUI-Custom-Scripts#ksampler-advanced-denoise-helper

Example workflow:

https://github.com/gokayfem/ComfyUI_VLM_nodes?tab=readme-ov-file#example-llava-nodes

kadirnar avatar Feb 08 '24 11:02 kadirnar

Also, the group feature doesn't work.

https://github.com/6174/comflowyspace/assets/36204372/ac671eec-2da7-423f-a604-68b68229b9f1

kadirnar avatar Feb 08 '24 12:02 kadirnar

@kadirnar

For question 1: I checked https://github.com/pythongosssss/ComfyUI-Custom-Scripts#ksampler-advanced-denoise-helper , and I found it's javascript based extension for comfyUI. Currently comflowyspace does not support comfyui js extension.

For long term consideration, comfylowyspace design a new frontend extension infra.

For question 2: yes the group node is currently just a plain node and not bounded to nodes in group. I will optimize this in next few version.

6174 avatar Feb 11 '24 10:02 6174