Add example for Diffusers

#4
No description provided.

Thanks Patrick! Please also:

  1. Set force_upcast=False - or remove it if config.json already sets this value
  2. Add import torchat the top
  3. Add some lines to run pipe + refiner and display resulting image

With those fixes it should be a full working example.

Done! Thanks for the tips!

Thanks! Still needs minor fixes to run out of the box:

  1. Change base to pipe
  2. Add image at the end so it displays in notebooks

After those it should be good to go:

image.png

Hey @madebyollin ,

Perfect added the fixes

Thanks!

madebyollin changed pull request status to merged

Sign up or log in to comment