PixVerse-MCP

PixVerseは、画像生成と編集を行うための強力なPythonライブラリです。ユーザーは簡単に高品質なビジュアルコンテンツを作成でき、さまざまなスタイルやフィルターを適用することが可能です。特に、AI技術を活用した機能が豊富で、クリエイティブなプロジェクトに最適です。

GitHubスター

25

ユーザー評価

未評価

お気に入り

0

閲覧数

27

フォーク

6

イシュー

1

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

1Python 3.10 or higher
2UV/UVX
3PixVerse API Key: Obtain from PixVerse Platform (This feature requires API Credits, which must be purchased separately on [PixVerse Platform](https://platform.pixverse.ai?utm_source=github&utm_medium=readme&utm_campaign=mcp)
1Python:
- Download and install from the official Python website - Ensure Python is added to your system path
2UV/UVX:
- Install uv and set up our Python project and environment:

curl -LsSf https://astral.sh/uv/install.sh | sh

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"