Alex Volkov
Alex Volkov
tip: use ``` to multiline code snippets
Could be that the variables are not getting picked up at all? Colab is a weird beast
Yeah this was fixed on main branch, I need to wait until it's stable and update the colab fork.
@Lop010 please try the latest version, and let me know?
can you uncheck this and try? 
Same problem, I moved forward a bit with using `transport: grpc.FetchReadableStreamTransport({}),` since workers support fetch, but I'm getting: ```Fetch.catch Fetch API cannot load: grpc:``` and then `Response closed without headers`...
I've worked on the updated stable diffusion UI and I have so many comments. (Gradio is amazing btw, can't believe how fast interfaces can be built together) - Width properties!...
@abidlabs I used it to copy images and text (for SD it was seeds, prompts etc')
Absolutey, I used IDs everywhere I could. Some elements don't receive them, which led to some hacks, but Classes could be useful as well if I want to apply the...
> due to shadow DOM issues was not able to reference another element that I want to trigger based on a text change You can do it like so :...