Home Artists Posts Import Register
Join the new SimpleX Chat Group!

Content

Hey everyone! I've just released a new video on how to install and run the Devika AI Agent Webui. An open-source version of Devin, which is an Ai agent tool that allows you to automatically build apps and programs simply by using a prompt. Devika does everything for you, just input what you want and it will then prepare an action plan, go online to search for informations, write the code and create the project files directly onto your computer! Crazy stuff! And you can even use Local LLM! It's still a work in progress but the potential is huge! This is probably what future AGI agents will look like!

You can check out the video right here: https://youtu.be/B7TjQyBCGk4

I also created a 1-click installer for the Webui for my Patreon supporters, that you can find right here: https://www.patreon.com/posts/103086217

As always, supporting me on Patreon allows me to keep creating helpful resources like this for the community. Thank you for your support - now go have some fun😉!

Files

Comments

Renan Oliveira

I trained a voice in xtts finetune and it worked fine. But now I'm getting permission error when I tried to do it againnn. When I press "Run the training" >> PermissionError: [WinError 5] Acesso negado: 'D:\\AI VOICE COVER\\xtts-finetune-webui\\finetune_models\\run' Traceback (most recent call last): File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\gradio\queueing.py", line 459, in call_prediction output = await route_utils.call_process_api( File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\gradio\route_utils.py", line 232, in call_process_api output = await app.get_blocks().process_api( File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\gradio\blocks.py", line 1533, in process_api result = await self.call_function( File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\gradio\blocks.py", line 1151, in call_function prediction = await anyio.to_thread.run_sync( File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread return await future File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run result = context.run(func, *args) File "D:\AI VOICE COVER\xtts-finetune-webui\venv\lib\site-packages\gradio\utils.py", line 678, in wrapper response = f(*args, **kwargs) File "D:\AI VOICE COVER\xtts-finetune-webui\xtts_demo.py", line 339, in train_model os.remove(run_dir) PermissionError: [WinError 5] Acesso negado: 'D:\\AI VOICE COVER\\xtts-finetune-webui\\finetune_models\\run'

Renan Oliveira

Fixed by pressing "Optimize the model". Even though there was no model to begin with XD

karina more

5n2kfra8p0\localcache\local-packages\python312\site-packages (from simple-websocket>=0.10.0->python-engineio>=4.8.0->python-socketio>=5.0.2->Flask-SocketIO->-r requirements.txt (line 26)) (1.2.0) Requirement already satisfied: mpmath<1.4.0,>=1.1.0 in c:\users\mosen\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from sympy->torch>=1.11.0->sentence-transformers>=0.3.8->keybert->-r requirements.txt (line 20)) (1.3.0) python: can't open file 'C:\\Users\\mosen\\OneDrive\\Desktop\\hello\\devika\\devika\\main.py': [Errno 2] No such file or directory Press any key to continue . . . HELLO xd any help please this error was after i clicked on the lancher

Aitrepreneur

I see you got the wrong version of python, you need the python 3.10.11. First, you need to uninstall your current python installation and reinstall it correctly. Go to the add and remove programs, search for python and uninstall both the current python version and the python install program. Once this is done, go here and download this installer: https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe Run it and check the “Add python 3.10 to Path” checkbox and continue with the installation. You can check that the right python version is installed by opening a new command prompt window and typing: python --version and it should give you the 3.10.11 version Then just relaunch the 1-click installer in a new folder and try again. Also do NOT install inside a OneDrive folder it can cause issues during install as well