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
i'm using: MacBook Pro (13-inch, M1, 2020) with 16GB RAMmini-condaPython 3.9.12 (main, Apr 5 2022, 01:52:34)
I installed Deepdanbooru, and it seems worked, but when i turn to 'Preprocess' tab and click 'Preprocess' button, error raised below:
so what should i do to make it work: Deepdanbooru work with webui and generate tags for images on Mac M1 without CUDA
File "/Users/Mac/Desktop/AI/stable-diffusion-webui/modules/textual_inversion/preprocess.py", line 57, in save_pic_with_caption
caption += deepbooru.model.tag_multi(image)
File "/Users/Mac/Desktop/AI/stable-diffusion-webui/modules/deepbooru.py", line 61, in tag_multi
x = torch.from_numpy(a).cuda()
File "/Users/Mac/miniconda/envs/web-ui/lib/python3.10/site-packages/torch/cuda/__init__.py", line 211, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
i'm using:
MacBook Pro (13-inch, M1, 2020) with 16GB RAM
mini-conda
Python 3.9.12 (main, Apr 5 2022, 01:52:34)
I installed Deepdanbooru, and it seems worked, but when i turn to 'Preprocess' tab and click 'Preprocess' button, error raised below:
so what should i do to make it work: Deepdanbooru work with webui and generate tags for images on Mac M1 without CUDA
Beta Was this translation helpful? Give feedback.
All reactions