Naga Sai Abhinay

Results 57 comments of Naga Sai Abhinay

Meanwhile, I have added the docs in the README as suggested Patrick.

Would the following be a good start ? # STEP 1: # Verify that the checkpoints have the same dimensions/modules etc. # STEP 2: # Find the mergeable modules from...

Hi @vvvm23, Currently working on a solution. Give me 24 hrs to make a PR. I'll let you know if my approach fails and maybe you can pick it up...

@patrickvonplaten, @apolinario I ran into the following issue and wanted your thoughts:- When building a custom pipeline inheriting from DiffusionPipeline, for checkpoint merging I have to do it this way:-...

Update:- I've reached a point in the solution where validation of the checkpoints is complete and the individual interpolation steps being complete. The only thing that needs to be done...

Hey team. Sorry it took a while. But here's the colab [notebook](https://colab.research.google.com/drive/1C4kFnods2MwyLgWLmuWAoqqtjcUBFkK9?usp=sharing) with my code. Need your help in figuring out how to cut down on memory issues. Currently it...

Success ! Able to run on Kaggle. Uses around 13GB RAM for merging Stable Diffusion and Waifu diffusion. I'll make a PR over the weekend. I have made the notebook...

@brucethemoose, I went through the post that you mentioned briefly. From what I gather this method does a permutation of weights and does an optimal match for merging. From one...

Damian, Your implementation of the block-weighted merging is super cool ! My motivation with CheckpointMergingPipeline was the hope that it would work as a general purpose merger for all modules...

Hi @patrickvonplaten and @williamberman, are you working on this or can I pick this up ?