gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.01k stars 94 forks source link

Extensions #81

Closed gitmylo closed 1 year ago

gitmylo commented 1 year ago

Extensions were added, and some documentation, new callbacks planned. Coming later.

Extensions can be made to support being extended by other extensions, through callbacks. Callbacks allow for events, with return values and arguments.

The webui should not have any noticable changes to functionality or performance, except that extensions can now be loaded.

Extensions are not inherently safe, check extensions before installing them, in case someone included malware. An extension is a program, and must be treated as such.