「AI/ComfyUI/インストール/Mac」の版間の差分
ナビゲーションに移動
検索に移動
ページの作成:「==インストール== brew install comfyui ==参考== https://note.com/right_avocet5550/n/nc6ab43254742」 |
編集の要約なし |
||
| (同じ利用者による、間の11版が非表示) | |||
| 1行目: | 1行目: | ||
==インストール== | ==インストール== | ||
brew install comfyui | brew install comfyui | ||
Application/ComfyUI にインストールされるので、macからアプリを開く | |||
===インストールエラー=== | |||
<pre> | |||
Error: Cask comfyui depends on hardware architecture being one of [{type: :arm, bits: 64}], but you are running {type: :intel, bits: 64}. | |||
</pre> | |||
intelのmacだとエラーになる。githubからDLだと良さそう。 | |||
==参考== | ==参考== | ||
https://note.com/right_avocet5550/n/nc6ab43254742 | https://note.com/right_avocet5550/n/nc6ab43254742 | ||
2025年10月23日 (木) 03:24時点における最新版
インストール
brew install comfyui
Application/ComfyUI にインストールされるので、macからアプリを開く
インストールエラー
Error: Cask comfyui depends on hardware architecture being one of [{type: :arm, bits: 64}], but you are running {type: :intel, bits: 64}.
intelのmacだとエラーになる。githubからDLだと良さそう。