Installing ComfyUI Griptape Nodes: Part 1

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 29

  • @seneketh
    @seneketh 2 місяці тому +1

    I can´t stress enough how incredibly useful your project is. ComfyUI has 'mutated' into such a powerful tool. Integrating LLMs elevates the whole thing another notch! I am stoked for the future of open source AI! Thanks!!

    • @griptape-ai
      @griptape-ai  2 місяці тому

      Thanks! We're stoked as well. Appreciate you checking out the video series.

  • @WhySoBroke
    @WhySoBroke 3 місяці тому

    Very interesting!! Will try to implement... hope it works!!

    • @jschleifer
      @jschleifer 3 місяці тому

      Thanks! Please let us know how it goes for you - I’m very interested in hearing how to make it more intuitive and catching / fixing any errors you have!

    • @griptape-ai
      @griptape-ai  3 місяці тому

      How'd it go? Looking forward to seeing what you build!

  • @soinov_yar
    @soinov_yar Місяць тому

    I really love what you have created! Is there any possibility to change GPT model is used. Because there are different pricing plans for each GPT model. And for some tasks it might be more convenient to use cheaper version.

    • @griptape-ai
      @griptape-ai  Місяць тому +1

      Hello, absolutely! You can use the Config nodes to change the model, and even the LLM. This video demonstrates it (ua-cam.com/video/JlPuyH5Ot5I/v-deo.html) - although the nodes have been re-arranged a bit since the video, the concepts are still the same.

  • @elmejnun
    @elmejnun 3 місяці тому +1

    Could you explain how to use local Ollama models in detail? Couldn't find any example or related node to enter the Local URL or model's name.

    • @griptape-ai
      @griptape-ai  3 місяці тому

      Have you seen this video already? ua-cam.com/video/jIq_TL5xmX0/v-deo.html
      Underneath the nodes use our open source framework. Here's what the configuration looks like at that level: docs.griptape.ai/stable/griptape-framework/drivers/prompt-drivers/#ollama

  • @JoelScharenVFX
    @JoelScharenVFX 2 місяці тому +1

    The Griptape Node Import always fails, i even tried it on a new installation of comfy and it still failed

    • @griptape-ai
      @griptape-ai  2 місяці тому

      @@JoelScharenVFX got some reports on failures last night - we will be digging in today to resolve it. Will update here with the results!

    • @griptape-ai
      @griptape-ai  2 місяці тому +1

      Hello @JoelScharenVFX - we've just pushed a new release that should solve some of the issues. One thing we're currently working on is a way to handle torch conflicts. There's documentation in the readme on how to update it if you run into problems, but we'll try and find a more automated solution.
      Please check it out and let us know if you hit any more issues.

  • @The-OBB
    @The-OBB Місяць тому

    Any Rest API Nodes? I notice the the Grip Tape Python Library has it, but I'd like it to be a comfyui node... Great project though still building tons of POCs

    • @griptape-ai
      @griptape-ai  Місяць тому

      Like calling an API? Let us know what you were thinking and we're happy to work up an example.

    • @The-OBB
      @The-OBB Місяць тому

      Correct, I’m already collecting data from a rest api location and I’d like the intake to happen asap within the comfyui interface instead of collecting before hand and scanning the resulting JSON files.
      I know I might be asking a bit much, but man it would be awesome!
      I’ve not got to play with your awesome nodes as much as I’d like work fires got in the way so I can’t add more know how at this time.

  • @freshlesh3019754
    @freshlesh3019754 3 місяці тому

    It's interesting but I think it needs local llm support and I would love to see how this used in a workflow

    • @griptape-ai
      @griptape-ai  3 місяці тому

      It needs an LLM but doesn't have to be local. You could use openai, anthropic, amazon bedrock, etc. Or HuggingFace. Some of these services require their own API keys.

    • @jschleifer
      @jschleifer 3 місяці тому

      As of Friday you can use ollama as well and run local models like llama3. :)

  • @sergetheijspartner2005
    @sergetheijspartner2005 2 місяці тому

    What if I run Ollama and have my own LLM?

    • @griptape-ai
      @griptape-ai  2 місяці тому

      Ollama works just fine. Here's a video covering how to do that. ua-cam.com/video/jIq_TL5xmX0/v-deo.htmlsi=FswbhtD1_E7kbA8O

  • @soinov_yar
    @soinov_yar Місяць тому

    Hello! I am using runpod, and it is not allowing me to create .env file, because it has empty name :( Do you have any suggestions about this issue?

    • @soinov_yar
      @soinov_yar Місяць тому

      Figured out, that this file is already here, but it is hidden. Wrote down code to change this file by the code.

    • @griptape-ai
      @griptape-ai  Місяць тому

      Glad you figured it out!

  • @edmartincombemorel
    @edmartincombemorel 3 місяці тому

    wow agentic workflow in comfy are going to be so much simpler, i haven't tried yet but is tehre a way to import our tools for the agent to use ?

    • @griptape-ai
      @griptape-ai  3 місяці тому

      good idea for another video. which specific tools would be interesting for you?

    • @jschleifer
      @jschleifer 3 місяці тому

      There are some tool nodes that currently come with it, including DateTime, Calculator, WebScraper, WebSearch.. but I'd love to hear what other tools you'd like to have. :)

  • @krio_gen
    @krio_gen 3 місяці тому +1

    Is it possible to use local LLMs?

    • @griptape-ai
      @griptape-ai  3 місяці тому

      Sure. Ollama and HuggingFace are great options.

    • @krio_gen
      @krio_gen 3 місяці тому

      @@griptape-ai Did I mean to use local LLM models in GGUF format, which are already on my hard drive