mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-05 12:13:59 +03:00
1.6 KiB
1.6 KiB
Image-Pluser WebUI Application
Image-Pluser is a Web User Interface (WebUI) application that allows users to process photos and videos in a variety of ways.
Getting Started
To run Image-Pluser, follow these steps:
- Install ffmpeg (only for vid2imgs and imgs2vid)
- Clone the repository:
git clone https://github.com/artegoser/image-pluser-webui.git
- Create venv:
python -m venv venv
- Install the necessary dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Access the application by visiting http://localhost:7860/ in your web browser.
one-click-installers
Just download and run the file in scripts/one-click
(you need git, ffmpeg and python3).
Available Stacking Methods
- Denoising: Removes noise from the image (pictures should not move)
- StarTracks: Creates star tracks (the pictures should show the sky, which gradually moves)
- Untrack: Removes stars from the sky (pictures should not move)
- Noise extractor: Gets all the noise in the image (actually makes nonsense)
Available Bulk Methods
- Edge detection
- Canny edge detection
- Sharpen
Other features
- Imgs to video
- Video to images
Examples
Contributing
Contributions to Image-Pluser are welcome! If you would like to contribute, please fork the repository and submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE
file for details.