sd_tools


Namesd_tools JSON
Version 1.6.0 PyPI version JSON
download
home_pageNone
Summarycommand line tool for stable diffusion
upload_time2024-09-02 12:58:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sd-tools

image generation from the command line and web UI

![web](https://github.com/zweifisch/sd-tools/assets/447862/3855dbd1-65ba-4721-ad44-0af6d79eb0c0)

```shell
pip install sd-tools
```

launch the Web UI

```shell
sdxl \
 --model Lykon/dreamshaper-xl-lightning \
 --scheduler 'DPM++ SDE Karras' \
 --listen 8484
```

visit [http://127.0.0.1:8484](http://127.0.0.1:8484)

more detailed instructions:

- [commandline usage](doc/cli.md)
- [http api](doc/api.md)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sd_tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Feng Zhou <zf.pascal@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f8/c5/f91800420c2fea020b220cb3db5a94899fda8c8aa7cc09bb2083ac526aa3/sd_tools-1.6.0.tar.gz",
    "platform": null,
    "description": "# sd-tools\n\nimage generation from the command line and web UI\n\n![web](https://github.com/zweifisch/sd-tools/assets/447862/3855dbd1-65ba-4721-ad44-0af6d79eb0c0)\n\n```shell\npip install sd-tools\n```\n\nlaunch the Web UI\n\n```shell\nsdxl \\\n --model Lykon/dreamshaper-xl-lightning \\\n --scheduler 'DPM++ SDE Karras' \\\n --listen 8484\n```\n\nvisit [http://127.0.0.1:8484](http://127.0.0.1:8484)\n\nmore detailed instructions:\n\n- [commandline usage](doc/cli.md)\n- [http api](doc/api.md)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "command line tool for stable diffusion",
    "version": "1.6.0",
    "project_urls": {
        "Home": "https://github.com/zweifisch/sd-cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd21b1412dc2d2ae725dca2c52d4b63ea17fa2288fdb1f78cf706f0f69bfc951",
                "md5": "7660fe1292adcc490025a54203baf199",
                "sha256": "69fa374ca9de8a48f3b3b66e13009900da29daa4a76bc56a9180565e7005ef43"
            },
            "downloads": -1,
            "filename": "sd_tools-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7660fe1292adcc490025a54203baf199",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 81365,
            "upload_time": "2024-09-02T12:58:38",
            "upload_time_iso_8601": "2024-09-02T12:58:38.228807Z",
            "url": "https://files.pythonhosted.org/packages/fd/21/b1412dc2d2ae725dca2c52d4b63ea17fa2288fdb1f78cf706f0f69bfc951/sd_tools-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8c5f91800420c2fea020b220cb3db5a94899fda8c8aa7cc09bb2083ac526aa3",
                "md5": "85a0ed5ce695a1c74a31dd9416fa8f66",
                "sha256": "ae1f00b87178a3c898e48ae51a82f31bbe645c4b5dc1cd7e7d80921a9336e154"
            },
            "downloads": -1,
            "filename": "sd_tools-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85a0ed5ce695a1c74a31dd9416fa8f66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 955620,
            "upload_time": "2024-09-02T12:58:42",
            "upload_time_iso_8601": "2024-09-02T12:58:42.091281Z",
            "url": "https://files.pythonhosted.org/packages/f8/c5/f91800420c2fea020b220cb3db5a94899fda8c8aa7cc09bb2083ac526aa3/sd_tools-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 12:58:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zweifisch",
    "github_project": "sd-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sd_tools"
}
        
Elapsed time: 0.59617s