Skip to content

Commit 7d53d7d

Browse files
authored
Update README.md
1 parent 1b0ccef commit 7d53d7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ PS C:\Users\原神\Desktop>
5757

5858
# Example
5959
```py
60-
import os, time
60+
import os
61+
import cdebug
6162

6263
######################################################################################################################
6364
print("import torch")
@@ -94,8 +95,6 @@ vae = AutoencoderKLCogVideoX.from_pretrained(path, subfolder="vae", torch_dtype=
9495
print("START THE SHELL... Begin INTO DEBUG MODE....")
9596
######################################################################################################################
9697

97-
import cdebug
98-
9998
cdebug.main(globals())
10099
```
101100

0 commit comments

Comments
 (0)