Replies: 2 comments
-
try 2.1.738 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I appreciate the super fast response. It is working with 2.1.738. THANK YOU |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed and used it yesterday on a MacBook Pro M2. I generated two images from scratch and one based on a picture. Today is not working and is failing with the error bellow. Would someone please advice? Thank you in advance.
RuntimeError: Placeholder storage has not been allocated on MPS device!
Traceback (most recent call last):
File "/Users/user22/AI/Fooocus/modules/async_worker.py", line 580, in worker
handler(task)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/Users/user22/AI/Fooocus/modules/async_worker.py", line 464, in handler
task[0] = ip_adapter.preprocess(cn_img)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/Users/user22/AI/Fooocus/fooocus_extras/ip_adapter.py", line 170, in preprocess
cond = image_proj_model.model(cond).to(device=ip_adapter.load_device, dtype=ip_adapter.dtype)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
File "/Users/user22/AI/Fooocus/fooocus_extras/resampler.py", line 114, in forward
x = self.proj_in(x)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
return forward_call(*args, **kwargs)
File "/Users/user22/anaconda3/envs/fooocus/lib/python3.10/site-packages/torch/nn/modules/linear.py", line 114, in forward
return F.linear(input, self.weight, self.bias)
Beta Was this translation helpful? Give feedback.
All reactions