Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lora Loader causes error #362

Open
schoenid opened this issue Sep 27, 2024 · 1 comment
Open

Lora Loader causes error #362

schoenid opened this issue Sep 27, 2024 · 1 comment

Comments

@schoenid
Copy link

schoenid commented Sep 27, 2024

After placement of the Lora Loader I've got an error:

Error handling request
Traceback (most recent call last):
  File "G:\SD\Packages\ComfyUI\venv\lib\site-packages\aiohttp\web_protocol.py", line 462, in _handle_request
    resp = await request_handler(request)
  File "G:\SD\Packages\ComfyUI\venv\lib\site-packages\aiohttp\web_app.py", line 537, in _handle
    resp = await handler(request)
  File "G:\SD\Packages\ComfyUI\venv\lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
    return await handler(request)
  File "G:\SD\Packages\ComfyUI\server.py", line 61, in cache_control
    response: web.Response = await handler(request)
  File "G:\SD\Packages\ComfyUI\server.py", line 73, in cors_middleware
    response = await handler(request)
  File "G:\SD\Packages\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts\py\better_combos.py", line 58, in get_examples
    pos = name.index("/")
ValueError: substring not found

ComfyUI v0.2.2 Release
ComfyUI: 2652(0c7c98)(2024-09-05)
Manager: V2.51

@CloudWalker-II
Copy link

Try this solution: #332 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants