[3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
nou nou
Registered User
Posts: 676
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

privet.fun wrote: Mon May 06, 2024 1:05 am Meanwhile you can just change field type yourself, it's really easy.
Should I do this straight in the database or make a schema file?
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

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

Post by privet.fun »

nou nou wrote: Sat May 18, 2024 4:41 pm
privet.fun wrote: Mon May 06, 2024 1:05 am Meanwhile you can just change field type yourself, it's really easy.
Should I do this straight in the database or make a schema file?
For MySQL/MariaDB it will be something like this:

ALTER TABLE <YOUR0-SCHEMA-PREFIX>_ailabs_jobs CHANGE request request MEDIUMTEXT CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL;

Or you can edit it manually in phpMyAdmin
User avatar
nou nou
Registered User
Posts: 676
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

Found it :)

That was very easy indeed - thank you again!
User avatar
nou nou
Registered User
Posts: 676
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

I may have reported this, or something very similar, before but not sure if this was with Midjourney or another one. Getting a lot of these today:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/privet/ailabs/event/listener.php on line 222: get_headers(<my website>/ailabs/midjourney?job_id=380&amp;sid=836931331e35d1d333b2f329c9c28bd2): failed to open stream: HTTP request failed!
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 1813: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3035)
Lord Phobos
Registered User
Posts: 935
Joined: Tue May 18, 2004 11:41 pm

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

Post by Lord Phobos »

I've done the Pika setup and it's working fine, but as I wanted more quality and longer videos I additionaly subscribed to Pika for 10 dollars/month.
On my board nothing changes, I suspect I have wasted my money... something I should change?
User avatar
nou nou
Registered User
Posts: 676
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

Lord Phobos wrote: Thu May 30, 2024 8:35 pm something I should change?
Different service I'm afraid, I reported that here: viewtopic.php?p=16011532#p16011532
Lord Phobos
Registered User
Posts: 935
Joined: Tue May 18, 2004 11:41 pm

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

Post by Lord Phobos »

nou nou wrote: Fri May 31, 2024 1:21 am
Lord Phobos wrote: Thu May 30, 2024 8:35 pm something I should change?
Different service I'm afraid, I reported that here: viewtopic.php?p=16011532#p16011532
Now I'm very sad.
The basic function of Pika is very, very, very poor.
Lord Phobos
Registered User
Posts: 935
Joined: Tue May 18, 2004 11:41 pm

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

Post by Lord Phobos »

Does replying with quote "a selected action U1 • U2 • U3 • U4 • 🔄 • V1 • V2 • V3 • V4 • Seed" has any effect on the board for Midjourney?
It's very useful on Midjourney via discord, would be nice if it was working on the forum too.
User avatar
nou nou
Registered User
Posts: 676
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

yes, just quote the midjourney post and add U1 as a response for example.
User avatar
nou nou
Registered User
Posts: 676
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

nou nou wrote: Wed May 22, 2024 11:06 pm I may have reported this, or something very similar, before but not sure if this was with Midjourney or another one. Getting a lot of these today:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/privet/ailabs/event/listener.php on line 222: get_headers(<my website>/ailabs/midjourney?job_id=380&amp;sid=836931331e35d1d333b2f329c9c28bd2): failed to open stream: HTTP request failed!
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 1813: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3035)
Update!

My server has been migrated to a VPS and no more of these messages for several days now :) Yay!
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

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

Post by privet.fun »

nou nou wrote: Wed Jun 05, 2024 9:45 am My server has been migrated to a VPS and no more of these messages for several days now :) Yay!
That's great!
I'm curious what VPS you're using (specs/price)?
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

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

Post by privet.fun »

Lord Phobos wrote: Fri May 31, 2024 9:18 am
nou nou wrote: Fri May 31, 2024 1:21 am

Different service I'm afraid, I reported that here: viewtopic.php?p=16011532#p16011532
Now I'm very sad.
The basic function of Pika is very, very, very poor.
I agree, Pika's Discord version is not very good (but it is free).
They do have a web version, but I don't think useapi.net supports it.
I also suspect that the web version is not different in terms of quality, the ability to create longer videos won't compensate for poor generation quality.

I noticed that PixVerse (a competitor to Pika?) support was released recently https://useapi.net/docs/api-pixverse-v1, but I haven't looked into it yet. The PixVerse Discord channel has a bunch of examples, and they do look better compared to Pika's (probably hand-picked :)).
It should be easy to add support for it to the phpBB plugin, as the API is almost identical to Pika's.
I'll look into this in June.
Lord Phobos
Registered User
Posts: 935
Joined: Tue May 18, 2004 11:41 pm

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

Post by Lord Phobos »

Great, I'll keep following this thread for news.
User avatar
nou nou
Registered User
Posts: 676
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

privet.fun wrote: Wed Jun 05, 2024 8:34 pm
nou nou wrote: Wed Jun 05, 2024 9:45 am My server has been migrated to a VPS and no more of these messages for several days now :) Yay!
That's great!
I'm curious what VPS you're using (specs/price)?
Sent PM :)
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

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

Post by privet.fun »

I added a ton of new features:

✅ Added citation links are optionally provided by Gemini 1.5+. Notice the example URL links at the bottom of the reply.
✅ Stable Diffusion V3 tutoral and examples.
✅ Face Swap tutoral and examples.
✅ PixVerse • AI text/text+image to video tutoral and examples.
✅ PixVerse_MemeFace • AI text+image to video tutoral and examples.
✅ Link to API help page along with the API command will be provided within the reply (where applicable).

Will try to release this weekend as v2.0.0.

PixVerse, similar to Pika, appears to be completely free.
Face Swap is free, but some features are only available in the paid version. This does not seem to impact generation in any way.

PS
If you're curios here's quick comparison: Midjourney vs Stable Diffusion V3 vs Stable Diffusion V2 vs DALL-E 2 vs Pika vs PixVerse
PixVerse is actually pretty good.

Return to “Extensions in Development”