Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If you're talking about an "extension" to A1111, what I did was to look at an existing extension, duplicate the folder and rename it, and then search the code for the UI element names. That'll show you how the Gradio elements are used. Fortunately, they're not very complicated. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, Today I read this:
P+: Extended Textual Conditioning in Text-to-Image Generation
and I thought I can try with implemention. I'm programmer however I never worked with Gradio app and with SD code.
Can anyone give me short guide where to start looking for?
I belive good starting point is to find where text embedding is injected to the network but since I'm not familiar with codebase it make take a lot to find.
maybe some one will spare me long debugging session?
Beta Was this translation helpful? Give feedback.
All reactions