Python,stable-diffusion

Thumbnail of post image 146

ControlNetは新しいバージョンにしてください

モデルのダウンロードと設置

huchenlei/animal_openpose at main (huggingface.co)

“D:\WinP ...

AutoIt

Thumbnail of post image 109

準備

この機能は設定しておいてください。対応できないボタンを対応します

コード

メモ帳 ペイント One Drive クリップボード履歴 通常のウィンドウに対応します

色々なアプリに対応するのは難しいですね ...

windows

Thumbnail of post image 107

スマホからPC 上の Web サイトにシームレスにファイルを送信できます

例えばOne Drive やGoogle ドライブや自分の PC にスマホからアップロードできます

制限

一度に 10 個のファイルをアッ ...

bat,PowerShell ,windows

Thumbnail of post image 005
バッチファイルFOR/F "usebackq" %%a IN (`powershell -command " $contents = ( Get-NetIPAddress | Where-Object -Fil ...

AutoIt

Thumbnail of post image 007
準備コード#include "..\Includes\CUIAutomation2.au3"Example()Func Example() Sleep( 1000 ) ; Create UI Automation obj ...

bat,windows

Thumbnail of post image 181

バッチファイル@echo offREM 入力ファイルと出力ファイルの設定set inputFile=urls.txtset outputFile=output.htmlREM 出力HTMLファイルのヘッダーを作成echo ^<html ...

AutoIt

Thumbnail of post image 189

チューチューマウスみたいなものです。標準の Windows ではボタンにマウスカーソルを移動することができますができないボタンもあるので対応します

準備

UI Automationはツリー構造になっています

Co ...

bat,PowerShell ,windows

Thumbnail of post image 152

バッチファイルpowershell Set-Clipboard -Value "This"powershell Set-Content -Path .\DateTime.txt -Value (Get-Date)time ...

AutoIt

Thumbnail of post image 089

新しい gui を備えたアプリの場合にボタンなどが認識できない場合があります。しかしUI Automation を使うと認識できる場合があります。今回はこれを使ってみます

UI Automation UDF(User De ...

windows

Thumbnail of post image 081

正規表現についてまとめてみました

正規表現とは

正規表現(regular expression)とは、文字列のパターンを記述するための言語です。また、この言語で記述されたパターンも正規表現と呼びます。正規表現を用いると、文字 ...