Skip to content

How can i create an extension? #14678

Answered by w-e-w
FOSSEnjoyer69 asked this question in Q&A
Jan 17, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

something as simple as dragging and dropping a photo then sending that to img2img

webui is base on gradio
which means if you are interested in interacting with the UI elements then what you should do is look at the gradio docs

When developing webui related stuff it's better that you have understanding of Gradio
especially if you are do UI stuff and not just write them back and functions

the three categories of extensions I listed above are based on how they interact with the core or web UI backend
and not the UI froun end
so basically the categories does not suit your use case if this is what you're trying to do

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@FOSSEnjoyer69
Comment options

@w-e-w
Comment options

w-e-w Jan 18, 2024
Collaborator

@FOSSEnjoyer69
Comment options

@w-e-w
Comment options

w-e-w Jan 18, 2024
Collaborator

Answer selected by FOSSEnjoyer69
@FOSSEnjoyer69
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants