You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/entrypoint.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ if [ "$1" = "--build-engines" ]; then
98
98
fi
99
99
100
100
# Build Engine for StreamDiffusion
101
-
if [ !-f"$TENSORRT_DIR/StreamDiffusion-engines/stream_diffusion_v2_1_fp16.engine" ];then#TODO: fix relevant file to check
101
+
if [ !-f"$TENSORRT_DIR/StreamDiffusion-engines/stabilityai/sd-turbo--lcm_lora-True--tiny_vae-True--max_batch-3--min_batch-3--mode-img2img/unet.engine.opt.onnx" ];then
102
102
cd /workspace/ComfyUI/custom_nodes/ComfyUI-StreamDiffusion
0 commit comments