edit-anything


Nameedit-anything JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/xxx/xxxx
SummaryEditAnything
upload_time2023-05-07 08:57:30
maintainer
docs_urlNone
authoredit-anything
requires_python
licenseApache License 2.0
keywords editanything
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Install EditAnything In Local

## run by shell script
```shell
bash run.sh
```


## run by cli command

### client install
```
pip install editanything -U
```
### start service by cli command
``` 
editanything --host {host} --port {port} --device {cup|cuda}

--host:define web model visit host, default 0.0.0.0
--port: define web model visit port, default 9911
--device: used to specify the type of device for running models,support cup and cuda. default cpu.

example:
editanything --host 192.168.6.1 --port 9999 --device cpu
```
### local visit address

```
http://{host:port}
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xxx/xxxx",
    "name": "edit-anything",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "EditAnything",
    "author": "edit-anything",
    "author_email": "edit-anything@openmmlab.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/46/2f2007d08a3042b1353e1017073a29e3b76f2f6dc229ec79cd27ebedb2f0/edit-anything-0.0.5.tar.gz",
    "platform": null,
    "description": "# Install EditAnything In Local\n\n## run by shell script\n```shell\nbash run.sh\n```\n\n\n## run by cli command\n\n### client install\n```\npip install editanything -U\n```\n### start service by cli command\n``` \neditanything --host {host} --port {port} --device {cup|cuda}\n\n--host\uff1adefine web model visit host, default 0.0.0.0\n--port: define web model visit port, default 9911\n--device: used to specify the type of device for running models\uff0csupport cup and cuda. default cpu.\n\nexample\uff1a\neditanything --host 192.168.6.1 --port 9999 --device cpu\n```\n### local visit address\n\n```\nhttp://{host:port}\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "EditAnything",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/xxx/xxxx"
    },
    "split_keywords": [
        "editanything"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5dc5744c91b70114201a4786dc06434d120b1fcfc7f34b6c104e317eec54f991",
                "md5": "d089873e332938d993cb2ce89178f339",
                "sha256": "4be7e55a813708fdbc90afc34123e13cf8c8e061b923b9e8382dbf06e0a83524"
            },
            "downloads": -1,
            "filename": "edit_anything-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d089873e332938d993cb2ce89178f339",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 483147,
            "upload_time": "2023-05-07T08:57:26",
            "upload_time_iso_8601": "2023-05-07T08:57:26.969782Z",
            "url": "https://files.pythonhosted.org/packages/5d/c5/744c91b70114201a4786dc06434d120b1fcfc7f34b6c104e317eec54f991/edit_anything-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2462f2007d08a3042b1353e1017073a29e3b76f2f6dc229ec79cd27ebedb2f0",
                "md5": "30fe2bba64d8eafc15eeba28541e250e",
                "sha256": "2f0c075e8ae98c25ec7e8e153cb32c542dcadca4879eb34abb66ecad681c6321"
            },
            "downloads": -1,
            "filename": "edit-anything-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "30fe2bba64d8eafc15eeba28541e250e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 480071,
            "upload_time": "2023-05-07T08:57:30",
            "upload_time_iso_8601": "2023-05-07T08:57:30.093847Z",
            "url": "https://files.pythonhosted.org/packages/f2/46/2f2007d08a3042b1353e1017073a29e3b76f2f6dc229ec79cd27ebedb2f0/edit-anything-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-07 08:57:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xxx",
    "github_project": "xxxx",
    "github_not_found": true,
    "lcname": "edit-anything"
}
        
Elapsed time: 0.06581s