Automatic1111 Internals Diagram #8601
Replies: 4 comments 2 replies
-
Truly intellectual work. Thank you so much. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/ziwang-com/stable-diffusion-map BLIP,CodeFormer,diffusers,diffusers-oneflow-fork,gfpgan,InvokeAI-main,k-diffusion,optimizedSD,sd_fused,sd-webui,stable-diffusion,taming-transformers,textual_inversion,xformers stable-diffusion-mapTOP10 stable-diffusion Module library frame composition MAP: |
Beta Was this translation helpful? Give feedback.
-
I overwrite the process function in my extension and try to change the p.batch_size&p. n_iter, but it does not work. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions