Newbie here! Since yesterday, I've been encountering a problem that Gemini and other AI tools haven't been able to help me with. Incidentally, I didn't have this problem on Monday, which was the first time I used it (the port).
I use the template: Next diffusion - forge flux. Then I edit the template. I increase the volume disk to 115 GB and then click on ‘set overrides’. Then I deploy the pod.
From there, I get to see the screenshot. There is nothing wrong with port 7777, it is ready every time and I can use VS CODE. But port 7860 remains on “initialising”. When I press the http service, I get this:
Bad gateway Error code 502. Visit cloudflare.com for more information. I restarted, modified and terminated the pod. Unfortunately, none of this had any effect.
In the meantime, I have also deleted all my caches, downloaded Flux.1 Dev FP8 Model in the terminal, but nothing seems to help. How can I resolve this so that port 7860 becomes available and I can use the Forge web UI?
Here are latest logs:
File "/workspace/stable-diffusion-webui-forge/webui.py", line 23, in <module>
initialize.imports()
File "/workspace/stable-diffusion-webui-forge/modules/initialize.py", line 32, in imports
from modules import processing, gradio_extensions, ui # noqa: F401
File "/workspace/stable-diffusion-webui-forge/modules/processing.py", line 15, in <module>
from skimage import exposure
File "/usr/local/lib/python3.10/dist-packages/skimage/init.py", line 122, in <module>
from ._shared import geometry
File "geometry.pyx", line 1, in init skimage._shared.geometry
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject