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
@rinkis6 안녕하세요! Dosu라고 합니다. 버그를 해결하고 질문에 답하며 기여할 수 있는 봇입니다. 도와드릴 수 있을 때까지 기다리는 동안 여기 있을게요.
The issue you're experiencing seems to be related to a missing module named 'package' in the ultralytics library, which is causing a ModuleNotFoundError. This error might be due to an incorrect or incomplete installation of the ultralytics library.
Here are some steps you can take to resolve this issue:
Verify Installation of Dependencies: Ensure that all dependencies, especially ultralytics, are correctly installed. You can reinstall the ultralytics library by running:
pip install --upgrade ultralytics
Make sure the version is 8.2 or higher, as required by the adetailer extension [1].
Check for Antivirus Interference: The AVG antivirus alert indicates that a file was quarantined, which might be affecting the execution of the extension. You can try restoring the file from quarantine and adding an exception for the adetailer extension in your antivirus settings to prevent it from being flagged again.
Review Recent Changes: If the issue started after an update, consider checking the recent changes or commits in the adetailer repository to see if there are any known issues or fixes related to module imports.
Consult Documentation: Although there is no specific documentation found regarding antivirus interactions, reviewing any available documentation or comments in the codebase might provide additional insights.
If these steps do not resolve the issue, you might need to investigate further into the specific environment setup or consult with others who might have faced similar issues.
Describe the bug
adetailer를 업데이트하고 나서, webui를 통한 그림은 생성이 안되지만, adetailer 적용이 안되는군요. 심지어는 avg antivirusfree 앱에서 트로이목마라고 제외까지 시켜버렸습니다.
Steps to reproduce
부디.. 해결할 수 있도록 도와주세요
Screenshots
Console logs, from start to end.
List of installed extensions
No response
The text was updated successfully, but these errors were encountered: