ffxvs / sd-webui-complete-setup

Jupyter notebook for Stable Diffusion Web UI and Stable Diffusion Web UI Forge.
https://ffxvs.github.io/sd-webui-complete-setup/
MIT License
33 stars 3 forks source link

Bad Gateway #1

Closed Adramatech1 closed 8 months ago

Adramatech1 commented 8 months ago

Hey there this looks great have a new project like this but after follow the intructions i only have the "Bat Wateway" error message when enter the .paperspacegradient.com.

While the WebUi load on the last step appears this message.

/notebooks/stable-diffusion-webui/modules/gradio_extensons.py:25: GradioDeprecationWarning: `height` is deprecated in `Interface()`, please use it within `launch()` instead.
  res = original_IOComponent_init(self, *args, **kwargs)
ffxvs commented 8 months ago

It seems I typed the wrong port for Paperspace, my bad. Can you update the notebook again and try launching the web UI ?

Adramatech1 commented 8 months ago

It worked! (At least untill papespace go down again) But the message still appears.


/notebooks/stable-diffusion-webui/modules/gradio_extensons.py:25: GradioDeprecationWarning: `height` is deprecated in `Interface()`, please use it within `launch()` instead.
  res = original_IOComponent_init(self, *args, **kwargs)

_btw there is a little typo in "other Lora" on the sd15_ResourceList

ffxvs commented 8 months ago
/notebooks/stable-diffusion-webui/modules/gradio_extensons.py:25: GradioDeprecationWarning: `height` is deprecated in `Interface()`, please use it within `launch()` instead.
  res = original_IOComponent_init(self, *args, **kwargs)

That's because the Web UI still uses the old version of Gradio. Possibility to maintain compatibility with existing extensions. I guess it doesn't matter because the warning is harmless

_btw there is a little typo in "other Lora" on the sd15_ResourceList

Fix! thanks for your report. If there are no more problems, we can close this issue.