-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need --help #42
Comments
hey... thanks so much! :D i admit this is a bit of a mess... i'm going to clean this up and improve it next early year... just some background, originally this (the frontend) was the "big open source project", but ultimately, the site itself (for non-coders) and the container (docker-diffusers-api) were the way more popular projects, so this part got a bit neglected. i do want to fix that but have a few higher priorities first. for now, i think the most important thing is to:
and of course, have docker-diffusers-api running. You'll see some errors in the console but otherwise this should still run... just 😅 As I said, do want to get this all fixed up as soon as I have time. May also provide a docker image for the frontend too for a quick start. |
re discord, not yet... for now i really find discord too distracting / draining.... but maybe I'll set one up for other users to help each other... or once I have a bit more free time, definitely need to e.g. do the work above, before I can start chatting to people on discord 😅 |
Oh great, you're deploying to Vercel. should be
For google login, set Mmm yes I will add runpod support... it might only be in another week or two. If you want to try do it yourself before then, take a look at the I just opened #43 to track. Note that with banana, you don't need any credentials to check the status of a request... we use this to our advantage to wait for the request to complete directly on the client / user's browser, for lower latency... I'm not sure if this is possible with runpod, in which case, we'll need to pipe the check through the server to add credentials. |
I set REQUIRE_REGISTRATION=0 and NEXT_PUBLIC_REQUIRE_REGISTRATION=0 in Vercel and also in the .env.local file; still, the login option still shows for image generation. I tried to set up GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, along with ROOT_URL and MONGO_URL, yet clicking the login with the Google button does nothing. Although, in the development environment (local and codespaces), clicking the same button gives an error. I am unable to deploy the API and test with banana.dev. Please advise on properly getting this up and running. Thank you in advance. |
Hey @aliehanani, in that case, it's possible I may have broken part of the REQUIRE_REGISTRATION logic in a recent update. I have a lot of work planned to get this repo in better in shape, unfortunately it's a lower priority than other parts of the site (i.e. docker-diffusers-api, and some closed-source code to manage kiri.art). I'm just going to be honest and say that I'm completely overloaded at the moment, and have no idea when I'll get a chance to look this :( HOWEVER. In the meantime, could you try call Again, I'm aware of - and apologise for - the current state of this repo. Originally this was intended to be the main part of the project, but didn't attract much interest, whereas docker-diffusers-api and the kiri.art site itself became very popular, so all my energy went there. And with that, I'm really behind on a few other things, which are, to be honest, more important. So, I do thank you for patience, and apologise for the current pain in getting this up. I have some very cool stuff planned for this part of the project (i.e., the UI), I just have no idea when I'll have a chance to work on it yet :/ |
Hello @gadicc 👋 Thanks so much for the detailed and honest response. It turned out that I had to keep I wish I could be more of a help. If you are willing to accept a mentee, I would love to assist with low-hanging fruits. Cheers |
Thanks so much, @aliehanani. For for understanding, welcome info and offer to help. I've already started work on a feature branch locally where I've been working to simplify all the I/O between models, providers, serverless and browser. Part of that work will involve abstracting and separating out some of the kiri.art specific code to make it easier to turn off (and fix registration issues). Once that's done, I think it will be easier to get involved in the project, both to add new features but also especially for newbies (without your level of patience) to get started with it. So, I think its best to wait for that first, even though, unfortunately, I have no idea how long it will take to finish. However, if you notice anything obvious to be improved, especially from a usability side, feel free to open issues and mention you'd like to work on it. At worst, I'll update the issue when it's more relevant, and at best, I'll say that it's no problem to work on that particular part of the code already and can give guidance. Thanks so much! :D |
Cool beans! 🤜🤛 |
This is a massive repo.
Is it possible to get some guidelines? gongo, mongo... at least what to setup...!
by the way, your runpod docker is awesome...
also is there discord channel for the "kiri" space ?
thank you
The text was updated successfully, but these errors were encountered: