richrobber2 / canvas-zoom

zoom and pan functionality
350 stars 23 forks source link

Modified gradio is not compatible with gradio 3.41.2 #92

Closed r0mar0ma closed 1 year ago

r0mar0ma commented 1 year ago

looks like canvas-zoom is breaking automatic webUI 1.6.0 which is using gradio 3.41.2. it making all values of gradio.Radio() as a tuple. so instead of "Radio value" we see "Radio value, Radio value" and value of Radio contains a (string, string) instead of string.

daswer123 commented 1 year ago

https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12886#issuecomment-1701612805

daswer123 commented 1 year ago

Released a fix, can you check if everything works?

r0mar0ma commented 1 year ago

Released a fix, can you check if everything works?

Looks good now, thanks.