Features | Dependencies | SystemRequirements | Install | Models | Wiki | Acknowledgment | Licenses
A simple and convenient interface for using of various neural network models. You can create datasets, finetune, evaluate and generate with LLM, StableDiffusion and StableAudio using various hyperparameters. You can also check the wiki, download the LLM, StableDiffusion and StableAudio models, change the application settings inside the interface and check system sensors
The goal of the project - to create the easiest possible application to finetune, evaluate and generate of neural network models
- Easy installation via install.bat(Windows) or install.sh(Linux)
- You can use the application via your mobile device in localhost (Via IPv4) or anywhere online (Via Share)
- Flexible and optimized interface (By Gradio)
- Debug logging to logs from
Install
andUpdate
files - Available in three languages
- Support for Transformers: finetune, evaluate, quantize and generate (LLM)
- Support for Diffusers and Safetensors: finetune, evaluate, conversion, quantize and generate (StableDiffusion)
- Support for StableAudio: finetune and generate
- Full and LORA types of finetune, evaluate and generate (For LLM and StableDiffusion)
- Ability to create a dataset (For LLM, StableDiffusion and StableAudio models)
- Wiki
- ModelDownloader
- Application settings
- Ability to see system sensors
- C+ compiler
- Windows: VisualStudio, VisualStudioCode and Cmake
- Linux: GCC, VisualStudioCode and Cmake
- System: Windows or Linux
- GPU: 8GB+ or CPU: 16 core 3.6Ghz
- RAM: 24GB+
- Disk space: 10GB+
- Internet for installing
- First install all RequiredDependencies
Git clone https://github.com/Dartvauder/NeuroTrainerWebUI.git
to any location- Run the
Install.bat
and wait for installation - After installation, run
Start.bat
- Wait for the application to launch
- Now you can start generating!
To get update, run Update.bat
To work with the virtual environment through the terminal, run Venv.bat
- First install all RequiredDependencies
Git clone https://github.com/Dartvauder/NeuroTrainerWebUI.git
to any location- In the terminal, run the
./Install.sh
and wait for installation of all dependencies - After installation, run
./Start.sh
- Wait for the application to launch
- Now you can start generating!
To get update, run ./Update.sh
To work with the virtual environment through the terminal, run ./Venv.sh
Many thanks to these projects because thanks to their applications/libraries, i was able to create my application:
First of all, I want to thank the developers of PyCharm and GitHub. With the help of their applications, i was able to create and share my code
gradio
- https://github.com/gradio-app/gradiotransformers
- https://github.com/huggingface/transformersdiffusers
- https://github.com/huggingface/diffusersllama.cpp-python
- https://github.com/abetlen/llama-cpp-pythonstable-diffusion-cpp-python
- https://github.com/william-murray1204/stable-diffusion-cpp-pythonstable-audio-tools
- https://github.com/Stability-AI/stable-audio-tools