Shufan Li commited on
Commit ·
6f7921a
1
Parent(s): f8d733f
del unused
Browse files
readme.MD
DELETED
|
@@ -1,30 +0,0 @@
|
|
| 1 |
-
# InstructAny2Pix: Flexible Visual Editing via Multimodal Instruction Following
|
| 2 |
-
|
| 3 |
-
PyTorch implementation of InstructAny2Pix: Flexible Visual Editing via Multimodal Instruction Following
|
| 4 |
-
|
| 5 |
-
Shufan Li1* Harkanwar Singh Aditya Grover
|
| 6 |
-
|
| 7 |
-
University of California, Los Angeles
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-

|
| 11 |
-
## Installation
|
| 12 |
-
|
| 13 |
-
```
|
| 14 |
-
conda create --name instructany2pix python=3.10
|
| 15 |
-
conda activate instructany2pix
|
| 16 |
-
conda install ffmpeg
|
| 17 |
-
pip3 install torch torchvision torchaudio
|
| 18 |
-
pip3 install -r requirements.txt
|
| 19 |
-
pip install git+https://github.com/facebookresearch/ImageBind.git --no-deps
|
| 20 |
-
```
|
| 21 |
-
|
| 22 |
-
## Running
|
| 23 |
-
|
| 24 |
-
To serve gradio app, run
|
| 25 |
-
```
|
| 26 |
-
python serve.py
|
| 27 |
-
```
|
| 28 |
-
|
| 29 |
-
Alternatively, one can check `demo.ipynb` for a notebook demo
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|