"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7f0eb35af379def05c111806e12f3ef50a94a54b"
Allow dtype to be specified in Flax pipeline (#600)
* Fix typo in docstring. * Allow dtype to be overridden on model load. This may be a temporary solution until #567 is addressed. * Create latents in float32 The denoising loop always computes the next step in float32, so this would fail when using `bfloat16`.
Showing
Please register or sign in to comment