comfyanonymous

Results 132 comments of comfyanonymous

WEBP and APNG can have fractional fps values so it doesn't make sense to make the fps an int.

https://github.com/comfyanonymous/ComfyUI/commit/66831eb6e96cd974fb2d0fc4f299b23c6af16685

Those multiline inputs are something I added in a hackish way so the CLIPTextEncode would actually be usable. It can only be used as the last node input and you...

You can use multiple multiline text inputs on the same node now so this is fixed.

What do you mean? You can edit tensors pretty easily and can get their shape with: .shape Do you mean you want batches to be able to contain multiple tensors/images...

It's a tuple because that's the normal way of making functions return multiple values in python. Each index in the returned tuple corresponds to an output of a node. For...

Should be fixed by: https://github.com/comfyanonymous/ComfyUI/commit/cc309568e103cfff491e281c132cfb322525df61

Good idea but keep in mind the notebook is also supposed to work on other services like paperspace so it should not import google stuff by default. Is there any...

That means your checkpoint isn't an unCLIP checkpoint: it doesn't contain weights for the CLIPVision model.

Yaou can't load the unCLIP independently because unCLIP models are different from regular SD models.