StableInquest
StableInquest
``` Traceback (most recent call last): File "/Users/user/stable-diffusion-webui/modules/ui.py", line 176, in f res = list(func(*args, **kwargs)) File "/Users/user/stable-diffusion-webui/webui.py", line 68, in f res = func(*args, **kwargs) File "/Users/user/stable-diffusion-webui/modules/textual_inversion/ui.py", line 29,...
After latest pull, getting this: ``` Traceback (most recent call last): File "/Users/user/stable-diffusion-webui/modules/ui.py", line 176, in f res = list(func(*args, **kwargs)) File "/Users/user/stable-diffusion-webui/webui.py", line 68, in f res = func(*args,...
`pip3 install torch==1.11.0 torchvision==0.13.1 torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 ` This version combo resolves the issue, but its painfully slow.
Latest pull and latest versions from requirements.txt seems to resolve this now. I'll update if that isn't the case.
Although this works it is very slow. 6 seconds per step. M1 MacOS. Any suggestions?
I'm still not having any luck. I've tried deleting miniconda and stable-diffusion-webui multiple time to fresh install everything. This is error I get when attempting to train embedding: ``` stable-diffusion-webui/modules/textual_inversion/textual_inversion.py",...
Ok I was able to get by this by not disabling: "Save an image to log directory every N steps, 0 to disable" or "Save a copy of embedding to...
I take that back. I've now hit this in the middle of training: ``` miniconda/envs/web-ui/lib/python3.10/site-packages/torch/_tensor.py", line 223, in _reduce_ex_internal return (torch._utils._rebuild_device_tensor_from_numpy, (self.cpu().numpy(), RuntimeError: Can't call numpy() on Tensor that requires...
Adding this into the conda environment seems to solve it: `pip3 install --upgrade git+https://github.com/pytorch/[email protected] ` Only problem is the speed is terrible
Did you solve this issue? I'm still getting it when attempting to train. (M1 Mac)