Ivano Coltellacci

Results 60 comments of Ivano Coltellacci

When I apply the patch suggested by @varlog I still get the segmentation fault when the browser is started ... .venv/bin/python -mpip list > depends_2.2.4_patched_faulty.txt [depends_2.2.4_patched_faulty.txt](https://github.com/invoke-ai/InvokeAI/files/10211094/depends_2.2.4_patched_faulty.txt) differences between the patched...

I have installed Manually with the pip method and it works ``` git clone https://github.com/invoke-ai/InvokeAI.git ./invokeai_pip cd invokeai_pip python3 -mvenv .venv source .venv/bin/activate ln -sf ./environments-and-requirements/requirements-mac-mps-cpu.txt requirements.txt pip install --prefer-binary...

@lstein here is the pip list of the manual install using Conda that work [depends_conda.txt](https://github.com/invoke-ai/InvokeAI/files/10211494/depends_conda.txt)

@lstein I have just tried the new [InvokeAI-installer-2.2.4-mac.zip](https://github.com/invoke-ai/InvokeAI/files/10211670/InvokeAI-installer-2.2.4-mac.zip) and fails [depends_new2.2.4_faulty.txt](https://github.com/invoke-ai/InvokeAI/files/10211957/depends_new2.2.4_faulty.txt)

@whosawhatsis > I think this is the same error that usually happens on square images when the dimensions are a power of 2. 768 is not a power of 2,...

**I reverted the .venv to diffuser==0.11 and transformers==4.25 on last commit, and 768x768, 960x960 works** ! I believe thee is a regression with last version of diffuser/transformers on the MacOs...

__I copy here this comment form InvokeAI Version 2.3.0 discussion in order to preserv relevant information about this issue__ __It is not in purpose to pinning anyone__ (reference https://github.com/invoke-ai/InvokeAI/discussions/2482#discussioncomment-4887572) -----...

I have updated my `venv` to the **diffuser 0.13** and the issue is confirmed also with this new version

I have updated my `venv` to the **diffuser 0.13.1** and the issue is confirmed also with this new version