Add example for Diffusers
#4
by
patrickvonplaten
- opened
No description provided.
Thanks Patrick! Please also:
- Set
force_upcast=False
- or remove it ifconfig.json
already sets this value - Add
import torch
at the top - 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!
madebyollin
changed pull request status to
merged