ccarmatic

Results 11 comments of ccarmatic

Hello, I am using a Raspberry Pi 3B+ and my frame rate is around 1 frame per second, I was wondering what kind of performance are you getting out of...

``` ERROR: Traceback (most recent call last): File "/home/carmatic/.cache/bazel/_bazel_carmatic/22db4830a61cb727947872a826b3fd8a/external/rules_cc/cc/private/rules_impl/compiler_flag.bzl", line 17, column 76, in load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain", "use_cpp_toolchain") Error: file '@bazel_tools//tools/cpp:toolchain_utils.bzl' does not contain symbol 'use_cpp_toolchain' (did you mean 'find_cpp_toolchain'?) ERROR:...

Solved by using fp32 instead of fp16, it looks like this function is not compatible with fp16

Hello, I have a similar problem, trying to do this ``` stream = StreamDiffusion( pipe, t_index_list=[32, 45], torch_dtype=TORCH_DTYPE, width=1920, height=1080, do_add_noise=False, ) from streamdiffusion.acceleration.tensorrt import accelerate_with_tensorrt stream = accelerate_with_tensorrt( stream,...

> I found that I had to hardcode changes to the resolution variables in the Config.json engine name, the wrapper.py width and height, the pipeline.py width and height, and the...

> > my bad, I'm using OlegChomp's StreamDiffusion-NDI for my purposes and it has a config that allows for easy swapping of models and some settings. I figured it out,...

> > > my bad, I'm using OlegChomp's StreamDiffusion-NDI for my purposes and it has a config that allows for easy swapping of models and some settings. > > >...

> thanks I delete the engines folder,it build success,but still error as the image show what is your BATCH_SIZE value?

> You can check this in the dev settings in Pathtracing -> Integrator -> Unordered Resolve in Indirect Rays and Unordered Emissive Particles in Indirect Rays. The latter will be...

> This is because the character proxy has a smaller timestep and it's small enough to not step over the small bit of collision. Might be a very tough fix...