You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not able to load any models, just keeps saying loading.
To Reproduce
Steps to reproduce the behavior:
Open AI Playground
Create
input prompt
Click Generate
Expected behavior
I expected that the model would load and I would be able to generate a picture
Screenshots
C:\Users\rober\AppData\Local\Programs\AI Playground>
[electron-backend]: #1 try to start python API
[ai-backend]: C:\Users\rober\AppData\Local\Programs\AI Playground\resources\env\Lib\site-packages\torchvision\io\image.py:13: UserWarning: Failed to load image Python extension: 'Could not find module 'C:\Users\rober\AppData\Local\Programs\AI Playground\resources\env\Lib\site-packages\torchvision\image.pyd' (or one of its dependencies). Try using the full path with constructor syntax.'If you don't plan on using image functionality from torchvision.io, you can ignore this warning. Otherwise, there might be something wrong with your environment. Did you have libjpeg or libpng installed before building torchvision from source?
warn(
[ai-backend]: C:\Users\rober\AppData\Local\Programs\AI Playground\resources\env\Lib\site-packages\transformers\deepspeed.py:23: FutureWarning: transformers.deepspeed module is deprecated and will be removed in a future version. Please import deepspeed modules directly from transformers.integrations
warnings.warn(
[ai-backend]: 2024-11-17 19:16:58,056 - INFO - intel_extension_for_pytorch auto imported
[ai-backend]: Set ONEAPI_DEVICE_SELECTOR=*:0
workarounds applied
Serving Flask app 'web_api'
Debug mode: off
[ai-backend]: 2024-11-17 19:17:03,130 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Describe the bug
Not able to load any models, just keeps saying loading.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected that the model would load and I would be able to generate a picture
Screenshots
C:\Users\rober\AppData\Local\Programs\AI Playground>
[electron-backend]: #1 try to start python API
[ai-backend]: C:\Users\rober\AppData\Local\Programs\AI Playground\resources\env\Lib\site-packages\torchvision\io\image.py:13: UserWarning: Failed to load image Python extension: 'Could not find module 'C:\Users\rober\AppData\Local\Programs\AI Playground\resources\env\Lib\site-packages\torchvision\image.pyd' (or one of its dependencies). Try using the full path with constructor syntax.'If you don't plan on using image functionality from
torchvision.io
, you can ignore this warning. Otherwise, there might be something wrong with your environment. Did you havelibjpeg
orlibpng
installed before buildingtorchvision
from source?warn(
[ai-backend]: C:\Users\rober\AppData\Local\Programs\AI Playground\resources\env\Lib\site-packages\transformers\deepspeed.py:23: FutureWarning: transformers.deepspeed module is deprecated and will be removed in a future version. Please import deepspeed modules directly from transformers.integrations
warnings.warn(
[ai-backend]: 2024-11-17 19:16:58,056 - INFO - intel_extension_for_pytorch auto imported
[ai-backend]: Set ONEAPI_DEVICE_SELECTOR=*:0
workarounds applied
[ai-backend]: 2024-11-17 19:17:03,130 - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
2024-11-17 19:17:03,130 - INFO - Press CTRL+C to quit
[ai-backend]: 2024-11-17 19:17:03,384 - INFO - 127.0.0.1 - - [17/Nov/2024 19:17:03] "POST /api/init HTTP/1.1" 200 -
[ai-backend]: 2024-11-17 19:17:03,389 - INFO - 127.0.0.1 - - [17/Nov/2024 19:17:03] "POST /api/getGraphics HTTP/1.1" 200 -
[ai-backend]: 2024-11-17 19:17:38,630 - INFO - 127.0.0.1 - - [17/Nov/2024 19:17:38] "POST /api/checkModelExist HTTP/1.1" 200 -
[ai-backend]: 2024-11-17 19:17:38,747 - INFO - 127.0.0.1 - - [17/Nov/2024 19:17:38] "POST /api/sd/generate HTTP/1.1" 200 -
Environment (please complete the following information):
Additional context
I was using it successfully yesterday without issues (other than LLMs manually not working) and today it isn't working at all.
The text was updated successfully, but these errors were encountered: