Alex Volkov

Results 69 comments of Alex Volkov

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.

can you uncheck this and try? ![CleanShot 2022-09-03 at 15 15 16@2x](https://user-images.githubusercontent.com/463317/188287872-ef17ba1b-0c30-4447-b4b0-3a62d21b6d85.jpg)

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 :...