We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7eae6 commit 6af8df9Copy full SHA for 6af8df9
invokeai/app/invocations/generate.py
@@ -181,6 +181,8 @@ def _lora_loader():
181
device = context.services.model_manager.mgr.cache.execution_device
182
dtype = context.services.model_manager.mgr.cache.precision
183
184
+ vae.to(dtype=unet.dtype)
185
+
186
pipeline = StableDiffusionGeneratorPipeline(
187
vae=vae,
188
text_encoder=None,
0 commit comments