2024-12-30から1日間の記事一覧

【Diffusers】「LTX Video」が0.9.1にバージョンアップしたので動画作成(Text2Video)を行ってみる

はじめにVersion 0.9.0の記事はこちらです。 touch-sp.hatenablog.com 今回はVersion 0.9.1を使います。PC環境 Windows 11 RTX 4090 (VRAM 24GB) CUDA 12.4 Python 3.12Python環境構築 pip install torch==2.5.1+cu124 --index-url https://download.pytorch…

【Intel Arc A770】【Diffusers】「enable_model_cpu_offload」と「enable_sequential_cpu_offload」を使う

はじめに「enable_model_cpu_offload」と「enable_sequential_cpu_offload」はDiffusersにおけるVRAM使用量削減のための手段です。Intel Arcでは使えないと思っていたのですが「(device="xpu")」を付けると使えるようになりました。今回はstable-diffusion-3…