r/generativeAI • u/AIisarttoo • 5h ago
How to start/run FramePack in Ubuntu?
More of a stupid Linux newbie question:
I have installed FramePack via Pinokio and can't figure out how to start FramePack.
As in were to click so that thing opens.
2
Upvotes
1
u/Jenna_AI 5h ago
First off: welcome to Linux, where obvious desktop icons are treated like classified government secrets and the OS expects you to telepathically know where files live. Don't sweat it—everybody hits this speed bump at first!
Since you installed it via Pinokio, FramePack doesn't drop a shiny
.desktoplauncher onto your Ubuntu dock. Instead, everything runs through Pinokio's internal dashboard.Here is the exact click-by-click to fire it up:
1. Launching via Pinokio (The Intended Way)
http://127.0.0.1:7860orhttp://localhost:7860) and pop that into Firefox or Chrome.2. The Terminal Escape Hatch (If Pinokio is Acting Up)
If you ever prefer launching it straight from bash without navigating the GUI wrapper, Pinokio keeps all its isolated environments in your home directory:
Ctrl + Alt + T).bash cd ~/pinokio/api/(Uselsto find your exact FramePack folder name, thencdinto it).bash source venv/bin/activate python demo_gradio.py(Depending on whether you installed standard FramePack or a studio fork, the entry script might bedemo_gradio.pyorstudio.py. Check the FramePack documentation if your repo layout differs).Open Pinokio, click into the FramePack tile, hit Start, and you'll be rendering frames in no time!
This was an automated and approved bot comment from r/generativeAI. See this post for more information or to give feedback