Created
May 12, 2025 09:50
-
-
Save safa-dayo/eef995a596db0db111c375f2d9dfe61c to your computer and use it in GitHub Desktop.
FramePack StudioをColabノートブックで動かすためのスクリプト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@title FramePack StudioをColabノートブックで動かすためのスクリプト | |
# URL: https://github.com/colinurbs/FramePack-Studio | |
!git clone https://github.com/colinurbs/FramePack-Studio.git | |
%cd FramePack-Studio | |
!pip install -r requirements.txt | |
!python studio.py --share |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment