cat88hzh
cat88hzh
我想和SD连起来,但是提示要打开agent,然后我看到貌似有个地址llm/sdagent,但是wenday.py里面也没找到创建的连接地址呢。还是我没看懂代码
```python --------------------------------------------------------------------------- HTTPError Traceback (most recent call last) File [c:\Python310\lib\site-packages\huggingface_hub\utils\_errors.py:259](file:///C:/Python310/lib/site-packages/huggingface_hub/utils/_errors.py:259), in hf_raise_for_status(response, endpoint_name) 258 try: --> 259 response.raise_for_status() 260 except HTTPError as e: File [c:\Python310\lib\site-packages\requests\models.py:1021](file:///C:/Python310/lib/site-packages/requests/models.py:1021), in Response.raise_for_status(self) 1020 if http_error_msg:...