rahul7star commited on
Commit
561d7bb
·
verified ·
1 Parent(s): c185b57

Update generate.py

Browse files
Files changed (1) hide show
  1. generate.py +4 -0
generate.py CHANGED
@@ -35,6 +35,10 @@ EXAMPLE_PROMPT = {
35
  "prompt":
36
  "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage.",
37
  },
 
 
 
 
38
  }
39
 
40
 
 
35
  "prompt":
36
  "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage.",
37
  },
38
+ "ti2v-5B-Diff": {
39
+ "prompt":
40
+ "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage.",
41
+ },
42
  }
43
 
44