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

Windows version #11

Closed
sdbds opened this issue Jan 28, 2025 · 4 comments
Closed

Windows version #11

sdbds opened this issue Jan 28, 2025 · 4 comments

Comments

@sdbds
Copy link

sdbds commented Jan 28, 2025

As usual, i made the windows version for auto install and download model.

https://github.com/sdbds/YuE-for-windows

@raquelredo
Copy link

thanks so much!

@sdbds
Copy link
Author

sdbds commented Jan 29, 2025

@a43992899 Thank you for your excellent work.
Can you add this forked to the readme or tell more people about it?
Issue #19 and similar issues will be created continuously.

@a43992899
Copy link
Collaborator

Yes sure!

@walkingwithGod2017
Copy link

As usual, i made the windows version for auto install and download model.

https://github.com/sdbds/YuE-for-windows

Hello, Thank your great repo, I used an RTX 4090 to run the YuE-exllamav2-for-windows repo, I encountered the following error message when I use the Audio-Prompt function. Do you know how to resolve this issue? Looking forward to your assistance. ^^ ^^

ERROR: Exception in ASGI application
Traceback (most recent call last):
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 403, in run_asgi
result = await app( # type: ignore[func-returns-value]
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 60, in call
return await self.app(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\fastapi\applications.py", line 1054, in call
await super().call(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\applications.py", line 112, in call
await self.middleware_stack(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\middleware\errors.py", line 187, in call
raise exc
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\middleware\errors.py", line 165, in call
await self.app(scope, receive, _send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\gradio\route_utils.py", line 789, in call
await self.app(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\middleware\exceptions.py", line 62, in call
await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette_exception_handler.py", line 53, in wrapped_app
raise exc
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\routing.py", line 715, in call
await self.middleware_stack(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\routing.py", line 735, in app
await route.handle(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\routing.py", line 288, in handle
await self.app(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\routing.py", line 76, in app
await wrap_app_handling_exceptions(app, request)(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette_exception_handler.py", line 53, in wrapped_app
raise exc
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\routing.py", line 74, in app
await response(scope, receive, send)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\responses.py", line 357, in call
await self._handle_simple(send, send_header_only)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\responses.py", line 386, in _handle_simple
await send({"type": "http.response.body", "body": chunk, "more_body": more_body})
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette_exception_handler.py", line 39, in sender
await send(message)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette_exception_handler.py", line 39, in sender
await send(message)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\starlette\middleware\errors.py", line 162, in _send
await send(message)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 507, in send
output = self.conn.send(event=h11.EndOfMessage())
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\h11_connection.py", line 512, in send
data_list = self.send_with_data_passthrough(event)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\h11_connection.py", line 545, in send_with_data_passthrough
writer(event, data_list.append)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\h11_writers.py", line 67, in call
self.send_eom(event.headers, write)
File "D:\AI\YuE-exllamav2-for-windows\env\lib\site-packages\h11_writers.py", line 96, in send_eom
raise LocalProtocolError("Too little data for declared Content-Length")
h11._util.LocalProtocolError: Too little data for declared Content-Length

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

4 participants