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
i am trying to use streamdiffusion to create an ai video where each frame is one step of the ai by using the stream() function with only one inference step but i am getting very blurry outputs. i dug into the code and found that every time img2img is used it adds some noise to the input image in the add_noise function. you cannot disable this. i tried changing this in pipeline.py:
i am trying to use streamdiffusion to create an ai video where each frame is one step of the ai by using the stream() function with only one inference step but i am getting very blurry outputs. i dug into the code and found that every time img2img is used it adds some noise to the input image in the add_noise function. you cannot disable this. i tried changing this in pipeline.py:
to this:
as you can see i removed where the noise is added but due to my lack of knowledge this just makes it so the image turns into a black blob.
any ideas how to disable noise in image to image streamdiffusion by editing the code?
Note:this isnt really a big issue but there really should be a way to disable this.
The text was updated successfully, but these errors were encountered: