A tool designed to download models from Civitai quickly and efficiently.
This repository provides scripts that automate the process of fetching various models, making it easy for users to access and utilize them in their projects.
- Clone the Repository
git clone https://github.com/Abdelmathin/civitai-models-downloader.git
cd civitai-models-downloader
To download a model, run the script with the following command:
python script.py <url> <filename>
<url>
: The URL of the model you wish to download.<filename>
: The desired name for the downloaded file.
python downloader.py https://civitai.com/model/12345 my_model.zip
This command will download the model from the provided URL and save it as my_model.zip.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! If you have suggestions or find issues, feel free to submit a pull request or open an issue in this repository.
For questions or support, please reach out via GitHub Issues or contact me at abdelmathinhabachi@gmail.com.
Civitai models can enhance your AI projects by providing powerful pretrained models that save time and resources in model training!