https://www.donationalerts.com/r/shamhyper0
USDT(TRC20): TF7hWy4Si7RqNujZkJpc92z2THNCTPHZp6
2. Image upscaler
3. Image Analyzer
4. Video Analyzer
5. Prompt Generator
6. AI Detector
7. TTS
1. Windows 10-11
2. NVIDIA GPU with CUDA 12.1 support
3. 16gb RAM
4. 8gb+ free SSD (NOT HDD) space
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
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
Now you don't have to go into config.json and change something with your hands. This tab will do everything for you!
- Choose necessary checkboxes
- Press Save settings
- Restart MultiAI
{
"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
}
- 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 - If you encounter errors during the execution of the program, open a new issue
- 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.
1. BgRemoverLite 2. Image upscaler 3. Image Analyzer 4. Video Analyzer 5. Prompt Generator 6. AI Detector 7. TTS
- Built with Gradio - https://www.gradio.app/
- Using u2net model for BgRemoverLite - https://github.com/xuebinqin/U-2-Net
- RemBG library for BgRemoverLite - https://github.com/danielgatis/rembg
- NSFW Detection - https://github.com/GantMan/nsfw_model
- NSFW Detection 2.0 - https://huggingface.co/Falconsai/nsfw_image_detection
- Upscaling - https://github.com/kmewhort/upscalers
- Clip-interrogator for Image Analyzer - https://github.com/pharmapsychotic/clip-interrogator
- Fast Prompt Generator - https://huggingface.co/FredZhang7/anime-anything-promptgen-v2
- H5 Keras Model - https://huggingface.co/ShamHyper/AI_DETECTING
- Silero TTS - https://github.com/snakers4/silero-models
MIT license | Copyright (c) 2023-2024 ShamHyper