update doc

pull/266/head
butaixianran 2023-09-28 09:11:28 +08:00
parent 71af502bc6
commit 62ee87af04
1 changed files with 10 additions and 10 deletions

View File

@ -1,22 +1,22 @@
## About Civitai Helper2: Model Info Helper
The first version of "Civitai Helper2" is already finished and I have used it for a while on my local machine. It works exactly as in the demo video I have released before.
The first version of "Civitai Helper2" is already finished and I have used it for a while on my local machine. It works exactly as in the demo video I have released before(with some more functions).
[https://www.youtube.com/watch?v=mPcKwQDDH8s](https://www.youtube.com/watch?v=mPcKwQDDH8s)
But the developing process is extremely painful. Its maintenance will also be difficult and hard to hand it over to other developers. If I release it, with all those requests and issues from users, my life gonna be in hell.
But the developing process is extremely painful. Its maintenance will also be difficult. If I release it, with all those requests and issues from users, my life gonna be in hell.
The reason for this is, the whole client side is based on javascript, almost no gradio code at all.
The reason for this is, gradio is not suitable for a professional level's management system. But under gradio's framework and SD webui's design, a lot of javascript things won't work well.
Gradio is not suitable for a professional level's management system. But under gradio's framework and SD webui's design, a lot of javascript stuff won't work well.
So, it is too painful that I don't want to do any further maintenance and development on it. In the meantime, a lot of alternatives become popular. For example, ComfyUI and InvokeAI 3.x.
So, it is too painful that I don't want to do any further maintenance and development. And I realize SD webui itself is not that good since it uses gradio.
Especially InvokeAI 3.x, with its Unified Canvas and build-in node system, now we have a photoshop level's SD tool for free.
In the meantime, a lot of alternatives become popular. For example, the latest InvokeAI, powerful, easy to use and has build-in node system. It is so good that in most cases we have no reason to use SD webui any more.
If you are not familiar with InvokeAI 3.x, you can check this video:
[https://www.youtube.com/watch?v=1Iz4F7o6hgQ](https://www.youtube.com/watch?v=1Iz4F7o6hgQ)
And its unified canvas system:
[https://www.youtube.com/watch?v=aU0jGZpDIVc](https://www.youtube.com/watch?v=aU0jGZpDIVc)
If you are not familiar with InvokeAI, you can check this video:
[https://www.youtube.com/watch?v=8cVnooYgpDc](https://www.youtube.com/watch?v=8cVnooYgpDc)
For Model Info Helper, I'm re-designing it into a stand alone model management system, not an extension of SD webui.
So, for Model Info Helper, I'm re-designing it into a stand alone model and workflow management system, which should work with most popular SD UI, not just for SD webui.
Since it won't be released as estimated, I have updated the old civitai helper 1.x to work with latest SD webui.