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
The scale argument problem can be fixed by removing any mention of scale in vaehook.py. The artifact problem only occurs when tiled vae is used. I think the repo he copied code for vaehook from was not well implemented for SDXL. I saw several other posts where problems were caused by invisible watermark, but those looked more like red dots/splotches. The noise seen in your image (and mine as well) appear to be a vae problem.
After adding the VAEHook in
test_pasd_sdxl
, I encountered an error when running it.TypeError: Linear.forward() got an unexpected keyword argument 'scale'
I tried commenting out the

scale
parameter in thequery = self.to_q(hidden_states, scale=scale)
method. But the images show noise.The text was updated successfully, but these errors were encountered: