Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ All models and inference code are released!
|
|
19 |
## TODOs
|
20 |
- [x] Release the multimodal foundation model SEED-X.
|
21 |
- [x] Release the instruction-tuned model SEED-X-Edit for high-precision image editing.
|
22 |
-
- [
|
23 |
|
24 |
![image](https://github.com/AILab-CVC/SEED-X/blob/main/demos/teaser.jpg?raw=true)
|
25 |
|
@@ -45,6 +45,12 @@ Clone the repo and install dependent packages
|
|
45 |
### Model Weights
|
46 |
We release the pretrained De-Tokenizer, the pre-trained foundation model **SEED-X**, the general instruction-tuned model **SEED-X-I**, the editing model **SEED-X-Edit** in in [SEED-X-17B Hugging Face](https://huggingface.co/AILab-CVC/SEED-X-17B).
|
47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
Please download the checkpoints and save them under the folder `./pretrained`. For example, `./pretrained/seed_x`.
|
49 |
|
50 |
You also need to download [stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) and [Qwen-VL-Chat](https://huggingface.co/Qwen/Qwen-VL-Chat), and save them under the folder `./pretrained`. Please use the following script to extract the weights of visual encoder in Qwen-VL-Chat.
|
|
|
19 |
## TODOs
|
20 |
- [x] Release the multimodal foundation model SEED-X.
|
21 |
- [x] Release the instruction-tuned model SEED-X-Edit for high-precision image editing.
|
22 |
+
- [x] Release 3.7M in-house image editing data.
|
23 |
|
24 |
![image](https://github.com/AILab-CVC/SEED-X/blob/main/demos/teaser.jpg?raw=true)
|
25 |
|
|
|
45 |
### Model Weights
|
46 |
We release the pretrained De-Tokenizer, the pre-trained foundation model **SEED-X**, the general instruction-tuned model **SEED-X-I**, the editing model **SEED-X-Edit** in in [SEED-X-17B Hugging Face](https://huggingface.co/AILab-CVC/SEED-X-17B).
|
47 |
|
48 |
+
You can also download them separately as below,
|
49 |
+
- Check the SEED-X de-tokenizer weights in [AILab-CVC/seed-x-17b-de-tokenizer](https://huggingface.co/AILab-CVC/seed-x-17b-de-tokenizer)
|
50 |
+
- Check the pre-trained foundation model **SEED-X** weights in [AILab-CVC/seed-x-17b-pretrain](https://huggingface.co/AILab-CVC/seed-x-17b-pretrain)
|
51 |
+
- Check the general instruction-tuned model **SEED-X-I** weights in [AILab-CVC/seed-x-17b-instruct](https://huggingface.co/AILab-CVC/seed-x-17b-instruct)
|
52 |
+
- Check the editing model **SEED-X-Edit** weights in [AILab-CVC/seed-x-17b-edit](https://huggingface.co/AILab-CVC/seed-x-17b-edit)
|
53 |
+
|
54 |
Please download the checkpoints and save them under the folder `./pretrained`. For example, `./pretrained/seed_x`.
|
55 |
|
56 |
You also need to download [stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) and [Qwen-VL-Chat](https://huggingface.co/Qwen/Qwen-VL-Chat), and save them under the folder `./pretrained`. Please use the following script to extract the weights of visual encoder in Qwen-VL-Chat.
|