Difference between revisions of "Pinokio"
From Notes_Wiki
m |
m |
||
| Line 26: | Line 26: | ||
=Useful tools within Pinokio= | =Useful tools within Pinokio= | ||
==Dia== | ==Dia== | ||
We can use dia for text to speech generation. It also has option for speech to text. | From https://github.com/nari-labs/dia We can use dia for text to speech generation. It also has option for speech to text. | ||
===Installation=== | |||
After installing dia via pinokio one click it may not work. Use below steps to solve the issue: | After installing dia via pinokio one click it may not work. Use below steps to solve the issue: | ||
# cd pinokio-files/api/dia.git/ | # cd pinokio-files/api/dia.git/ | ||
| Line 33: | Line 34: | ||
# pip uninstall dac | # pip uninstall dac | ||
# pip install git+https://github.com/descriptinc/descript-audio-codec.git | # pip install git+https://github.com/descriptinc/descript-audio-codec.git | ||
#: Learned from https://github.com/nari-labs/dia/issues/140 | |||
# After this close Pinkio and open it again. Then run dia in Pinokio and it should open this time. | |||
===Usage=== | |||
# You can type text in "Text to Generate" box and Let it generate. Then play or download the file. | |||
# It will automatically show generation total time for ease of use. File is generated in wav format. There is download button at top right corner of play option tool box to download the file. | |||
# Use [S1] or [S2] for speech boy or girl options | |||
==Browser-use== | ==Browser-use== | ||
From https://github.com/browser-use/web-ui We can benefit from browser-use by using AI (including vision models if required) for performing tasks on sites. Browser-use can open a browser and perform actions on sites. Browser-use supports local ollama so we can perform the automation locally without depending on SaaS based AI. | |||
We can benefit from browser- | |||
To configure browser-use use: | To configure browser-use use: | ||
# Install browser-use using pinokio one click install | # Install browser-use using pinokio one click install | ||
# | # Ensure local ollama is installed properly and running. Check for qwen3-vl:4b model installation via | ||
#:<pre> | |||
#:: ollama list | |||
#:</pre> | |||
# In Agent settings tab: | |||
## Use "LLM Provder": Ollama with "LLM Model Name": qwen3-vl:4b. Enable use of vision | |||
## Use same for Planner LLM provider including vision for planner LLM also | |||
##: We are enabling vision and using a model 4b that can fit entirely in 8GB VRAM GPU card. If you have more or less GPU VRAM adjust model accordingly. We dont want to use CPU for vision as that will be too slow. | |||
# In Browser Settings, leave default. I prefer "Keep Browser Open" option so that I can see what is going on. | |||
# In load & Save Config, we can save settings so that same can be loaded again later quickly | |||
# In Run Agent we can give task such as "Open sbarjatiya.com/notes_wiki and search for article on how to configure swap space using file in Linux" | |||
# Click "Submit Task" and wait for results | |||
[[Main Page|Home]] > [[Local system based AI tools]] > [[Pinokio]] | [[Main Page|Home]] > [[Local system based AI tools]] > [[Pinokio]] | ||
Revision as of 04:51, 22 December 2025
Home > Local system based AI tools > Pinokio
Install Pinoko AppImage
To download and install Pinokio on local system use:
- Go to https://github.com/pinokiocomputer/pinokio/releases
- Download AppImage and run via AppImageLauncher. See Rocky 9.x Owncloud client via AppImage
- Then run pinokio via graphical run options.
- For this in Rocky 9.x use:
- chmod +x Pinokio.AppImage
- ./Piniokio.AppImage
- For this in Ubuntu 24.04 use:
- chmod +x Pinokio.AppImage
- ./Pinoko.AppImage --no-sandbox
- For this in Rocky 9.x use:
- During first run set a parent folder in location where you have enough space (at least 300GB+)
- Install recommended tools from Overall list of useful AI tools
Refer: - https://program.pinokio.computer/#/?id=linux
Useful tools within Pinokio
Dia
From https://github.com/nari-labs/dia We can use dia for text to speech generation. It also has option for speech to text.
Installation
After installing dia via pinokio one click it may not work. Use below steps to solve the issue:
- cd pinokio-files/api/dia.git/
- source app/env/bin/activate
- pip uninstall dac
- pip install git+https://github.com/descriptinc/descript-audio-codec.git
- Learned from https://github.com/nari-labs/dia/issues/140
- After this close Pinkio and open it again. Then run dia in Pinokio and it should open this time.
Usage
- You can type text in "Text to Generate" box and Let it generate. Then play or download the file.
- It will automatically show generation total time for ease of use. File is generated in wav format. There is download button at top right corner of play option tool box to download the file.
- Use [S1] or [S2] for speech boy or girl options
Browser-use
From https://github.com/browser-use/web-ui We can benefit from browser-use by using AI (including vision models if required) for performing tasks on sites. Browser-use can open a browser and perform actions on sites. Browser-use supports local ollama so we can perform the automation locally without depending on SaaS based AI.
To configure browser-use use:
- Install browser-use using pinokio one click install
- Ensure local ollama is installed properly and running. Check for qwen3-vl:4b model installation via
- ollama list
- In Agent settings tab:
- Use "LLM Provder": Ollama with "LLM Model Name": qwen3-vl:4b. Enable use of vision
- Use same for Planner LLM provider including vision for planner LLM also
- We are enabling vision and using a model 4b that can fit entirely in 8GB VRAM GPU card. If you have more or less GPU VRAM adjust model accordingly. We dont want to use CPU for vision as that will be too slow.
- In Browser Settings, leave default. I prefer "Keep Browser Open" option so that I can see what is going on.
- In load & Save Config, we can save settings so that same can be loaded again later quickly
- In Run Agent we can give task such as "Open sbarjatiya.com/notes_wiki and search for article on how to configure swap space using file in Linux"
- Click "Submit Task" and wait for results