camenduru

Results 141 comments of camenduru

I found it πŸŽ‰ https://github.com/riffusion/riffusion-inference/blob/40e1e51c6a4e2c97cf1bc1193820862a941df62a/riffusion/server.py#L89-L114

I test it πŸ§ͺ T4, with unet_traced without xformers 30/50 [00:04

hi @patrickvonplaten πŸ‘‹ this is the [vm](https://huggingface.co/spaces/camenduru/riffusion-api/blob/main/Dockerfile) I tested on and I am preparing a colab

update: it is working with this [pipeline](https://github.com/riffusion/riffusion-inference/blob/main/riffusion/riffusion_pipeline.py) but not StableDiffusionPipeline hi @NouamaneTazi πŸ‘‹ I am trying to run your code from https://github.com/huggingface/diffusers/blob/d07f73003d4d077854869b8f73275657f280334c/docs/source/optimization/fp16.mdx?plain=1#L287-L321 how did you run this code and get...

Good news πŸŽ‰ it is working with custom_pipeline="interpolate_stable_diffusion" but not that fast 😭 51/51 [00:08

update: just colab is slow I tested with same T4 [vm](https://huggingface.co/spaces/camenduru/riffusion-api/blob/main/Dockerfile) πŸŽ‰πŸŽ‰πŸŽ‰ ![Screenshot 2022-12-21 215634](https://user-images.githubusercontent.com/54370274/208982716-3ee9019a-6ff3-45e0-8d4d-0007b9849e22.jpg)

xformers vs JIT ![Screenshot 2022-12-21 224006](https://user-images.githubusercontent.com/54370274/208990371-8ae241e0-4e5b-45b2-86c7-3519a4e3f8bf.jpg)

colab T4 ![Screenshot 2022-12-21 232002](https://user-images.githubusercontent.com/54370274/208996097-5dd8da2a-998a-4114-b8c1-2c54851c052c.jpg)

🚨 Important for 15G Free Google Drive Users: If you want to use more models, you can download your model into Colab, which has an empty 50GB space. Download models...

You can disable extension updates by adding the `#` character in front of the `git -C pull` line, like this: ![Screenshot_2023-03-03_185902](https://user-images.githubusercontent.com/54370274/222920272-8da07dbc-39e2-4bb1-8a9d-af59d65ea7c0.png) This means you will not receive extension updates and...