"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "2bbf8b67a7b6a944ba30033a3c930956f1dcd702"
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