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
Is there an easy way to change the resolution of the Screen example generations? I've changed out every width and height variable in the screen.py example? Am I changing the variables when in actuality the resolution is set by argument or by accessing the StreamDiffusionWrapper?
The text was updated successfully, but these errors were encountered:
You'll need to update width/height in /utils/viewer.py as well , and if your looking for tensorrt you'll need to modify the opt_image_height/width in /src/streamdiffusion/acceleration/tensorrt/builder.py as well.
You'll need to update width/height in /utils/viewer.py as well , and if your looking for tensorrt you'll need to modify the opt_image_height/width in /src/streamdiffusion/acceleration/tensorrt/builder.py as well.
DOES TENSORRT SURPPORT OTHER resolution? I changed , it show many errors
I'm not quite sure what to do anymore. I've succesfully updated the resolution of the tensorrt output, but all of a sudden it's no longer affecting any changes to the resolution. I currently have the Builder.py, the wrapper.py, and the pipeline.py scripts all updated with my new resolution, but no matter what I do, it no longer updates.
Is there an easy way to change the resolution of the Screen example generations? I've changed out every width and height variable in the screen.py example? Am I changing the variables when in actuality the resolution is set by argument or by accessing the StreamDiffusionWrapper?
The text was updated successfully, but these errors were encountered: