Sygil-Dev / stable-diffusion

GNU Affero General Public License v3.0
1.72k stars 149 forks source link

New error on start after latest update. #212

Closed GalaxyTimeMachine closed 2 years ago

GalaxyTimeMachine commented 2 years ago

I just did a git pull and I now get this error during start:

making attention of type 'vanilla' with 512 in_channels
C:\Users\xxxxx\anaconda3\envs\ldo\lib\site-packages\gradio\deprecation.py:43: UserWarning: You have unused kwarg parameters in File, please remove them: {'source': 'upload'}
  warnings.warn(
Running on local URL:  http://localhost:7860/

The WebUI now doesn't show the GFPGAN or ESRGAN check boxes, but I get an "Image Lab" tab.

hlky commented 2 years ago

That's a warning about an unneeded parameter.

The post-processing and upscaling options have been moved to the Image Lab tab