camenduru / sdxl-colab

The Unlicense
403 stars 64 forks source link

program gives this error #26

Open docmatthew opened 2 months ago

docmatthew commented 2 months ago

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 30)) 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

i am not knowledgable in the field so i have no idea what went wrong... tried to update with the update one but didnt make a difference
studyezzy commented 2 months ago

!pip install pip==23.3

SDS2664 commented 1 month ago

修改前面成這樣 就可以用了 CHATGPT的答案 %cd /content from google.colab import drive drive.mount('/content/drive')

!pip install pip==24.0 !pip install torchsde==0.2.6