darshats
darshats
Hi leonardcser, Thanks for the helpful starting points! I was able to work with it. One issue I see is that by wrapping the model it is cumbersome to use...
Hi, Thanks for the great work. I am curious about this line in the gradio inpaint.py line 89: x_samples = x_samples * mask_pixel_batched + img_pixel_batched * (1.0 - mask_pixel_batched) If...
Hi, I synced up to diffusers 0.28.2 and still see the warning. Does the checkpoint file also need to be updated, if its carrying the previous key? @DN6 Repro code:...
I think there is an issue with scale function. The docs show this syntax in context of using two masks: `pipeline.set_ip_adapter_scale([[0.7, 0.7]])` however as @chrismaltais notes above, and I also...
Isnt that a code bug though, that scalars are possible but not a instant style specification in a nested list? From what I understood, the block specification in the default...