Skip to content

Instantly share code, notes, and snippets.

@safa-dayo
Created May 12, 2025 09:50
Show Gist options
  • Save safa-dayo/eef995a596db0db111c375f2d9dfe61c to your computer and use it in GitHub Desktop.
Save safa-dayo/eef995a596db0db111c375f2d9dfe61c to your computer and use it in GitHub Desktop.
FramePack StudioをColabノートブックで動かすためのスクリプト
#@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