Suzie1 / ComfyUI_Comfyroll_CustomNodes

Custom nodes for SDXL and SD1.5 including Multi-ControlNet, LoRA, Aspect Ratio, Process Switches, and many more nodes.
https://civitai.com/models/183551/comfyui-comfyroll-custom-nodes
634 stars 87 forks source link

Paths are not set correctly. #119

Closed abhinavzspace closed 8 months ago

abhinavzspace commented 8 months ago
Screenshot 2024-01-31 at 9 03 16 PM
    images = torch.stack(sample_frames)
RuntimeError: stack expects a non-empty TensorList

I checked, sample_frames length is 0. The code is trying to find images in demo folder but they are getting created alongside demo folder (as you can see in the image).

Code is using \ to define directories, while on linux based systems it should be /.

I am on Ubuntu 22.04.

Thanks! You have an amazing library here. And I guess the only one which provides XY plotting with anything.

abhinavzspace commented 8 months ago

OMG my bad. I blindly copied someone's demo code. I am sorry.