mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 15:26:26 +01:00
add stable video diffusion, gif conversion
This commit is contained in:
@@ -20,6 +20,8 @@ class EventDefinitions:
|
||||
KIND_NIP90_RESULT_GENERATE_IMAGE = 6100
|
||||
KIND_NIP90_CONVERT_VIDEO = 5200
|
||||
KIND_NIP90_RESULT_CONVERT_VIDEO = 6200
|
||||
KIND_NIP90_GENERATE_VIDEO = 5202
|
||||
KIND_NIP90_RESULT_GENERATE_VIDEO = 6202
|
||||
KIND_NIP90_CONTENT_DISCOVERY = 5300
|
||||
KIND_NIP90_RESULT_CONTENT_DISCOVERY = 6300
|
||||
KIND_NIP90_PEOPLE_DISCOVERY = 5301
|
||||
@@ -38,6 +40,7 @@ class EventDefinitions:
|
||||
KIND_NIP90_RESULT_CONVERT_VIDEO,
|
||||
KIND_NIP90_RESULT_CONTENT_DISCOVERY,
|
||||
KIND_NIP90_RESULT_PEOPLE_DISCOVERY,
|
||||
KIND_NIP90_RESULT_GENERATE_VIDEO,
|
||||
KIND_NIP90_RESULT_GENERIC]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user