Konie Shadow
Konie Shadow
Self-promotion: https://github.com/konieshadow/Fooocus-API. This project just transforms all Fooocus's generation methods to normal http apis. Have fun with it, and welcome to contribute.
So far, Fooocus-API is just an API export of the original functionality of the Fooocus project. Your idea is very good, but I don't have the ability to implement it...
To reduce cold start time, it only download base model files of the preset when startup. And when using adavance functions such as upscale, inpaint or outpaint, downloading on demand...
> This occurs every time inpaint is run, even if done repeatedly within a short time period. I don't have much time to run much tests now. Can you compare...
@maximepargelle I did more works on ways of codes deployment on origin Fooocus project. I can't enhance the original basic functionality of Fooocus. I can't run much tests now, sorry.
I haven't test it with page file. You'd better upgrade you RAM directly to upper than 24GB.
> @konieshadow Hello. I really appreciate your work and quick response on the queries. Could you let me know how can I skip the queue if more users try to...
@arjundheek The free plan of Google Colab only provide limited RAM (about 15G), it's too low to run this project. Besides this, you can run it on Colab and it...
@arjundheek To start the app in notebook, you need to import main.py and run the codes inside "main" function. You may copy and paste these lines in notebook's code block.