You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ There is an HD video on [Youtube](https://www.youtube.com/watch?v=5DiKfONMnE4).
19
19
20
20
-[🪶 MagicQuill: An Intelligent Interactive Image Editing System](#-magicquill-an-intelligent-interactive-image-editing-system)
21
21
-[TODO List](#todo-list)
22
+
-[Update Log](#update-log)
22
23
-[Hardware Requirements](#hardware-requirements)
23
24
-[Setup](#setup)
24
25
-[Tutorial](#tutorial)
@@ -35,6 +36,10 @@ There is an HD video on [Youtube](https://www.youtube.com/watch?v=5DiKfONMnE4).
35
36
36
37
<imgsrc="docs/comfyui.png"width="50%" >
37
38
39
+
## Update Log
40
+
41
+
-[2024.11.21] Update the save button; Fix path bug on Windows; Add `.bat` and `.sh` files for convenient environment install on Windows and Linux.
42
+
38
43
## Hardware Requirements
39
44
40
45
- GPU is required to run MagicQuill. **Through our testing, we have confirmed that the model can run on GPUs with 8GB VRAM.**
@@ -43,9 +48,9 @@ For users with limited GPU resources, please try our [Huggingface Demo](https://
43
48
44
49
45
50
## Setup
46
-
If you are a Linux user, follow the following guide to set up the environment. If you are a Windows user, you may find [this](https://github.com/magic-quill/MagicQuill/issues/11) helpful.
51
+
Follow the following guide to set up the environment.
47
52
48
-
1. git clone repo
53
+
1. git clone repo. **Please don't forget the `--recursive` flag.** Otherwise, you will find `LLaVA` submodule missing.
@@ -57,20 +62,26 @@ If you are a Linux user, follow the following guide to set up the environment. I
57
62
```
58
63
If the .zip file is not accessible, download it via browser. All checkpoints are about 25 GB in total. It may take some time to download. Alternatively, check our checkpoints at [huggingface](https://huggingface.co/LiuZichen/MagicQuill-models).
59
64
65
+
---
66
+
67
+
If you are a Windows user, you may try to use `windows_setup.bat` to conveniently install environments. For Linux user, check `linux_setup.sh`.
68
+
69
+
Alternatively, follow the step-by-step installation guide.
0 commit comments