Josh Corbett

Results 62 comments of Josh Corbett

Experiencing this issue rn as well, difference is this is new. No code has been pushed but suddenly Vercel decided my serverless function (which I never explicitly configured) was going...

> How did you solve it I didn't. Still awaiting Vercel's pro support to see if they can do anything about it on their end.

Adding `devServerHandlers: []` to `nuxt.config.ts` did ***not*** fix this for me. This was working yesterday, and I just booted my project up today to find it no longer working :/

More specifically: ``` - Operating System: `Darwin` - Node Version: `v17.5.0` - Nuxt Version: `3.0.0-rc.13-27781436.1f6b3be` - Nitro Version: `0.6.1-27781459.72c912e` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `modules`,...

Downgraded from edge channel (rc-13) to rc-12, this fixed it for me

> Had some time to play around with this and test it out on a demo project, working really nicely. I'm not sure how useful I'll be, but if you...

Would be awesome to have `useCookie` behave similarly to `useState` but persisted in cookies

The fix by @reznyt seems to already be in my `model_cache.py` file, but alas still getting the error when switching to the model.

My error is slightly different: ```bash ** model furrystaberv2.2 could not be loaded: 'state_dict' Traceback (most recent call last): File "C:\Users\artis\Documents\invokeai\.venv\lib\site-packages\ldm\invoke\model_cache.py", line 80, in get_model requested_model, width, height, hash =...