Amazon SageMaker JumpStart を使うことで、 Stable Diffusion モデルでインペイントを行う環境を簡単に構築することができます。インペインティングを利用することで、画像素材の一部だけ新しい画像やスタイルに差し替えたり、劣化した画像の修復を行うことができます。例えば、モデル...
Stable Diffusion Discord Bot An opinionated fork of https://github.com/pitapan5376/stable-diffusion-discord-bot Controlnet Added an option to upload an attachment and have it process through controlnet. Can also use img2img as the input. 添付ファイルをアップロードして、controlnetを介して処...
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)...
Loading model from models/ldm/stable-diffusion-v1/model.ckpt Global Step: 470000 : Enjoy. それっぽい画像が生成された。実行する度に結果は変わる模様。 処理時間は512*512で90秒前後、解像度を下げれば早くなる。 画像の保存先は./outputs/txt2img-samples % open ./outputs/txt2img-samples も...
Stable Diffusion Webui Extension for Civitai, to manage your model much more easily. - Stable-Diffusion-Webui-Civitai-Helper/README.jp.md at main · butaixianran/Stable-Diffusion-Webui-Civitai-Helper
まちがえて refiner で txt2img やったら、いい感じの画像出た!これはこれで使えるのかも!? manga of robot playing a shooting game in game center 漫画風 まとめ ・Stable Diffusion WebUI を使うと、簡単に画像生成できる! ・プロンプト短くてもいい感じになる ...
GitHub:Photopea Stable Diffusion WebUI ExtensionはStable Diffusion web UI内で利用できるフォトショップのようなエクステンション機能 X:目だけimg2imgのinpaintで目だけ書き直しするテク 39. 追記その25:とーふのかけら(@konapieces)さんテクニック ...
画像生成AI Stable Diffusion 画像生成AIのStable Diffusionの統合環境であるStable Diffusion WebUI(AUTOMATIC1111版)を、AMDのLinux用GPGPU実行環境ROCmを使ってRyzen 5600GのGPUで動かしてみました。 Ryzen 5600Gでは512x512画像1枚生成するのにCPUで2分弱かかるのに対して、GPUでは1分弱なので2倍の速さ...
stable-diffusion % python scripts/txt2img.py\--prompt"a red juicy apple floating in outer space, like a planet"\--n_samples1--n_iter1--plms 「宇宙空間に惑星のように浮いている美味しそうな赤いリンゴ」と指定していますね。 実行中の様子です。
Stable Diffusion Discord Bot An opinionated fork of https://github.com/pitapan5376/stable-diffusion-discord-bot Controlnet Added an option to upload an attachment and have it process through controlnet. Can also use img2img as the input. 添付ファイルをアップロードして、controlnetを介して処...