fofr

Results 115 comments of fofr

Do you have a link to the prediction so I can debug?

Some suggested fixes: - make sure "return_temp_files" is set to True to return any previews as well - make sure "randomise_seeds" is True (sometimes ComfyUI will avoid repeating work, so...

This issue was fixed in https://github.com/fofr/cog-comfyui/pull/172

Can you share an example prediction or workflow? My guess is that the animate diff motion lora custom node has changed

Looks like you need to just pass in the name of the motion lora too? https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved/blob/c5c27807f0ba15507b8c9a7a650a04837351753a/animatediff/nodes_lora.py#L17

It used to be lora_name, now it's just name

I think this commit will fix it (I haven't pushed latest to Replicate yet) https://github.com/fofr/cog-comfyui/commit/ca4ae0ec76a54874320797e4155d355872465c58

Fixed motion lora directory

Nice! Are you able to also add the `colour-science` dependency to `cog.yaml`?

I think I've fixed the civitai issue in https://github.com/fofr/cog-comfyui/commit/cbfee6d2c36559a3bd4625bfd2ac6c924692cfdb (if a URL already contained a `?` it'd lead to a 400 bad request)