#Update 3.4 bricked my app
18 messages · Page 1 of 1 (latest)
command line gives me one 'small' error?
ERROR - patchmatch failed to load or compile (Command 'make clean && make' returned non-zero exit status 2.).
Try resetting your web UI
is that a terminal command?
Settings -> reset web UI
File "/Users/intermatrixnaut/invokeai/.venv/lib/python3.11/site-packages/invokeai/app/services/invocation_processor/invocation_processor_default.py", line 104, in __process
outputs = invocation.invoke_internal(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/intermatrixnaut/invokeai/.venv/lib/python3.11/site-packages/invokeai/app/invocations/baseinvocation.py", line 591, in invoke_internal
output = self.invoke(context)
^^^^^^^^^^^^^^^^^^^^
File "/Users/intermatrixnaut/invokeai/.venv/lib/python3.11/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/intermatrixnaut/invokeai/.venv/lib/python3.11/site-packages/invokeai/app/invocations/latent.py", line 750, in invoke
num_inference_steps, timesteps, init_timestep = self.init_scheduler(
^^^^^^^^^^^^^^^^^^^^
File "/Users/intermatrixnaut/invokeai/.venv/lib/python3.11/site-packages/invokeai/app/invocations/latent.py", line 613, in init_scheduler
scheduler.set_timesteps(steps, device=device)
File "/Users/intermatrixnaut/invokeai/.venv/lib/python3.11/site-packages/diffusers/schedulers/scheduling_lms_discrete.py", line 282, in set_timesteps
self.timesteps = torch.from_numpy(timesteps).to(device=device)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.
[2023-11-16 18:31:45,089]::[InvokeAI]::ERROR --> Error while invoking:
Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.
That might fix OPs error but yours will need patchmatch installed likely
There’s parchmatch installation instructions in the docs
all this is because of the patchmatch?
I'll look again, these reds just occured I had a previous render
Your error is because of a bug with the scheduler - lower your step count or change the scheduler
oh, ok, thank you. I'll try that now
yeah, it didn't like LMS Karras, 26 steps, I got it back to DDIM at 20
yeah, I had, "You have 28 outdated formulae installed."
the "brew install opencv" is updating, thanks
Can't, the web UI doesn't launch due to the error
So I have no option the reach the settings
Try updating to 3.4.0post1