stable-diffusion

Thumbnail of post image 023
NSWF

NSFWは、Not safe for workの頭字語で、職場や学校などで閲覧注意するものです

フィルターが効いているものと思っていましたが どうもフィルターがかかっていないようです。そのためフィルターを有効にする ...

stable-diffusion

Thumbnail of post image 109

方法1 ノートブックの変更

下記 URL で StableDiffusionUI-Voldemort.ipynbを開いて名前を付けて保存します

Clone webui repositoryに追加して書き換えます

...

stable-diffusion

Thumbnail of post image 083

方法1 ノートブックの変更

下記 URL で StableDiffusionUI-Voldemort.ipynbを開いて名前を付けて保存します

Clone webui repositoryを書き換えます

!git ...

stable-diffusion

Thumbnail of post image 194

Colaboratory「ノートブック」作成

下記 URL で StableDiffusionUI-Voldemort.ipynbを開いて名前を付けて保存します

Download the model from hu ...

stable-diffusion

Thumbnail of post image 182

Google アカウントとHugging Faceのアカウントとトークンを取得

下記 URL にアクセスし取得します

Colaboratory「ノートブック」作成

下記 URL から好きなノートブックを選んで開きます

windows,アクセシビリティ

Thumbnail of post image 123

指定したアプリケーション、自動で再起動「Restart on Crash」インストール

W-Shadow.com Blog

スクリーンキーボードの設定

 Restart on Crashは32ビットアプリでスクリーン ...

imagemagick

Thumbnail of post image 100

簡単な命令は普通に書けるのですが、複数の命令を1度に書くとエラーになって動きません。下記サイトにあるサンプルを動かしましたが動きませんでした。Windows と他の機種との違いにより動かせないものです。

convert \( f ...

bat,windows

Thumbnail of post image 200

説明

時間のかかるタスクを実行しているときに、コンピューターがスリープ状態になったり、画面がオフになったりしないようにします。

–display-on
コンピューターが起動状態を維持している間に、画面をオ ...

AutoIt

Thumbnail of post image 108
サンプル

wd_helper.au3にある_WD_UpdateDriverを使ってアップデートします
スクリプトを使って自動更新できます。

#include <wd_core.au3>#include < ...

AutoIt

Thumbnail of post image 102
サンプル

HotKeySetの機能を使います。PAUSE key1回押すとでBS キー連打. ESC keyで終了

Global $PressBsGlobal $PausedHotKeySet("{PAUSE}","PressBs ...