An open API service indexing awesome lists of open source software.

https://github.com/shunk031/tango-textual-inversion

allenai/tango version of textual inversion
https://github.com/shunk031/tango-textual-inversion

ai2-tango diffusers tango textual-inversion

Last synced: 3 months ago
JSON representation

allenai/tango version of textual inversion

Awesome Lists containing this project

README

        

# [`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 backpack`

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

## Watch the workspace with `tango server`

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

![](./tango_server.png)