Nutlope / roomGPT

Upload a photo of your room to generate your dream room with AI.
https://www.roomgpt.io/
MIT License
9.78k stars 1.29k forks source link

switch to faster model #67

Closed anotherjesse closed 1 year ago

anotherjesse commented 1 year ago
vercel[bot] commented 1 year ago

@anotherjesse is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

anotherjesse commented 1 year ago

@Nutlope, I haven't RUN this - please test the app before deploying! (sorry, I don't have upload/redis/dev environment setup...)

This is a similar change as we made to scribblediffusion: https://github.com/replicate/scribble-diffusion/pull/55

@rossjilllian did some great work to improve our implementation of ControlNet

zeke commented 1 year ago

Nice!

Nutlope commented 1 year ago

This is awesome, thank you @anotherjesse!

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
room-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2023 5:22pm
zeke commented 1 year ago

Yay!

R3P-tech commented 1 year ago

With new model I run into this error with vercel when generating:

TypeError: Cannot read properties of undefined (reading 'toLowerCase') at handler (/var/task/.next/server/pages/api/generate.js:124:84) at async Object.apiResolver (/var/task/node_modules/next/dist/server/api-utils/node.js:372:9) at async NextNodeServer.runApi (/var/task/node_modules/next/dist/server/next-server.js:488:9) at async Object.fn (/var/task/node_modules/next/dist/server/next-server.js:751:37) at async Router.execute (/var/task/node_modules/next/dist/server/router.js:253:36) at async NextNodeServer.run (/var/task/node_modules/next/dist/server/base-server.js:384:29) at async NextNodeServer.handleRequest (/var/task/node_modules/next/dist/server/base-server.js:322:20) at async module.exports (/var/task/___next_launcher.cjs:29:9)