max-fofanov

Results 2 issues of max-fofanov

I stumbled upon a problem: the models have different amount of keys in their state_dicts. Can you please provide a conversion script?

### Describe the bug When using enable_model_cpu_offload on StableDiffusionXLPipeline, each consecutive __call__ takes more and more RAM. Also, after deleting pipe not all memory is freed ### Reproduction ```python import...

bug