docs(readme): update
Browse files
README.md
CHANGED
@@ -45,12 +45,6 @@ Before running the code, download the stable diffusion model. Append `diffuser.d
|
|
45 |
|
46 |
**Prompt:** An image of Batman. full body action pose, complete detailed body. white background. empty background, high
|
47 |
quality, 4K, ultra realistic <br/>
|
48 |
-
**Preview:**
|
49 |
-
|
50 |
-
| attn-map | bg init | fg init | bg final | fg final | final |
|
51 |
-
|------------------------------------------------|---------------------------------------------------|---------------------------------------------------|----------------------------------------------------|----------------------------------------------------|--------------------------------------------------|
|
52 |
-
| <img src="./assets/SIVE-astronaut-1/attn.png"> | <img src="./assets/SIVE-astronaut-1/init_bg.svg"> | <img src="./assets/SIVE-astronaut-1/init_fg.svg"> | <img src="./assets/SIVE-astronaut-1/final_bg.svg"> | <img src="./assets/SIVE-astronaut-1/final_fg.svg"> | <img src="./assets/SIVE-astronaut-1/result.svg"> |
|
53 |
-
|
54 |
**Script:**
|
55 |
|
56 |
```shell
|
@@ -69,6 +63,14 @@ append `x.vpsd.n_particle=4` to the end of the script.
|
|
69 |
|
70 |
### SIVE
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
**Script:**
|
73 |
|
74 |
```shell
|
|
|
45 |
|
46 |
**Prompt:** An image of Batman. full body action pose, complete detailed body. white background. empty background, high
|
47 |
quality, 4K, ultra realistic <br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
**Script:**
|
49 |
|
50 |
```shell
|
|
|
63 |
|
64 |
### SIVE
|
65 |
|
66 |
+
**Prompt:** an astronaut walking across a desert, planet mars in the background, floating beside planets, space art <br/>
|
67 |
+
**Preview:**
|
68 |
+
|
69 |
+
| attn-map | bg init | fg init | bg final | fg final | final |
|
70 |
+
|------------------------------------------------|---------------------------------------------------|---------------------------------------------------|----------------------------------------------------|----------------------------------------------------|--------------------------------------------------|
|
71 |
+
| <img src="./assets/SIVE-astronaut-1/attn.png"> | <img src="./assets/SIVE-astronaut-1/init_bg.svg"> | <img src="./assets/SIVE-astronaut-1/init_fg.svg"> | <img src="./assets/SIVE-astronaut-1/final_bg.svg"> | <img src="./assets/SIVE-astronaut-1/final_fg.svg"> | <img src="./assets/SIVE-astronaut-1/result.svg"> |
|
72 |
+
|
73 |
+
|
74 |
**Script:**
|
75 |
|
76 |
```shell
|