qinglink


Nameqinglink JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/Alndaly/qinglink
SummaryThe toolset for link project
upload_time2025-01-25 16:58:46
maintainerKinda Hall
docs_urlNone
authorKinda Hall
requires_python>=3.10
licenseCopyright (c) 2024 Kinda Hall What you can do: - improve the code and send the improvements back to the community - use the code to help you study the subject - use the code as a starting point for your own project What you can't do: - use the code, or any derivative of the code, for any commercial purpose - hold the copyright to the modifications you make to the code - sell the code or any derivative of the code - remove this license information from the code - claim that the code is your original work you may not use the code for any illegal purpose. **NOTE**: You **can not** do any other thing without my permission.
keywords pip tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aiop

一个AI脚本集,正在开发中


## 获取模型文件的模型信息(civitai)

```shell
aiop info -p path/to/your/file
```

- `-p` 要获取信息的文件路径

## 获取当前文件夹下所有模型文件的预览图并且按名字保存到当前目录

```shell
aiop preview -p path/to/the/dir -r
```

- `-p` 要获取预览图的文件夹路径
- `-r` 是否递归子文件夹

## 给当前文件夹下所有模型文件进行分类

> [!tip]
> 这个函数还不是很好,最好只用一次,第二次会出现文件夹套文件夹很不美观,待优化

```shell
aiop classify -p path/to/the/dir -r
```

- `-p` 要分类的文件夹路径
- `-r` 是否递归子文件夹
- `-a` 遇到没有预览文件的模型是否自动下载预览图片

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Alndaly/qinglink",
    "name": "qinglink",
    "maintainer": "Kinda Hall",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "1142704468@qq.com",
    "keywords": "pip, tools",
    "author": "Kinda Hall",
    "author_email": "1142704468@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/46/c3/97fb65bfe29544c07f2fcf7c6fb849401bf2280714e5cdd91c9d81e4a395/qinglink-0.0.1.tar.gz",
    "platform": "any",
    "description": "# aiop\n\n\u4e00\u4e2aAI\u811a\u672c\u96c6\uff0c\u6b63\u5728\u5f00\u53d1\u4e2d\n\n\n## \u83b7\u53d6\u6a21\u578b\u6587\u4ef6\u7684\u6a21\u578b\u4fe1\u606f\uff08civitai\uff09\n\n```shell\naiop info -p path/to/your/file\n```\n\n- `-p` \u8981\u83b7\u53d6\u4fe1\u606f\u7684\u6587\u4ef6\u8def\u5f84\n\n## \u83b7\u53d6\u5f53\u524d\u6587\u4ef6\u5939\u4e0b\u6240\u6709\u6a21\u578b\u6587\u4ef6\u7684\u9884\u89c8\u56fe\u5e76\u4e14\u6309\u540d\u5b57\u4fdd\u5b58\u5230\u5f53\u524d\u76ee\u5f55\n\n```shell\naiop preview -p path/to/the/dir -r\n```\n\n- `-p` \u8981\u83b7\u53d6\u9884\u89c8\u56fe\u7684\u6587\u4ef6\u5939\u8def\u5f84\n- `-r` \u662f\u5426\u9012\u5f52\u5b50\u6587\u4ef6\u5939\n\n## \u7ed9\u5f53\u524d\u6587\u4ef6\u5939\u4e0b\u6240\u6709\u6a21\u578b\u6587\u4ef6\u8fdb\u884c\u5206\u7c7b\n\n> [!tip]\n> \u8fd9\u4e2a\u51fd\u6570\u8fd8\u4e0d\u662f\u5f88\u597d\uff0c\u6700\u597d\u53ea\u7528\u4e00\u6b21\uff0c\u7b2c\u4e8c\u6b21\u4f1a\u51fa\u73b0\u6587\u4ef6\u5939\u5957\u6587\u4ef6\u5939\u5f88\u4e0d\u7f8e\u89c2\uff0c\u5f85\u4f18\u5316\n\n```shell\naiop classify -p path/to/the/dir -r\n```\n\n- `-p` \u8981\u5206\u7c7b\u7684\u6587\u4ef6\u5939\u8def\u5f84\n- `-r` \u662f\u5426\u9012\u5f52\u5b50\u6587\u4ef6\u5939\n- `-a` \u9047\u5230\u6ca1\u6709\u9884\u89c8\u6587\u4ef6\u7684\u6a21\u578b\u662f\u5426\u81ea\u52a8\u4e0b\u8f7d\u9884\u89c8\u56fe\u7247\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2024 Kinda Hall  What you can do:  - improve the code and send the improvements back to the community - use the code to help you study the subject - use the code as a starting point for your own project  What you can't do:  - use the code, or any derivative of the code, for any commercial purpose - hold the copyright to the modifications you make to the code - sell the code or any derivative of the code - remove this license information from the code - claim that the code is your original work  you may not use the code for any illegal purpose.  **NOTE**: You **can not** do any other thing without my permission.",
    "summary": "The toolset for link project",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Alndaly/qinglink"
    },
    "split_keywords": [
        "pip",
        " tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46c397fb65bfe29544c07f2fcf7c6fb849401bf2280714e5cdd91c9d81e4a395",
                "md5": "73835dbee68ae8b00318a3bb76d57db1",
                "sha256": "4e29fdd05c04c837e95e5ac920cf22cd7f8e1f96963cf7c94c9d2960dc23816e"
            },
            "downloads": -1,
            "filename": "qinglink-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "73835dbee68ae8b00318a3bb76d57db1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2967,
            "upload_time": "2025-01-25T16:58:46",
            "upload_time_iso_8601": "2025-01-25T16:58:46.223141Z",
            "url": "https://files.pythonhosted.org/packages/46/c3/97fb65bfe29544c07f2fcf7c6fb849401bf2280714e5cdd91c9d81e4a395/qinglink-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 16:58:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Alndaly",
    "github_project": "qinglink",
    "github_not_found": true,
    "lcname": "qinglink"
}
        
Elapsed time: 0.81586s