mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 04:56:40 +01:00
added private encrypted NIP90 jobs, use balance if available and ptag given
This commit is contained in:
@@ -46,7 +46,7 @@ class ImageGenerationDALLE(DVMTaskInterface):
|
||||
model = "dall-e-3"
|
||||
quality = "standard"
|
||||
|
||||
for tag in event.tags():
|
||||
for tag in event.tags:
|
||||
if tag.as_vec()[0] == 'i':
|
||||
input_type = tag.as_vec()[2]
|
||||
if input_type == "text":
|
||||
|
||||
Reference in New Issue
Block a user