GalaxyTimeMachine
GalaxyTimeMachine
> afaict the issue is related to how empty exif data is handled. When the image info is read [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/ff6a5bcec1ce25aa8f08b157ea957d764be23d8d/modules/images.py#L595), A1111 correctly gathers the generation parameters, but if the image...
Same here, same commit.
I get the same. Traceback shown below. Could it be because of the double backslash in the file path? ``` Traceback (most recent call last): File "F:\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 284, in...
This only occurs if you have the setting "Always save all generated images" enabled, because it then tries to use the file from the wrong path. If it isn't enabled,...
This is the same as the previous issue, #13, so have a look at my comment in that for a possible solution.
I had this problem and had to make sure "Visual Studio C++" was installed in Windows, then it worked.
Just checked in to report the same problem.
Same problem here.
I can work around the problem by adding the "ColorCorrect" node and tweaking the brightness. Not sure if this should still be addressed as it's not how a vignette should...
I just hit this bug too. I tried making the change above, but still get the same error.