comfyanonymous/ComfyUI_TensorRT

Built engines are placed in the "output" folder

aikitoria opened this issue · 5 comments

Shouldn't they go in the "models" folder instead?

The reasoning is that the model directory can be read only or multiple folders while the output directory will always be a single directory that ComfyUI can write in.

It shouldn't matter that much because it will list engines from the output/tensorrt directory if you refresh the page or press the "Refresh" button.

I see, that makes sense.

If I change the output path using --output-directory, the generated files are not added to the list. I have to manually move them to the default output path(comfyui/outpu) to make them available.

If I change the output path using --output-directory, the generated files are not added to the list. I have to manually move them to the default output path(comfyui/outpu) to make them available.

Same here, refreshing doesn't make the new engine show up in the list

@comfyanonymous
Is there a way to change the path for loading the engines? My output folder is on a NAS, which affects performance when loading >5GB of data.