We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-11-17 10:10 PM - last edited on 2023-11-18 02:01 AM by Laszlo Nagy
After dragging run.sh it to the Terminal window and hit Enter, this message shows up in HomeBrew / Terminal.
I have moved the AI Visualizer folder from Add-ons into Archicad 27 folder > Add-ons > Extra.
And i have moved the sd.webui folder into Archicad 27 folder.
2023-11-18 11:49 AM
Mine looks like stuck at some point. This is after dragging RUN.sh into terminal. how to go from here?
2023-11-18 05:03 PM
@Niranarch wrote:Mine looks like stuck at some point. This is after dragging RUN.sh into terminal. how to go from here?
When you see in log an IP address like 127.0.0.1:7860 or 0.0.0.0:7860 (where '127.0.0.1' is a local address and '7860' is a port), this means that the AI server is fully loaded and running, so you could run AI Visualiser add-on in Archicad and use it.
2023-11-19 08:31 AM
trying to render a simple cuboid with minimum prompt. I am not able to generate ayting till now. Only error messages!
2023-11-19 02:22 PM
Could you please provide complete log above this strigs:
Error: command buffer exited with error status.
If there are many strings, save to file and attach it here.
It seems that server is working, but there are some issues related to ANE (Apple Neural Engine). It could be PyTorch framework compatibility issue.
How many RAM do you have on your M2 Pro?
2023-11-22 06:51 PM - last edited on 2023-11-23 12:13 AM by Laszlo Nagy
2023-11-22 07:45 PM
@Eric Graas wrote:It shows an error when run.sh is dropped into the terminal. Is there any further advice regarding this issue?
Eric, did you follow the installation instructions?
Have you installed the brew package manager?
Did you install all required packages?
brew install cmake protobuf rust python@3.10 git wget
Your terminal log shows that you didn't install python.
Script checks a simple command (`python -c 'import venv') and it fails in your case, so I have to conclude that you have a broken Python installation or you missed package installation steps with brew.
2023-11-23 01:09 AM
I followed the instructions of @Eric Graas but I still got stuck at the same step. still can't pass beyond this point.
2023-11-23 01:28 AM
Sorry not Eric, I followed George's instructions but still stuck
2023-11-23 11:08 AM
If you need a more detailed manual, I could create one.
With command examples and sample output at each step.