Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ pip install -e ".[all]"
|
|
| 23 |
|
| 24 |
### Enable VRAM Management
|
| 25 |
|
| 26 |
-
Run the following code to perform inference using DiffSynth-Studio. VRAM management will be automatically enabled. The actual VRAM usage depends on the available VRAM on your GPU; a minimum of
|
| 27 |
|
| 28 |
#### FL2VA (Text-to-Video/Audio):
|
| 29 |
|
|
@@ -160,7 +160,7 @@ write_video_audio(
|
|
| 160 |
|
| 161 |
### Extreme Hardware Optimization
|
| 162 |
|
| 163 |
-
If your computing device has extremely limited performance, we support enabling direct disk-to-VRAM loading. With this configuration, tensors in the model are loaded from disk to VRAM one by one according to the computation order. This allows the model to run with only
|
| 164 |
|
| 165 |
```diff
|
| 166 |
vram_config = {
|
|
|
|
| 23 |
|
| 24 |
### Enable VRAM Management
|
| 25 |
|
| 26 |
+
Run the following code to perform inference using DiffSynth-Studio. VRAM management will be automatically enabled. The actual VRAM usage depends on the available VRAM on your GPU; a minimum of 8GB VRAM is required to run.
|
| 27 |
|
| 28 |
#### FL2VA (Text-to-Video/Audio):
|
| 29 |
|
|
|
|
| 160 |
|
| 161 |
### Extreme Hardware Optimization
|
| 162 |
|
| 163 |
+
If your computing device has extremely limited performance, we support enabling direct disk-to-VRAM loading. With this configuration, tensors in the model are loaded from disk to VRAM one by one according to the computation order. This allows the model to run with only 8GB of RAM:
|
| 164 |
|
| 165 |
```diff
|
| 166 |
vram_config = {
|