Python

Thumbnail of post image 030
はじめに

ライブラリーの依存関係で動かなくなる場合があるので単独でしておくと良い

astral.sh/uv非常に高速なPythonパッケージとプロジェクトマネージャ。これを使っています

IOPaint-OneCl ...

Python,画像

Thumbnail of post image 062
はじめに

HSV Tool – 完全版(コンパクトUI・ファイル名日時付き保存・マスク初期反転・自動マスク確実反映・手動ブラシ/消しゴム/塗りつぶし・Undo/Redo・バッチ処理完全対応)

プログラム#!/usr/b ...

Python

Thumbnail of post image 026
イメージ

マスク画像で切り取るだけでなくアウトラインや輪郭のぼかし バッチ処理ができます

プログラムimport tkinter as tkfrom tkinter import filedialog, colorchooserf ...

Python

Thumbnail of post image 123

はじめに

参照する画像を参考にして色を変更

プログラム#!/usr/bin/env python3# -*- coding: utf-8 -*-"""HSV Tool - 完全版(コンパクトUI・ファ ...

Python

Thumbnail of post image 121

初めに

ProPainter は「動画インペインティング(Video Inpainting)」のための最新モデルで、動画から不要物を消したり、欠損部分を自然に補完する技術。高速・高品質で、長い動画でも破綻しにくいのが特徴。

&#x ...

Python,画像

Thumbnail of post image 019

はじめに

Falconsai/nsfw_image_detection · Hugging Face

Falconsai/nsfw_image_detection は「画像が NSFW(不適切)か normal(安全)かを2 ...

Python,画像

Thumbnail of post image 062
イメージプログラムimport osimport jsonfrom tkinter import *from tkinter import filedialogfrom PIL import Image, ImageTkclass Imag ...

Python

Thumbnail of post image 014
webui.db消します"E:\WPy64-31241\content\open-webui\venv\Lib\site-packages\open_webui\data\webui.db"

Python

Thumbnail of post image 089

BiRefNetとは

BiRefNet(Bilateral Reference Network) は、
高解像度の二値画像セグメンテーション(前景/背景の切り分け)に特化した最新モデル です。

用途は主に: ...

Python,画像

Thumbnail of post image 109

初めに

次のサイトを参考にしました

pip install Pillow imagehashイメージプログラムimport osimport threadingimport shutilimport configparserfro ...