Ahacad / civita-model-url-extract

Just get the model downloading urls from civiati url, in case you want to download A LOT OF models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Civitai model url extract

A simple python script to extract model urls from civiai url.

How to use

Put the long list of urls of civitai models into a file, say "urls.txt", then run

python urls.txt models

make sure you have tqdm and bs4 installed, this will create a new file named "models.txt" containing real models urls to be downloaded.

What next

You may use any tool to download the models with the extracted urls, for example with wget:

wget -c --trust-server-names https://civitai.com/api/download/models/xxxxx

About

Just get the model downloading urls from civiati url, in case you want to download A LOT OF models


Languages

Language:Python 100.0%