[civitai] add 'generate' extractor (#7796)

This commit is contained in:
Mike Fährmann
2025-07-18 18:34:17 +02:00
parent fee14e0055
commit 67a4472bc2
4 changed files with 45 additions and 5 deletions

View File

@@ -512,5 +512,10 @@ __tests__ = (
"#exception": exception.AuthorizationError,
},
{
"#url" : "https://civitai.com/generate",
"#class" : civitai.CivitaiGenerateExtractor,
"#auth" : True,
},
)