「reforgeの開発が終了」のニュースを聞いて、代わりになるものを事前に入れたいと思い、Forge Classicをインストールしました。
Gitと言われてもわからない人向けです。
reForge development has ceased (for now). · Panchovix/stable-diffusion-webui-reForge · Discussion #354
Hi there guys, hope you all are going good! Lately, I have been busy with real life, work and some health issues, while ...
参考
GitHub - Haoming02/sd-webui-forge-classic: The "classic" version of the Forge WebUI
The "classic" version of the Forge WebUI. Contribute to Haoming02/sd-webui-forge-classic development by creating an acco...
Stable Diffusion WebUI Forge Classic のインストール | iPentec
Stable Diffusion WebUI Forge Classic を導入する手順を紹介します。概要Stable Diffusion WebUI Forge Classic をインストールします。事前準備PythonのインストールPy...
手順
①まずはPythonとGitをインストールしてください。
Python for Windows をインストールする | iPentec
Python for Windows をインストールする手順を紹介します。Python for Windows のダウンロードPython のWebサイト(を開きます。下図のページが表示されます。上部のメニューのをクリックします。ドロップダ...
Git for Windows のインストール | iPentec
Git for Windows をインストールします。Git for Windows のダウンロードGit for Windows のサイト(にアクセスし、Git for Windowsをダウンロードします。のボタンをクリックします。インス...
②Gitをインストールしたら「Git bash」を起動してください。

③ – 1 保存したいフォルダを入力してください。
ちなみにGitでペーストするコマンドは「Shift」+「Ins」です。「Ctrl」+「V」ではありません。
cd C:\AI\StableDiffusion
マーカー部分を保存したいフォルダに置き換えてください。
③ – 2 次に、以下のコマンドを入力してください。すぐにダウンロードされます。
普通の環境の場合
git clone https://github.com/Haoming02/sd-webui-forge-classic.git
うまくいかない場合
"C:\Program Files\Git\bin\git.exe" clone https://github.com/Haoming02/sd-webui-forge-classic.git
コメント