私的AI研究会 > StylerGAN2
ローカルマシン上の「StyleGAN3」で画像を編集する
cd /anaconda_win/workspace_2 ← Windows の場合 cd ~/workspace_2 ← Linux の場合 git clone https://github.com/cedro3/stylegan3-editing.git
project_StyleGAN └─workspace_2 └─stylegan3-editing ← GitHub からクローンしたプロジェクトに上書きする ├─edit │ ├─align │ ├─crop │ ├─invert_psp │ └─latents_psp ├─editing │ ├─interfacegan │ │ └─boundaries │ │ └─ffhq │ └─styleclip_global_directions │ └─sg3-r-ffhq-1024 ├─models │ └─stylegan3 ├─pretrained_models └─results・解凍してできる「project_StyleGAN/」フォルダ内を次のフォルダの下に上書きコピーする
pip install pyrallis pip install git+https://github.com/openai/CLIP.git
※ 前回 Google Colab 上での実行 を参考にする