RSS/Atom feed Twitter
Site is read-only, email is disabled

AI algorithms in GIMP - Style Transfer

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

AI algorithms in GIMP - Style Transfer Davide Sandona' via gimp-developer-list 20 Feb 16:54
  AI algorithms in GIMP - Style Transfer Maitraya Bhattacharyya via gimp-developer-list 20 Feb 17:18
  AI algorithms in GIMP - Style Transfer Tobias Jakobs via gimp-developer-list 21 Feb 14:57
   AI algorithms in GIMP - Style Transfer Davide Sandona' via gimp-developer-list 21 Feb 16:38
Davide Sandona' via gimp-developer-list
2019-02-20 16:54:15 UTC (about 5 years ago)

AI algorithms in GIMP - Style Transfer

Hello everyone,

I too was interested about the integration of AI algorithms into GIMP.

I created a GIMP plugin that implement the style transfer technique. You can see the code in the following repository [1], as well as the instructions to get it working. Into this plugin I have integrated two different style transfer implementations, and possibly more will follow.

Feel free to take a look at the code and try it. Just keep in mind that it is an highly experimental plugin, it is not meant for regular end users.

Let me know if you find any errors that should be fixed.

[1] https://github.com/Davide-sd/GIMP-style-transfer

Davide.

Maitraya Bhattacharyya via gimp-developer-list
2019-02-20 17:18:48 UTC (about 5 years ago)

AI algorithms in GIMP - Style Transfer

Hi Davide,

I will use this code as reference as I have never made a plugin myself.

Thanks for this!

Maitraya

On Wed 20 Feb, 2019, 10:24 PM Davide Sandona' via gimp-developer-list < gimp-developer-list@gnome.org wrote:

Hello everyone,

I too was interested about the integration of AI algorithms into GIMP.

I created a GIMP plugin that implement the style transfer technique. You can see the code in the following repository [1], as well as the instructions to get it working. Into this plugin I have integrated two different style transfer implementations, and possibly more will follow.

Feel free to take a look at the code and try it. Just keep in mind that it is an highly experimental plugin, it is not meant for regular end users.

Let me know if you find any errors that should be fixed.

[1] https://github.com/Davide-sd/GIMP-style-transfer

Davide. _______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership:
https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

Tobias Jakobs via gimp-developer-list
2019-02-21 14:57:10 UTC (about 5 years ago)

AI algorithms in GIMP - Style Transfer

Hi Davide,

that's cool. The problem I have is that you use Tensorflow and that is CUDA/nvidia only. I have two notebooks but non with nvidia card. I think it would be better to have a AI with a CPU fallback.

Regards, Tobias

Am Mi., 20. Feb. 2019 um 17:54 Uhr schrieb Davide Sandona' via gimp-developer-list :

Hello everyone,

I too was interested about the integration of AI algorithms into GIMP.

I created a GIMP plugin that implement the style transfer technique. You can see the code in the following repository [1], as well as the instructions to get it working. Into this plugin I have integrated two different style transfer implementations, and possibly more will follow.

Feel free to take a look at the code and try it. Just keep in mind that it is an highly experimental plugin, it is not meant for regular end users.

Let me know if you find any errors that should be fixed.

[1] https://github.com/Davide-sd/GIMP-style-transfer

Davide. _______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list

Davide Sandona' via gimp-developer-list
2019-02-21 16:38:03 UTC (about 5 years ago)

AI algorithms in GIMP - Style Transfer

Hello Tobias,

the plugin can definitely works on CPU only. I developed it on an old PC without cuda-capable GPU. Tensorflow CAN run on CPU only!!! A cuda-capable gpu card will perform the computation much faster, still the plugin will work with no problems on CPU. :)

Regards,

Davide.

Il giorno gio 21 feb 2019 alle ore 15:57 Tobias Jakobs < tobias.jakobs@gmail.com> ha scritto:

Hi Davide,

that's cool. The problem I have is that you use Tensorflow and that is CUDA/nvidia only. I have two notebooks but non with nvidia card. I think it would be better to have a AI with a CPU fallback.

Regards, Tobias

Am Mi., 20. Feb. 2019 um 17:54 Uhr schrieb Davide Sandona' via gimp-developer-list :

Hello everyone,

I too was interested about the integration of AI algorithms into GIMP.

I created a GIMP plugin that implement the style transfer technique. You can see the code in the following repository [1], as well as the instructions to get it working. Into this plugin I have integrated two different style transfer implementations, and possibly more will follow.

Feel free to take a look at the code and try it. Just keep in mind that

it

is an highly experimental plugin, it is not meant for regular end users.

Let me know if you find any errors that should be fixed.

[1] https://github.com/Davide-sd/GIMP-style-transfer

Davide. _______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership:

https://mail.gnome.org/mailman/listinfo/gimp-developer-list

List archives: https://mail.gnome.org/archives/gimp-developer-list