Robert Dargavel Smith

Results 27 comments of Robert Dargavel Smith

Sorry you are having problems. TensorFlow has moved on a lot since I did this project. Apart from saying "it works for me" which isn't too helpful, you can try...

Sorry for the delay in getting back to you!! I missed this one. I expect it is due to the version of Python you are using. The use it with...

Further to my previous comment. I figured out how to test this properly running a dev build of Binderhub in a Docker container by building the Docker images and installing...

@patrickvonplaten See previous PR for additional comments (https://github.com/huggingface/diffusers/pull/1334)

@patrickvonplaten I guess you must be super busy but it would be great if you could just let me know if the basic approach of moving Mel into models so...

@patrickvonplaten . I had to add `ConfixMixin` to the `LOADABLE_CLASSES` so that `Mel` could be instantiated `from_pretrained`. (Previously I had added `Mel` here, but agree that is too specific.) Can...

@patrickvonplaten Hey, thanks for all the great suggestions and support along the way. Just a couple of things before we put this one to bed: 1) Mel is still importable...

HI there I am considering adding `AudioDiffusionPipeline` and `LatentAudioDiffusuonPipeline` from https://github.com/teticio/audio-diffusion/blob/main/audiodiffusion/__init__.py. I found that I was forced to make two separate pipelines as one registers different modules in the constructor....

Thanks @patrickvonplaten ! Regarding the issue of inheritance, do you have a recommendation for how to approach this?

Sure @patrickvonplaten I'm actually in the process of doing this. Although I am integrating it into the main repo. Once it is done (next day or two) you'll be able...