Skip to content

Commit 8d19107

Browse files
authoredNov 13, 2023
Update README.md
1 parent 397ec30 commit 8d19107

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Now you can generate high-resolution videos on SDXL **with/without** personalized models. Checkpoint with better quality would be available soon. Stay tuned.
44

55
## Somethings Important
6-
- Generate videos with high-resolution (we provide recommended ones) as SDXL usually leads to worse quality for low-resolution images.
6+
- Generate videos with high-resolution (we provide recommended ones) as SDXL usually leads to worse quality for low-resolution images.
7+
- Quality strongly depends on the sampler and #sampling stepes (we use EulerDiscrete sampler for 100 steps). Be careful.
78
- Follow and slightly adjust the hyperparameters (e.g., #sampling steps, #guidance scale) of various personalized SDXL since these models are carefully tuned to various extent.
89

910
## Model Zoo
@@ -148,4 +149,4 @@ n_prompt:
148149
Then run the following commands.
149150
```
150151
python -m scripts.animate --exp_config [path to the personalized config] --L [video frames] --H [Height of the videos] --W [Width of the videos] --xformers
151-
```
152+
```

0 commit comments

Comments
 (0)
Please sign in to comment.