Amazon SageMaker JumpStart を使うことで、 Stable Diffusion モデルでインペイントを行う環境を簡単に構築することができます。インペインティングを利用することで、画像素材の一部だけ新しい画像やスタイルに差し替えたり、劣化した画像の修復を行うことができます。例えば、モデル...
device:str="cuda",dtype:torch.dtype=torch.float16,):self.device=torch.device(device)self.pipe=StableDiffusionPipeline.from_ckpt(sd_safetensor_path,torch_dtype=dtype,).to(device)self.pipe_i2i=StableDiffusionImg2ImgPipeline.from_ckpt(sd_safetensor_path,torch_dtype=dtype,).to(device)...
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git そうすると stable-diffusion-webui というフォルダができるので、 13行目の #export COMMANDLINE_ARGS="" を、 export COMMANDLINE_ARGS="--listen" に、変更します。これで、サーバに入れても、外部からアクセスできます! ...
Stable Diffusion WebUIをインストール gitコマンドでStable Diffusion WebUIをインストールします。 $ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui Stable Diffusion WebUIの実行 まずstable-diffusion-webuiに移動します。 $ cd stable-diffusion-webui 環境変数HSA_OVERRIDE_GFX_VER...