wcy1122 commited on
Commit
069fbf1
·
1 Parent(s): 87a8d9f

update readme

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -1,18 +1,13 @@
1
- # DreamOmni2
2
- This project is the official implementation of 'DreamOmni2: Multimodal Instruction-based Editing and Generation''
 
 
 
 
 
 
 
 
 
3
 
4
- ## Web Demo
5
- ```
6
- CUDA_VISIBLE_DEVICES=0 python web_edit.py \
7
- --vlm_path PATH_TO_VLM \
8
- --edit_lora_path PATH_TO_DEIT_LORA \
9
- --server_name "0.0.0.0" \
10
- --server_port 7860
11
-
12
-
13
- CUDA_VISIBLE_DEVICES=1 python web_generate.py \
14
- --vlm_path PATH_TO_VLM \
15
- --gen_lora_path PATH_TO_GENERATION_LORA \
16
- --server_name "0.0.0.0" \
17
- --server_port 7861
18
- ```
 
1
+ ---
2
+ title: DreamOmni2 Edit
3
+ emoji: 🌖
4
+ colorFrom: pink
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.49.1
8
+ app_file: app.py
9
+ pinned: false
10
+ short_description: Multimodal Instruction-based Editing and Generation
11
+ ---
12
 
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference