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
- Host: GitHub
- URL: https://github.com/shunk031/tango-textual-inversion
- Owner: shunk031
- Created: 2022-10-27T13:16:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T09:44:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T17:53:44.866Z (5 months ago)
- Topics: ai2-tango, diffusers, tango, textual-inversion
- Language: Python
- Homepage:
- Size: 5.84 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`

## Watch the workspace with `tango server`
```shell
poetry run tango server -w workspace/
```