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
from command line:
Error during text to image generation: [WinError 5] Access is denied: 'generated_images'
from web ui:
Traceback: Traceback (most recent call last): File "C:\Program Files (x86)\Nexa-SDK_internal\nexa\gguf\streamlit\streamlit_image_chat.py", line 317, in images = generate_images( ^^^^^^^^^^^^^^^^ File "C:\Program Files (x86)\Nexa-SDK_internal\nexa\gguf\streamlit\streamlit_image_chat.py", line 97, in generate_images os.makedirs(output_dir) File "", line 225, in makedirs PermissionError: [WinError 5] Access is denied: 'generated_images'
Steps to Reproduce
Install Nexa SDK with Windows installer
Run lcm-dreamshaper model from command line or with -st
OS
Windows 11
Python Version
version of Window installer 0.0.9.5 ?
Nexa SDK Version
0.0.9.5
GPU (if using one)
RTX 4080
The text was updated successfully, but these errors were encountered:
Your problem may due to your lack of admin access on your Windows machine, with your current logged in user., when trying to write the generated image file into a system directory.
To solve this problem, you can try one of the followings:
Launch app with "Run as admin" option, generally in the right-click menu of the app, then run the same command as you did.
Uninstall the windows app, then install it into a different location not under C:\Program Files (x86), but under C:\Users<your-user-name>\ or other disk that your current user has access to write file into.
Issue Description
from command line:
Error during text to image generation: [WinError 5] Access is denied: 'generated_images'
from web ui:
Traceback: Traceback (most recent call last): File "C:\Program Files (x86)\Nexa-SDK_internal\nexa\gguf\streamlit\streamlit_image_chat.py", line 317, in images = generate_images( ^^^^^^^^^^^^^^^^ File "C:\Program Files (x86)\Nexa-SDK_internal\nexa\gguf\streamlit\streamlit_image_chat.py", line 97, in generate_images os.makedirs(output_dir) File "", line 225, in makedirs PermissionError: [WinError 5] Access is denied: 'generated_images'
Steps to Reproduce
OS
Windows 11
Python Version
version of Window installer 0.0.9.5 ?
Nexa SDK Version
0.0.9.5
GPU (if using one)
RTX 4080
The text was updated successfully, but these errors were encountered: