NOGUCHI Shoji
NOGUCHI Shoji
I also encountered the same issue. I think this issue can be solved by specifying the engine_path option. ```bash diff --git a/src/streamdiffusion/acceleration/tensorrt/__init__.py b/src/streamdiffusion/acceleration/tensorrt/__init__.py index e629567..90a6a07 100644 --- a/src/streamdiffusion/acceleration/tensorrt/__init__.py +++ b/src/streamdiffusion/acceleration/tensorrt/__init__.py...
Thank you for you replying. In my environment, RTX 4090 24GB, CPU offload occurred in DynamiCrafter512 model. Immediately after starting gradio_app.py, 12.8GB of VRAM was used, and after that, memory...
FYI. For, RTX 4090 Laptop GPU (16GB) - 1024 model: CUDA OOM occurred - 512 model: 12.6GB、102.69 sec `perframe_ae: True` - 256 model: 11.8GB、46.48 sec `perframe_ae: True`