wfng92
wfng92
In the event where no `init_mask` is given and `invert_mask` is set to True, the script will raise the following error: ```bash AttributeError: 'NoneType' object has no attribute 'mode' ```...
There seems to be difference between huggingface's diffusers and compvis's implementation for img2img as the [wrong timestep is used for the additive noise for image-2-image](https://github.com/CompVis/stable-diffusion/pull/533). Summary from the relevant PR...
### Describe the bug Given a `gr.Accordion` component with multiple `gr.Tab` components, the content of the contained `gr.Tab` components is not showing when you close and open back the `gr.Accordion`...
### Model/Pipeline/Scheduler description From the official repository, [T2I-Adapter](https://github.com/TencentARC/T2I-Adapter) by @TencentARC is > ... a simple and small (~70M parameters, ~300M storage space) network that can provide extra guidance to pre-trained...