tango-textual-inversion


Nametango-textual-inversion JSON
Version 0.0.1 PyPI version JSON
download
home_page
Summaryallenai/tango version of textual inversion
upload_time2023-08-23 09:45:27
maintainer
docs_urlNone
authorShunsuke KITADA
requires_python>=3.9,<3.12
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [`allenai/tango`](https://github.com/allenai/tango) version of [`textual inversion`](https://arxiv.org/abs/2208.01618)

## Install dependencies

```shell
poetry install
```

## Login through `huggingface-cli`

```shell
poetry run huggingface-cli login
```

## Run a tango experiment

```shell
poetry run tango run configs/textual_inversion.jsonnet -w workspace
```

## Examples of generated image

- Prompt: `A <cat-toy> backpack`

![](./cat-backpack.png)


## Watch the workspace with `tango server`

```shell
poetry run tango server -w workspace/
```

![](./tango_server.png)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tango-textual-inversion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "Shunsuke KITADA",
    "author_email": "shunsuke.kitada.0831@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/bd/36134c60b4ab3d4c0a8d2e7db75adb3f5cde6d1c725b2c205023ed0968a8/tango_textual_inversion-0.0.1.tar.gz",
    "platform": null,
    "description": "# [`allenai/tango`](https://github.com/allenai/tango) version of [`textual inversion`](https://arxiv.org/abs/2208.01618)\n\n## Install dependencies\n\n```shell\npoetry install\n```\n\n## Login through `huggingface-cli`\n\n```shell\npoetry run huggingface-cli login\n```\n\n## Run a tango experiment\n\n```shell\npoetry run tango run configs/textual_inversion.jsonnet -w workspace\n```\n\n## Examples of generated image\n\n- Prompt: `A <cat-toy> backpack`\n\n![](./cat-backpack.png)\n\n\n## Watch the workspace with `tango server`\n\n```shell\npoetry run tango server -w workspace/\n```\n\n![](./tango_server.png)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "allenai/tango version of textual inversion",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19783756b34117c85c47b9f9c0d1626608fe7951ad52db37e9353ad496e565cb",
                "md5": "3fc6c49fd2b59677fb8b461357e1958a",
                "sha256": "b140551b873a66e18d46f3fe7cbbf88a2997b82927637cc11a117186113b7a6d"
            },
            "downloads": -1,
            "filename": "tango_textual_inversion-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3fc6c49fd2b59677fb8b461357e1958a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.12",
            "size": 12922,
            "upload_time": "2023-08-23T09:45:26",
            "upload_time_iso_8601": "2023-08-23T09:45:26.214933Z",
            "url": "https://files.pythonhosted.org/packages/19/78/3756b34117c85c47b9f9c0d1626608fe7951ad52db37e9353ad496e565cb/tango_textual_inversion-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9bd36134c60b4ab3d4c0a8d2e7db75adb3f5cde6d1c725b2c205023ed0968a8",
                "md5": "9255065f16e70b0fbc157fd56d9e3355",
                "sha256": "e1344825b21af2590f7d5eb9619770f5988dc3493fecc6271fa70537c730033e"
            },
            "downloads": -1,
            "filename": "tango_textual_inversion-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9255065f16e70b0fbc157fd56d9e3355",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.12",
            "size": 7763,
            "upload_time": "2023-08-23T09:45:27",
            "upload_time_iso_8601": "2023-08-23T09:45:27.251728Z",
            "url": "https://files.pythonhosted.org/packages/d9/bd/36134c60b4ab3d4c0a8d2e7db75adb3f5cde6d1c725b2c205023ed0968a8/tango_textual_inversion-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-23 09:45:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tango-textual-inversion"
}
        
Elapsed time: 0.10713s