diffusion-webui


Namediffusion-webui JSON
Version 2.5.0 PyPI version JSON
download
home_pagehttps://github.com/kadirnar/diffusion-webui
SummaryPyTorch implementation of Diffusion Models
upload_time2023-06-03 09:59:01
maintainer
docs_urlNone
authorkadirnar
requires_python>=3.6
licenseOpen RAIL++-M
keywords diffusion stable diffusion controlnet webui image2image text2image inpaint canny depth hed mlsd pose seg scribble
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
<h2>
    Diffusion WebUI: Stable Diffusion + ControlNet + Inpaint
</h2>
<h4>
    <img width="700" alt="teaser" src="doc/data/logo.png">
<div>
    <a href="https://pepy.tech/project/diffusion-webui"><img src="https://pepy.tech/badge/diffusion-webui" alt="downloads"></a>
    <a href="https://badge.fury.io/py/diffusion-webui"><img src="https://badge.fury.io/py/diffusion-webui.svg" alt="pypi version"></a>
    <a href="https://huggingface.co/spaces/ArtGAN/Stable-Diffusion-ControlNet-WebUI"><img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg" alt="HuggingFace Spaces"></a>

</div>
</div>

This repo is a Stable Diffusion + ControlNet + Inpaint WebUI implementation.

### Installation
```bash
pip install diffusion-webui
```
### Usage
```python
from diffusion_webui import app

app()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kadirnar/diffusion-webui",
    "name": "diffusion-webui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "diffusion,stable diffusion,controlnet,webui,image2image,text2image,inpaint,canny,depth,hed,mlsd,pose,seg,scribble",
    "author": "kadirnar",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/fc/bb/5aa0d6b97cf2c6939b902af6a1f575b068cf4731f8a09d28d38e8bdacce6/diffusion-webui-2.5.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n<h2>\n    Diffusion WebUI: Stable Diffusion + ControlNet + Inpaint\n</h2>\n<h4>\n    <img width=\"700\" alt=\"teaser\" src=\"doc/data/logo.png\">\n<div>\n    <a href=\"https://pepy.tech/project/diffusion-webui\"><img src=\"https://pepy.tech/badge/diffusion-webui\" alt=\"downloads\"></a>\n    <a href=\"https://badge.fury.io/py/diffusion-webui\"><img src=\"https://badge.fury.io/py/diffusion-webui.svg\" alt=\"pypi version\"></a>\n    <a href=\"https://huggingface.co/spaces/ArtGAN/Stable-Diffusion-ControlNet-WebUI\"><img src=\"https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg\" alt=\"HuggingFace Spaces\"></a>\n\n</div>\n</div>\n\nThis repo is a Stable Diffusion + ControlNet + Inpaint WebUI implementation.\n\n### Installation\n```bash\npip install diffusion-webui\n```\n### Usage\n```python\nfrom diffusion_webui import app\n\napp()\n```\n",
    "bugtrack_url": null,
    "license": "Open RAIL++-M",
    "summary": "PyTorch implementation of Diffusion Models",
    "version": "2.5.0",
    "project_urls": {
        "Homepage": "https://github.com/kadirnar/diffusion-webui"
    },
    "split_keywords": [
        "diffusion",
        "stable diffusion",
        "controlnet",
        "webui",
        "image2image",
        "text2image",
        "inpaint",
        "canny",
        "depth",
        "hed",
        "mlsd",
        "pose",
        "seg",
        "scribble"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcbb5aa0d6b97cf2c6939b902af6a1f575b068cf4731f8a09d28d38e8bdacce6",
                "md5": "38a264971ed193e65a90d7d63763e4ab",
                "sha256": "bf0204b46c679b156fa42b5ec4c93d2ca1cdab23e92035e5a56a23269be6b42d"
            },
            "downloads": -1,
            "filename": "diffusion-webui-2.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "38a264971ed193e65a90d7d63763e4ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 13578,
            "upload_time": "2023-06-03T09:59:01",
            "upload_time_iso_8601": "2023-06-03T09:59:01.599461Z",
            "url": "https://files.pythonhosted.org/packages/fc/bb/5aa0d6b97cf2c6939b902af6a1f575b068cf4731f8a09d28d38e8bdacce6/diffusion-webui-2.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-03 09:59:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kadirnar",
    "github_project": "diffusion-webui",
    "github_not_found": true,
    "lcname": "diffusion-webui"
}
        
Elapsed time: 0.07346s