-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gelbooru support ? #2
Comments
here is an exemple of response from the API :
|
The gelbooru api is unfortunately completely different than danboorus. I'll begin work on it, but I suspect it may take some time. |
Thank you ! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I don't have danbooru account, and don't want to, is it possible to support Gelbooru ?
Error logs :
I tried added gelbooru, not supported, tried to fallback on danbooru, did not work I assume because I don't have credentials.
JSON Code :
{"active": "Gelbooru", "negativeprompt": "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name", "boorus": [{"name": "Danbooru", "host": "https://danbooru.donmai.us", "username": "", "apikey": ""}, {"name": "AIBooru", "host": "https://aibooru.space", "username": "", "apikey": ""}, {"name": "Gelbooru", "host": "https://gelbooru.com", "username": "censored", "apikey": "censored"}]}
Bruh, I just tested with danbooru, limited to 2 tags... not really usefull to search with, Gelbooru don't have such stupids limitations...
Here is the query for gelbooru :
https://gelbooru.com/index.php?page=dapi&s=post&q=index&limit=6&pid=0&tags=-animated%201girl%20rating%3Ageneral (credential are send on POST form)
OR
https://gelbooru.com/index.php?page=dapi&s=post&q=index&limit=6&pid=0&tags=-animated 1girl rating%3Ageneral&user_id=__ID__&api_key=__API_KEY__
This would return an xml-like file like danbooru.
The text was updated successfully, but these errors were encountered: