Search found 399 matches

by nou nou
Thu Mar 28, 2024 4:45 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

Midjourney communication is a bit different as it may potentially make several calls before job gets scheduled. You may want to make sure you have enough available connections to serve other requests. CPU-wise those Midjourney tasks are very light but they will hug connection until they done. BTW w...
by nou nou
Thu Mar 28, 2024 4:43 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E (OpenAI) and Stable Diffusion (Stability AI) support

That's actually very easy to do, see steps to set it up . On my board I added Bender, check him out . Thank you! I've seen that, but I meant something like this one: https://chat.openai.com/g/g-82dEDeoN3-murder-mystery-mayhem Which has been pre-trained, potentially (probably) not just with a prompt...
by nou nou
Thu Mar 28, 2024 12:39 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

Another small report - when using Midjourney I have been experiencing quite severe forum slowdowns (on the machine actually doing the requests, so far not from other connections) and some 503 errors: Midjourney error.png Midjourney error2.png These are happening AFTER the communication with Midjourn...
by nou nou
Thu Mar 28, 2024 12:36 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E (OpenAI) and Stable Diffusion (Stability AI) support

Hello @privet.fun, In Open AI plateform I created an assistant and I trained him (or it :D ) for some custom answers. I gave hime some files etc ... Any chance to use this created assistant in my forum. I don't know wich lines I should modify in params like adding /v1/assistants (mabe the also the ...
by nou nou
Sat Mar 23, 2024 5:26 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

There are several extensions that seem to do what you just described: - Live topic update: https://github.com/GerB/livetopicupdate - Push notifications: https://github.com/lavigor/notifications. I'm planning to try it at some point, as it seems to be much more in line with my own needs. Yes, I'm us...
by nou nou
Thu Mar 21, 2024 3:09 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

Midjourney my absolute favorite, I'm in a process of adding face swap https://useapi.net/docs/api-faceswap-v1 and animation https://useapi.net/docs/api-pika-v1. Both seems to be free to use, assuming you already have that useapi subscription going. Once that is done Claude by anthropic.com will fol...
by nou nou
Wed Mar 20, 2024 10:32 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

Small update!

So far I have successfully tested:

- ChatGPT
- DALL-E
- Gemini
- Gemini Vision
- Midjourney
- Stable Diffusion

all following your excellent guides on GitHub. Everything works like a treat - fantastic work!

My configuration is phpBB 3.3.8 running on PHP7.4
by nou nou
Wed Mar 20, 2024 3:50 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

Make sure your webserver configuration support more than one active connection at the time and can scale up if needed. For every active (ongoing) call there will be separate http connection on your webserver for a duration of communication between bot and whatever AI client your are using (except M...
by nou nou
Fri Mar 15, 2024 7:32 am
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

Quick question - when the extension is “working”, i.e. waiting for a response, should the forum experience delays if you try to access it at the same time? So for example I would ask ChatGPT a question in one browser, and then while it’s waiting I want to use the forum in a different browser. That s...
by nou nou
Thu Mar 14, 2024 8:51 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support

The issue has been resolved. All is well and HEAD works just fine too - thank you for your help!

Off to do some more testing now :)
by nou nou
Thu Mar 14, 2024 9:48 am
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E (OpenAI) and Stable Diffusion (Stability AI) support

If this works I'll probably make it default behavior, HEAD vs GET does not really save much here but will avoid issues like yours. Interesting - it doesn't: 173.236.152.118 - - [14/Mar/2024:02:44:44 -0700] "GET /wesuckless/app.php/ailabs/chatgpt?job_id=22&sid=198e3854848d415b0c068e3294...
by nou nou
Wed Mar 13, 2024 9:28 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E (OpenAI) and Stable Diffusion (Stability AI) support

Here's the code line where the extension makes a HEAD call to the above UR: https://github.com/privet-fun/phpbb_ailabs/blob/f0929ad8214c734e68c1ec678b54eef6149617a0/privet/ailabs/event/listener.php#L229 Something is preventing the call from reaching your server or perhaps there's an exception somew...
by nou nou
Sat Feb 24, 2024 9:27 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E, Gemini, Gemini Vision and Stable Diffusion support
Replies: 104
Views: 14941

Re: [3.2][3.3][RC] AI Labs with Midjourney, ChatGPT, DALL-E (OpenAI) and Stable Diffusion (Stability AI) support

Also a request for the image generation ones... Would it be at all possible to combine your extension with this one: https://www.phpbb.com/customise/db/extension/imgur/ So that, optionally, the images wouldn't be uploaded to the forum server, but to Imgur. That would be amazing for people with limit...
by nou nou
Sat Feb 24, 2024 12:02 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] Flip BBCode
Replies: 8
Views: 1663

Re: [3.2][3.3][RC] Flip BBCode

Will try this out! Very useful for before/after images :)

Go to advanced search