Python

Thumbnail of post image 135
イメージ

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

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

Python

Thumbnail of post image 026

はじめに

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

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

Python

Thumbnail of post image 150

初めに

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

&#x ...

Python,画像

Thumbnail of post image 113

はじめに

Falconsai/nsfw_image_detection · Hugging Face

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

Python,画像

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

Python

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

Python

Thumbnail of post image 130

BiRefNetとは

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

用途は主に: ...

Python,画像

Thumbnail of post image 098

初めに

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

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

Python

Thumbnail of post image 048

Deep‑Live‑Cam とは?

1枚の顔写真だけで、動画・画像・Webカメラの顔を別人に入れ替えるソフト。
リアルタイム処理が得意で、配信・動画編集・遊び用途まで幅広く使える。

リアルタイムで顔を入れ替え

Python

Thumbnail of post image 196

概要

LivePortraitは「1枚の顔写真を、別の動画の動きに合わせて自然に動かす」ためのポートレートアニメーション技術で、静止画をまるで生きているかのように動かせるのが特徴です。

🧩 LivePortrait ...