tweeter0830
tweeter0830
Oh cool! It's good to know that this is one step closer to being in Altair. Thanks for moving the bug over.
ty for getting back to me so quickly. I have multiple clusters which I'd like to add logging to. My plan was to start a paresable instance per cluster and...
This would be really great to have! thank you for working on it.
Also running into this bug
It isn't public, but it was generated via convert_diffusers_to_original_stable_diffusion. I changed line 753 to read: ```python if "cond_stage_model.model.text_projection" in checkpoint: d_model = int(checkpoint["cond_stage_model.model.text_projection"].shape[0]) else: d_model = 1024 ``` My guess...
@zhuohan123 Do you have plans for this? It would be really helpful to me for this MR to get merged. I can help push it through if you need.
Thank you! I was using reference audio up to 12 seconds long + target transcript which is about 4 seconds long. I’ll try using a reference which is about 4...