Python

Thumbnail of post image 033

Build Tools for Visual Studio 2022インストール

Microsoft C++ Build Tools – Visual Studio

pyopenjtalkのインストールpip inst ...

Python

Thumbnail of post image 160

準備コードfrom pathlib import Pathfrom dotenv import load_dotenvimport soundfile as sffrom infer.modules.vc.modules import VC ...

Python

Thumbnail of post image 024

インストール

“D:\WinPython\#winpythonPrompt.bat”実行します

PyTorchを仮想環境ではなくベースにインストールする場合はこの場所でインストールします

...

Python

Thumbnail of post image 147

インストール@echo offcall %~dp0\scripts\env_for_icons.bat %*SET PATH=%PATH%;%WINPYDIRBASE%\PortableGit;%WINPYDIRBASE%\Portable ...

Python

Thumbnail of post image 003
方法from PIL import Image, ImageDraw, ImageFont, ImageFilterdef generate_img(text_line, imgname, filename): text_x = 100 t ...

Python

Thumbnail of post image 003
方法pip install Pillowfrom PIL import Image, ImageDraw, ImageFonttext = 'この?'font_size = 72font = ImageFont.truety ...

Python

Thumbnail of post image 198

Python で画像に文字を入れる時に縦書きにするとこのようなエラーが出ます。対応方法を示します

ダウンロードする方法

Archived: Python Extension Packages for Windows R ...

Python

Thumbnail of post image 122
インストール

次のプログラムを使用させていただきます

faster-whisperを利用してリアルタイム文字起こしに挑戦 #Python – Qiita

GitHub – reriiasu ...

Python

Thumbnail of post image 124
インストール

GitHub – jhj0517/Whisper-WebUI: A Web UI for easy subtitle using whisper model.

"D:\WinPython\Win ...

Python

Thumbnail of post image 007

whisper-micインストールpip install whisper-micオプション: --model 使用するモデル --device 使用するデバイス --english 英語モデルを使用するかどうか --verbose 詳細 ...