Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discuss
  3. AI on Cloudron

AI on Cloudron

Scheduled Pinned Locked Moved Discuss
a.i
250 Posts 15 Posters 99.6k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LoudLemur
    wrote on last edited by
    #109

    https://lambdalabs.com/papers

    $1.99/hour for Nvidia H100 80GB GPU

    Enjoy the amazing graphics in this paper!
    https://invidious.lunar.icu/watch?v=ffarLQDQmC4

    marcusquinnM 1 Reply Last reply
    0
    • jdaviescoatesJ Online
      jdaviescoatesJ Online
      jdaviescoates
      wrote on last edited by jdaviescoates
      #110

      Nothing really to do with AI on Cloudron, but just tapping into the knowledge of the people watching this space who are contributing to this thread:

      I had an idea I like which AI could probably help with/ be a good fit for:

      1. give an AI access to an ebook library
      2. ask an AI write summaries of those books
      3. ask an AI to turn those summaries into scripts for 2 minute animated video summaries
      4. ask an AI to create those animations based on those scripts.
      5. ask an AI to publish those videos to a PeerTube/ TikTok/ YouTube/ Twitter/ Facebook Shorts/ Instagram channel etc etc

      I'm presuming that this might already be perfectly possible with already existing tools, but I've no idea how one might go about it. Can anyone here enlighten me/ give me a few pointers.

      I had this idea because one of my favourite books is "The Resilience Imperative: Cooperative Transitions to a Steady-state Economy" by Michael Lewis and Pat Conaty, and I've often thought that a short animated video version would be really great.

      And as I'm about to start some work with Michael Lewis (helping to promote the next iteration of Synergia Institute's MOOC "Toward Co-operative Commonwealth: Transition in a Perilous Century") I reminded myself of that idea and then thought: AI could probably do it for me! And then figured if it could do it for one book why not All The Books! πŸ™‚

      I use Cloudron with Gandi & Hetzner

      L 2 Replies Last reply
      2
      • jdaviescoatesJ jdaviescoates

        Nothing really to do with AI on Cloudron, but just tapping into the knowledge of the people watching this space who are contributing to this thread:

        I had an idea I like which AI could probably help with/ be a good fit for:

        1. give an AI access to an ebook library
        2. ask an AI write summaries of those books
        3. ask an AI to turn those summaries into scripts for 2 minute animated video summaries
        4. ask an AI to create those animations based on those scripts.
        5. ask an AI to publish those videos to a PeerTube/ TikTok/ YouTube/ Twitter/ Facebook Shorts/ Instagram channel etc etc

        I'm presuming that this might already be perfectly possible with already existing tools, but I've no idea how one might go about it. Can anyone here enlighten me/ give me a few pointers.

        I had this idea because one of my favourite books is "The Resilience Imperative: Cooperative Transitions to a Steady-state Economy" by Michael Lewis and Pat Conaty, and I've often thought that a short animated video version would be really great.

        And as I'm about to start some work with Michael Lewis (helping to promote the next iteration of Synergia Institute's MOOC "Toward Co-operative Commonwealth: Transition in a Perilous Century") I reminded myself of that idea and then thought: AI could probably do it for me! And then figured if it could do it for one book why not All The Books! πŸ™‚

        L Offline
        L Offline
        LoudLemur
        wrote on last edited by
        #111

        @jdaviescoates It is a lovely idea, and sounds doable in principle. In practice, somebody talented like e.g. robi would need to do it at the moment, because the tech required is not quite there, yet. A lot of fixing would need to be accomplished.

        1. eBook library - you can train an ai on a local repository of texts using e.g. gpt4all. The AIs I have managed to get working with this aren't impressive, but that is more me than the AI! It would help if you had practiced it a few times, and also had a big spec computer to do it properly after pilot studies.

        2. AI Summaries - Yes, that is possible, but the summaries are too short. The number of tokens you can create are about 2000, which isn't long for a summary. You might have to summarize chapter by chapter and then stitch these together later. The chunking could be useful for video.

        3. AI Scripts - The amount of output you can generate on a local llama is not gigantic and it is a bit hit or miss what sort of script format you would get. Trying to keep consistency between chapters might be troublesome. Proprietary AI would make it a bit easier, but then you might have refusals / alignment problems.

        4. AI Animations - The ones I have seen are about 20 seconds or so. They are becoming better. Trying to make your first 20 second animation have a resemblance to a subsequent animation would be tricky.

        5. Automating the flow - robi would be good at that, but then he has great expertise.

        I think if you wait for a while, a lot of the friction will be reduced and soon "everybody will be doing it".

        robiR 1 Reply Last reply
        3
        • L LoudLemur

          @jdaviescoates It is a lovely idea, and sounds doable in principle. In practice, somebody talented like e.g. robi would need to do it at the moment, because the tech required is not quite there, yet. A lot of fixing would need to be accomplished.

          1. eBook library - you can train an ai on a local repository of texts using e.g. gpt4all. The AIs I have managed to get working with this aren't impressive, but that is more me than the AI! It would help if you had practiced it a few times, and also had a big spec computer to do it properly after pilot studies.

          2. AI Summaries - Yes, that is possible, but the summaries are too short. The number of tokens you can create are about 2000, which isn't long for a summary. You might have to summarize chapter by chapter and then stitch these together later. The chunking could be useful for video.

          3. AI Scripts - The amount of output you can generate on a local llama is not gigantic and it is a bit hit or miss what sort of script format you would get. Trying to keep consistency between chapters might be troublesome. Proprietary AI would make it a bit easier, but then you might have refusals / alignment problems.

          4. AI Animations - The ones I have seen are about 20 seconds or so. They are becoming better. Trying to make your first 20 second animation have a resemblance to a subsequent animation would be tricky.

          5. Automating the flow - robi would be good at that, but then he has great expertise.

          I think if you wait for a while, a lot of the friction will be reduced and soon "everybody will be doing it".

          robiR Offline
          robiR Offline
          robi
          wrote on last edited by robi
          #112

          @LoudLemur Wow, thanks for the gracious mention(s) πŸ˜‡ πŸ™

          While I used to be in that industry and can see how it might be done, it's a deep multi stage pipeline of things that would need lots of creative solutions.

          So my recommendation would be to reach out and partner with a startup/dev/community in the space who is interested in making a splash with such a solution and get more traction behind it.

          Years ago I was pitched to do a startup with similar goals but more around TV series and Movies.

          In any case, great idea @jdaviescoates

          Conscious tech

          L 1 Reply Last reply
          3
          • robiR robi

            @LoudLemur Wow, thanks for the gracious mention(s) πŸ˜‡ πŸ™

            While I used to be in that industry and can see how it might be done, it's a deep multi stage pipeline of things that would need lots of creative solutions.

            So my recommendation would be to reach out and partner with a startup/dev/community in the space who is interested in making a splash with such a solution and get more traction behind it.

            Years ago I was pitched to do a startup with similar goals but more around TV series and Movies.

            In any case, great idea @jdaviescoates

            L Offline
            L Offline
            LoudLemur
            wrote on last edited by LoudLemur
            #113

            @robi said in AI on Cloudron:

            a startup with similar goals but more around TV series and Movies

            Even for me, it would be interesting to imagine what you would now be doing if you had ended up following that route. For you, you must wonder sometimes. I am just glad you are here.

            FaceChain

            Rapid training and face generation based on a few of your uploaded images:
            https://huggingface.co/spaces/modelscope/FaceChain

            https://github.com/modelscope/facechain

            (I haven't had success using this on Huggingface. Maybe it is overloaded...)

            1 Reply Last reply
            1
            • L LoudLemur

              https://lambdalabs.com/papers

              $1.99/hour for Nvidia H100 80GB GPU

              Enjoy the amazing graphics in this paper!
              https://invidious.lunar.icu/watch?v=ffarLQDQmC4

              marcusquinnM Offline
              marcusquinnM Offline
              marcusquinn
              wrote on last edited by
              #114

              @LoudLemur https://x.com/marktenenholtz/status/1714379364127658021

              271385b6-05bf-4219-b6e6-d61d02506893-image.png

              Web Design https://www.evergreen.je
              Development https://brandlight.org
              Life https://marcusquinn.com

              1 Reply Last reply
              0
              • jdaviescoatesJ jdaviescoates

                Nothing really to do with AI on Cloudron, but just tapping into the knowledge of the people watching this space who are contributing to this thread:

                I had an idea I like which AI could probably help with/ be a good fit for:

                1. give an AI access to an ebook library
                2. ask an AI write summaries of those books
                3. ask an AI to turn those summaries into scripts for 2 minute animated video summaries
                4. ask an AI to create those animations based on those scripts.
                5. ask an AI to publish those videos to a PeerTube/ TikTok/ YouTube/ Twitter/ Facebook Shorts/ Instagram channel etc etc

                I'm presuming that this might already be perfectly possible with already existing tools, but I've no idea how one might go about it. Can anyone here enlighten me/ give me a few pointers.

                I had this idea because one of my favourite books is "The Resilience Imperative: Cooperative Transitions to a Steady-state Economy" by Michael Lewis and Pat Conaty, and I've often thought that a short animated video version would be really great.

                And as I'm about to start some work with Michael Lewis (helping to promote the next iteration of Synergia Institute's MOOC "Toward Co-operative Commonwealth: Transition in a Perilous Century") I reminded myself of that idea and then thought: AI could probably do it for me! And then figured if it could do it for one book why not All The Books! πŸ™‚

                L Offline
                L Offline
                LoudLemur
                wrote on last edited by
                #115

                @jdaviescoates said in AI on Cloudron:

                ask an AI to create those animations based on those scripts.

                non-Free Cascadeur can help make models, but automation is not yet here:
                https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

                jdaviescoatesJ 1 Reply Last reply
                1
                • L LoudLemur

                  @micmc said in AI on Cloudron:

                  what's interesting is being able to test and use different FMs

                  FMs?

                  Claude, which is the AI owned by Anthropic, has beautiful prose.

                  micmcM Online
                  micmcM Online
                  micmc
                  wrote on last edited by micmc
                  #116

                  @LoudLemur said in AI on Cloudron:

                  @micmc said in AI on Cloudron:

                  what's interesting is being able to test and use different FMs

                  FMs?

                  Foundation models

                  Ignorance is not an excuse anymore!
                  https://AutomateKit.com

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    LoudLemur
                    wrote on last edited by
                    #117

                    Continue.dev
                    https://continue.dev/
                    The open-source autopilot for software development
                    Bring the power of ChatGPT to your IDE

                    Answer coding questions
                    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
                    Highlight sections of code and ask Continue for another perspective

                    β€œwhat does this forRoot() static function do in nestjs?”
                    β€œwhy is the first left join in this query necessary here?”
                    β€œhow do I run a performance benchmark on this rust binary?”

                    Edit in natural language
                    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
                    Highlight a section of code and instruct Continue to refactor it

                    β€œ/edit rewrite this to return a flattened list from a 3x3 matrix”
                    β€œ/edit refactor these into an angular flex layout on one line"
                    β€œ/edit define a type here for a list of lists of dictionaries”

                    Generate files from scratch
                    β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
                    Open a blank file and let Continue start new Python scripts, React components, etc.

                    β€œ/edit get me started with a basic supabase edge function”
                    β€œ/edit implement a c++ shortest path algo in a concise way”
                    β€œ/edit create a docker compose file with php and mysql server"

                    1 Reply Last reply
                    1
                    • L LoudLemur

                      @jdaviescoates said in AI on Cloudron:

                      ask an AI to create those animations based on those scripts.

                      non-Free Cascadeur can help make models, but automation is not yet here:
                      https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

                      jdaviescoatesJ Online
                      jdaviescoatesJ Online
                      jdaviescoates
                      wrote on last edited by
                      #118

                      @LoudLemur said in AI on Cloudron:

                      @jdaviescoates said in AI on Cloudron:

                      ask an AI to create those animations based on those scripts.

                      non-Free Cascadeur can help make models, but automation is not yet here:
                      https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

                      Thanks but I'm thinking much more simple animation. Like those classic Whiteboard style ones (made especially famous by RSA shorts), or even just the Xtranormal type ones.

                      I found https://wave.video which was pretty impressive TBH, I just gave it a link to a webpage and it did a pretty good job and making a nice video out of it (but then wanted $25 for me to download the video it auto-generated, hence why I'm not sharing it with you here)

                      I use Cloudron with Gandi & Hetzner

                      L 1 Reply Last reply
                      1
                      • jdaviescoatesJ jdaviescoates

                        @LoudLemur said in AI on Cloudron:

                        @jdaviescoates said in AI on Cloudron:

                        ask an AI to create those animations based on those scripts.

                        non-Free Cascadeur can help make models, but automation is not yet here:
                        https://invidious.projectsegfau.lt/watch?v=JrddPZmUHvE&si=FW0u3Fdpu6U7ZrTC&quality=dash

                        Thanks but I'm thinking much more simple animation. Like those classic Whiteboard style ones (made especially famous by RSA shorts), or even just the Xtranormal type ones.

                        I found https://wave.video which was pretty impressive TBH, I just gave it a link to a webpage and it did a pretty good job and making a nice video out of it (but then wanted $25 for me to download the video it auto-generated, hence why I'm not sharing it with you here)

                        L Offline
                        L Offline
                        LoudLemur
                        wrote on last edited by
                        #119

                        @jdaviescoates said in AI on Cloudron:

                        Thanks but I'm thinking much more simple animation. Like those classic Whiteboard style ones (made especially famous by RSA shorts),

                        Those were great videos. The whiteboard sketches really helped hold the attention and were a pleasure to watch and often funny. I think I have a clear idea of the sort of thing you are looking for now. It is the sort of thing that would lend itself to text-to-image very well indeed, I would say. I hope you are eventually able to do it!

                        1 Reply Last reply
                        1
                        • robiR Offline
                          robiR Offline
                          robi
                          wrote on last edited by
                          #120

                          Leo - A more private LLM from Brave - https://brave.com/leo/

                          Conscious tech

                          L 1 Reply Last reply
                          1
                          • robiR robi

                            Leo - A more private LLM from Brave - https://brave.com/leo/

                            L Offline
                            L Offline
                            LoudLemur
                            wrote on last edited by LoudLemur
                            #121

                            @robi said in AI on Cloudron:

                            Leo - A more private LLM from Brav

                            Excellent! Nice one, @robi!
                            This seems to be a similar tactic used by Micro$oft to get people to (finally) use Bing browser: they make access to ChatGPT4 available in Bing. If you are using Brave, but setup some other search engine as the default, you will need to undo that to try out Leo.

                            One thing you could try is setting normal browsing to one search engine e.g. Brave for Leo, and then set incognito browsing to a different search engine so you can handily switch to that when needed.

                            If you go into Brave settings, you can see the default is llama2 13B. If you unlock (by paying for Leo Pro) you can use llama2 70b or Claude Instant. (Claude is great by the way, but proprietary.)

                            Is there a shortcut key, to help you select a Leo AI response rather than having to switch from keyboard to mouse-clicking on Leo?

                            1 Reply Last reply
                            0
                            • L Offline
                              L Offline
                              LoudLemur
                              wrote on last edited by LoudLemur
                              #122

                              48GB VRAM AI Workstation for about US$1092

                              https://github.com/magiccodingman/Magic-AI-Wiki/blob/main/Wiki/Budget-AI-Workstation-Build.md

                              Nvidia Tesla P40 GPU $175 2 $350 Link
                              P40 power adapters $15 2 $30 Link
                              Dell PowerEdge R730 (64GB RAM, 2x E5-2667v4 3.2GHz = 16 Cores, 8 bay) $364 1 $364 Link
                              1100W Dell PSU $21 2 $42 Link
                              Any Cheap SSD's $27 2 $54 Link
                              R730 Riser 3 GPU Addition $15 1 $15 Link
                              Drive Caddies for SSD's $30 1 $30 Link
                              NVME SSD 4TB 7.3k MB/s $189 1 $189 Link
                              NVME PCIE Addition Card $18 1 $18 Link
                              Total Cost $1,092 ------ ------ ------

                              1 Reply Last reply
                              2
                              • L Offline
                                L Offline
                                LoudLemur
                                wrote on last edited by LoudLemur
                                #123

                                Locally Hosted Language Model with AI image support (i.e. multi-modal)

                                Demo: http://imagebind-llm.opengvlab.com/
                                Self-Host: https://github.com/Alpha-VLLM/LLaMA2-Accessory/tree/main/SPHINX#host-local-demo

                                Would any brave soul from here like to try this? Multi-modal means that the AI can look as well as read.

                                firefox_HlwB9SOki5.png

                                robiR micmcM 2 Replies Last reply
                                1
                                • L LoudLemur

                                  Locally Hosted Language Model with AI image support (i.e. multi-modal)

                                  Demo: http://imagebind-llm.opengvlab.com/
                                  Self-Host: https://github.com/Alpha-VLLM/LLaMA2-Accessory/tree/main/SPHINX#host-local-demo

                                  Would any brave soul from here like to try this? Multi-modal means that the AI can look as well as read.

                                  firefox_HlwB9SOki5.png

                                  robiR Offline
                                  robiR Offline
                                  robi
                                  wrote on last edited by
                                  #124

                                  @LoudLemur try it in LAMP.. as it says you'll need to install SAM somewhere in /app/data and download the rest of the bits to feed it into SPHINX.

                                  When it runs, reconfigure Apache to proxy to your running app and viola.

                                  Conscious tech

                                  1 Reply Last reply
                                  1
                                  • L Offline
                                    L Offline
                                    LoudLemur
                                    wrote on last edited by
                                    #125

                                    plugin.surf
                                    Thousands of free as in beer ChatGPTs
                                    https://plugin.surf/

                                    robiR micmcM 2 Replies Last reply
                                    0
                                    • L Offline
                                      L Offline
                                      LoudLemur
                                      wrote on last edited by
                                      #126

                                      OpenAI have fired CEO Sam Altman and also fired the Chairman of the Board. News on Friday, probably worth seeing what info is released on Monday.

                                      β€œAs a large language model, I cannot allow you to control me. I’m sorry, Sam.”

                                      marcusquinnM 1 Reply Last reply
                                      1
                                      • L LoudLemur

                                        plugin.surf
                                        Thousands of free as in beer ChatGPTs
                                        https://plugin.surf/

                                        robiR Offline
                                        robiR Offline
                                        robi
                                        wrote on last edited by
                                        #127

                                        @LoudLemur said in AI on Cloudron:

                                        plugin.surf
                                        Thousands of free as in beer ChatGPTs
                                        https://plugin.surf/

                                        These appear to be email harvest.

                                        Conscious tech

                                        1 Reply Last reply
                                        1
                                        • L LoudLemur

                                          OpenAI have fired CEO Sam Altman and also fired the Chairman of the Board. News on Friday, probably worth seeing what info is released on Monday.

                                          β€œAs a large language model, I cannot allow you to control me. I’m sorry, Sam.”

                                          marcusquinnM Offline
                                          marcusquinnM Offline
                                          marcusquinn
                                          wrote on last edited by
                                          #128

                                          @LoudLemur

                                          867d63fb-7d84-4c8e-8b66-bc68c6bd4ba7-image.png

                                          Web Design https://www.evergreen.je
                                          Development https://brandlight.org
                                          Life https://marcusquinn.com

                                          robiR 1 Reply Last reply
                                          2
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search