Automatic1111 Internals Diagram #8601
hananbeer
started this conversation in
Show and tell
Replies: 4 comments 2 replies
|
Truly intellectual work. Thank you so much. |
0 replies
|
I overwrite the process function in my extension and try to change the p.batch_size&p. n_iter, but it does not work. |
0 replies
|
Thank you for the time to do this. I've been slowly learning as well. First I had to get familiar with python then Gradio and now I'm building an extension. Do you know of a callback where one might Install a sqllite table? Somewhere that should only be called once like on init or when the plugin first gets installed. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I really wanted to understand the internals of automatic1111, so I went through most of the code, dabbled with extensions and created a diagram to understand better how to contribute & become more familiar with develop extensions.
It's still far from complete but gives great overview of the important bits. Once you decompose the components, mostly ignore the AI magic, it's fairly straightforward!
Here's a miro link:
https://miro.com/app/board/uXjVMdgY-TY=/?share_link_id=547908852229
Contributions are welcome, let me know if you want to edit the miro board.
I couldn't export properly because Miro limits you, sorry for the low quality.

All reactions