camenduru / stable-diffusion-webui-colab

stable diffusion webui colab
The Unlicense
15.63k stars 2.61k forks source link

[Bug]: Unable to create link #509

Open moldanmr opened 3 months ago

moldanmr commented 3 months ago

What happened?

Unable to create link

Colab cell output

stderr: WARNING: Ignoring version 0.2.5 of torchsde since it has invalid metadata:
Requested torchsde==0.2.5 from https://files.pythonhosted.org/packages/73/8d/efd3e7b31ea854d0bd6886aa3cf44914adce113a6d460850af41ac1dd4dd/torchsde-0.2.5-py3-none-any.whl (from -r requirements_versions.txt (line 29)) has invalid metadata: .* suffix can only be used with `==` or `!=` operators
    numpy (>=1.19.*) ; python_version >= "3.7"
           ~~~~~~~^
Please use pip<24.1 if you need to use this version.
ERROR: Could not find a version that satisfies the requirement torchsde==0.2.5 (from versions: 0.2.5, 0.2.6)
ERROR: No matching distribution found for torchsde==0.2.5

Which colab and model(s) were you using when the error occurred?

xrikishis_unstable_diffusion_webui_colab.ipynb

Which Public WebUI Colab URL were you using when the error occurred?

remote.moe

If you used HiRes mode when the error occurred, please provide the Hires info

No response

Wans728 commented 3 months ago

I managed to bidouiller (sorry, I'm french) something. Sorry for the messy explanation.

Capture

1: run as normal 2: once the file is present, in the stable-diffusion-webui folder, 3: open the file requirements_versions.txt Captur2e

4: on line 30, replace torchsde==0.2.5 with torchsde==0.2.6

(you have to do all this before you can execute the line "!python launch.py --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --multiple", in any case, it works when I do it this way)

(the requirements_versions.txt file must be saved for this to work)

Capture

moldanmr commented 2 months ago

Thanks for the reply, but the test still cannot be corrected