raisindetre
raisindetre
Yes - as a hack I got things working by changing `SUPABASE_URL` in `.env to `http://[HOST_LAN_IP]:54321` and editing `frontend/next.config.js` as shown: ``` const ContentSecurityPolicy = { .... "connect-src": [ "'self'",...
I had installed SciPy (1.11.2) into the venv with Pip but still got same error. Tried again with a venv set-up for 3.11.8 and all went smoothly thanks @joeyballentine!
What I'm not sure about though, is that the app is still requires me to install the older PyTorch dependencies despite Torch 3.2.0 being manually installed. If I don't install...
What I mean is, the UI doesn't display the PyTorch nodes as available until I install the Torch dependency through the UI, even though the app is configured to use...
Just chiming in that I'm getting the same issue/effect in A1111 v1.6.0 on OSX ARM M2. Slightly different workflow (sending to img2img from PNG Info, disabling all extension settings, clicking...
> Just chiming in that I'm getting the same issue/effect.... This was in latest Firefox and Chrome BTW. I tried changing display resolution to 960x600 and restarting A1111 but this...
I have retested, this time setting Firefox application zoom scale to 50% and Inpaint Sketch works without fault so this seems to be the workaround at present until the code...
Also Mac (M2, Sonoma 14.5) and get the "Building wheel for basicsr (setup.py): finished with status 'error'" but am installing onto the startup disk. @twopiearr did you find a fix?...
@StanGirard I have confirmed this issue in a clean install of v0.0.227 running on OSX 14.4. Steps taken. ``` brew upgrade supabase git clone https://github.com/QuivrHQ/quivr.git mv quivr quivr-v227-clean cd quivr-v227-clean...