Skip to content

Commit

Permalink
[Fix] Replace the download links in README with OpenXLab version (#2038)
Browse files Browse the repository at this point in the history
* first commit

* [Fix] fix bugs

* [Enhancemnt] update README

* Update README.md

* [Fix] Fix lint

* [Enhance] Release project ptp

* fix name error

* Update README.md

* delete assets

* update README.md

* Change download links in README

* Update template link in ti README
  • Loading branch information
FerryHuang authored Sep 20, 2023
1 parent 62b56b2 commit 9e55603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/textual_inversion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Text-to-image models offer unprecedented freedom to guide creation through natur

## Quick Start

1. Download [data](https://drive.google.com/drive/folders/1fmJMs25nxS_rSNqS5hTcRdLem_YQXbq5) and [template](https://drive.google.com/drive/folders/1SpByLKECISmj5fhkaicT4yrsyqqpWL_T?usp=drive_link)
1. Download [data](https://drive.google.com/drive/folders/1fmJMs25nxS_rSNqS5hTcRdLem_YQXbq5) and [template](https://openxlab.org.cn/datasets/ferry/ViCo/tree/main)(two txt files)
and save to `data`

The file structure will be like this:
Expand Down
4 changes: 2 additions & 2 deletions configs/vico/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Personalized text-to-image generation using diffusion models has recently been p

## Quick Start

1. Download [data](https://drive.google.com/drive/folders/1m8TCsY-C1tIOflHtWnFzTbw2C6dq67mC) and [templates](https://drive.google.com/drive/folders/1SpByLKECISmj5fhkaicT4yrsyqqpWL_T)
1. Download concept data and imagenet_templates_small.txt from [here](https://openxlab.org.cn/datasets/ferry/ViCo/tree/main).
and save to `data/vico/`

The file structure will be like this:
Expand Down Expand Up @@ -72,7 +72,7 @@ bash tools/dist_train.sh configs/vico/vico.py 4
python tools/train.py configs/vico/vico.py
```

4. Use the [pretrained checkpoins](https://drive.google.com/drive/folders/1GQGVzzOP2IgEfsQ-6ii6o2DqElnFThHM) to inference
4. Use the [pretrained checkpoins](https://openxlab.org.cn/models/detail/ferry/ViCo) to inference

```python
import torch
Expand Down

0 comments on commit 9e55603

Please sign in to comment.