Skip to content

ShamHyper/MultiAI

Repository files navigation

wakatime License: MIT

Donate

https://www.donationalerts.com/r/shamhyper0

USDT(TRC20): TF7hWy4Si7RqNujZkJpc92z2THNCTPHZp6

AIs

1. BgRemoverLite

2. Image upscaler

3. Image Analyzer

4. Video Analyzer

5. Prompt Generator

6. AI Detector

7. TTS

System requirements

1. Windows 10-11

2. NVIDIA GPU with CUDA 12.1 support

3. 16gb RAM

4. 8gb+ free SSD (NOT HDD) space

Installation for Windows (recommended)

1. Install winget

2. Install Python

winget install -e --id Python.Python.3.10

3. Install Git

winget install -e --id Git.Git

4. Install FFmpeg

winget install -e --id Gyan.FFmpeg

5. Install CUDA 12.1

6. Install cuDNN v8.9.7 (December 5th, 2023), for CUDA 12.x | Local Installer for Windows (Zip)

You need to unpack archive, go to folder cudnn-windows-x86_64-8.9.7.29_cuda12-archive and copy all (bin, inlcude, lib, LICENSE) to "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1" or in your CUDA 12.1 folder

7. Restart your PC

8. Clone repository

git clone https://github.com/ShamHyper/MultiAI.git

8. Run install.bat for first time. Next time run run.bat

Installation for Windows (legacy)

1. Install Python 3.10.x

2. Install Git

3. Install FFmpeg

4. Install CUDA 12.1

5. Install cuDNN v8.9.7 (December 5th, 2023), for CUDA 12.x | Local Installer for Windows (Zip)

You need to unpack archive, go to folder cudnn-windows-x86_64-8.9.7.29_cuda12-archive and copy all (bin, inlcude, lib, LICENSE) to "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1" or in your CUDA 12.1 folder

6. Restart your PC

7. Download using "Code --> Download ZIP" (or click here)

8. Unarchive ZIP

8. Run install.bat for first time. Next time run run.bat

Settings tab (recommended)

Now you don't have to go into config.json and change something with your hands. This tab will do everything for you! cfg

  1. Choose necessary checkboxes
  2. Press Save settings
  3. Restart MultiAI

Settings (legacy, ../settings/config.json)

    {
        "debug_mode": "True", 
        // Boolean ("True" or "False")
        // Enable debug mode (write debug info)
        // Enable logging
        
        "start_in_browser": "True",
        // Boolean ("True" or "False")
        // Enable MultiAI starting in browser

        "share_gradio": "False",
        // Boolean ("True" or "False")
        // Enable MultiAI starting with share link

        "clear_on_start": "False",
        // Boolean ("True" or "False")
        // Clear all outputs on start

        "use_proxy": "False"
        // Boolean ("True" or "False")
        // Using system proxy to use WebUI
    }

Support

  1. If you see errors like this: ModuleNotFoundError: No module named "certifi", run install.bat for fix them. If that didn't help, open a new issue
  2. If you encounter errors during the execution of the program, open a new issue
  3. If your console window freezes during the install process.bat, restart it with administrator rights. It is also highly recommended to run run.bat from the administrator.

Gallery

1. BgRemoverLite 2 2. Image upscaler 3 3. Image Analyzer 4 4.1 4. Video Analyzer 5 5.1 5. Prompt Generator 6 6. AI Detector 7 7. TTS 8

Credits

License

MIT license | Copyright (c) 2023-2024 ShamHyper