Nutlope / roomGPT

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

You cannot specify "tags" in your file uploads that aren't whitelisted in the API key's settings (see "tag permissions" configured for this API key). #55

Closed DzfSky closed 1 year ago

DzfSky commented 1 year ago

You cannot specify "tags" in your file uploads that aren't whitelisted in the API key's settings (see "tag permissions" configured for this API key).

Estehsan commented 1 year ago

Same issue!

xiaoqibi commented 1 year ago

I had the same problem

Niuecl commented 1 year ago

same issue. I try to comment this line in dream.tsx file are work //tags: [data?.remainingGenerations > 3 ? "paid" : "free"],

narendrasngh995 commented 1 year ago

Need to comment the following line of code in dream.tsx file. //tags: [data?.remainingGenerations > 3 ? "paid" : "free"],

rapidstartup commented 1 year ago

Need to comment the following line of code in dream.tsx file. //tags: [data?.remainingGenerations > 3 ? "paid" : "free"],

Hmm, tried that. Not working

Nutlope commented 1 year ago

Hey all. I've just simplified the repo to remove auth and payments so you can clone and deploy very easily, only with a Replicate environment variable. Try it out and if you still have any problems, please open a new issue and I will take a look!