ความคิดเห็น •

  • @carstenli
    @carstenli 9 หลายเดือนก่อน +2

    Thank you very much. I look forward to Part 3 - "Storing dynamic prompt module metadata" (e.g. via an accompanying sidecar file) to continue working on certain promising dynamically created prompt-seed combinations in a batch generation setup.

    • @simonmcdonald446
      @simonmcdonald446 9 หลายเดือนก่อน +1

      Started looking at these dynamic wildcard prompts, not sure if It will be useful with my lack of python knowledge. created a basic text wildcard though, similar to the above prompt tables. See how it does.....

  • @Salvatan1
    @Salvatan1 7 หลายเดือนก่อน +1

    Hey, love your videos! Keep up the good work :) I am working right now on the problem: I want to translate abstract concepts into visual representations in my Comfy UI Prompt Module.
    Example:
    Input: Innovation
    Output: Light bulb, Gear wheels
    Its super easy solved in a Custom GPT, but i was asking myself if there is a smooth way or custom node in Comfy Ui you know, which tackles this.

    • @ferniclestix
      @ferniclestix 7 หลายเดือนก่อน +1

      generally one of the things all SD models struggle with is abstract concepts. passing something like that through a LLM like gpt could certainly help you refine some visual concepts from this to go into your prompt.
      There are some GPT based comfyUI nodes, unfortunately I couldn't name them other than to say they exist. I find my own prompting surpasses LLM abilities.
      If you have comfyUI manager you can enter GPT in the search terms under install custom nodes and it will probably throw you a list of useful nodes you might use.

    • @Salvatan1
      @Salvatan1 7 หลายเดือนก่อน

      @@ferniclestix will definitely try that - thanks for the tipps :)

  • @blisterfingers8169
    @blisterfingers8169 9 หลายเดือนก่อน +1

    There's a fair few nodes for wildcards but there's also some for full text generation grammars.
    I believe the Dynamic Prompts node can handle it but there's stuff like Unprompted for Auto1111 which is stupidly good.

    • @ferniclestix
      @ferniclestix 9 หลายเดือนก่อน

      Yeah, ive tested quite a few and I always found most didn't quite fit my needs, this way you can build your own random generator using lists of your own creation which allows you to fully cusomize it for whatever outputs you prefer.
      but yeah, you can even use these random prompt nodes as a part of this dynamic prompt module by setting them up to be triggered using the text replacer :) that way on command you can add whatever settings you want to it by sending commands to replacers :P

  • @Martin-bx1et
    @Martin-bx1et 9 หลายเดือนก่อน +1

    Is there an existing node that can do this recursively using key|value pairs so one node could do everything in one go?

    • @ferniclestix
      @ferniclestix 9 หลายเดือนก่อน

      depending on how you set it up, there are different ways of organizing this kind of dynamic prompting. but so far ive not found one that lets you set up and replace a bunch of different values from different sources in one.
      I was speaking to the creator of the comfyroll node pack recently and managed to get a node made that can be used to pull different data types out of a string though, which is pretty cool, messing around with it I was able to set my ksampler settings in my prompt and it would find and remove the information from the prompt and send it to the sampler for me :P
      so theres alot you can do, its just a matter of finding the right person to ask about making it.

  • @provi1085
    @provi1085 9 หลายเดือนก่อน +1

    What's the extension that shows node# and its belonged suite? Thanks. Great vid as always

    • @blisterfingers8169
      @blisterfingers8169 9 หลายเดือนก่อน +1

      It's a part of comfy manager. Open the manager and it's one of the dropdown menus on the left.

    • @ferniclestix
      @ferniclestix 9 หลายเดือนก่อน

      yup yup yup! your looking for 'badges'

  • @NightOwwl728
    @NightOwwl728 9 หลายเดือนก่อน +1

    Is there a way to pause the workflow after the prompt is generated for further review. Like, if I just wanted to tweak the prompt manually and then send it on to image generation?

    • @ferniclestix
      @ferniclestix 9 หลายเดือนก่อน +1

      mmmmm... you could generate it seperately I guess? like have it off to the side and just manually send it over to run your workflow when you are happy with it.

    • @NightOwwl728
      @NightOwwl728 9 หลายเดือนก่อน

      @@ferniclestix I was really hoping for some as yet unknown to me node like the preview chooser one but for prompts instead. Oh, well, maybe one of these days it'll come to be.

    • @ferniclestix
      @ferniclestix 9 หลายเดือนก่อน +1

      you could probably build something but might take a bit of fiddling and hunting down the right nodes to link together.

  • @simonmcdonald446
    @simonmcdonald446 9 หลายเดือนก่อน

    Storing data, yeah I have run into that requirement just now. Nice tutorial - I saw that you can now custom create your own nodes within comfy, not tried it though. Was on a video by Olivo Sarikas last week.

  • @daan3898
    @daan3898 9 หลายเดือนก่อน +1

    or you download the many wildcards / make your own

    • @ferniclestix
      @ferniclestix 9 หลายเดือนก่อน +1

      :D I love messing with random generation, some of the outputs are occasionally hillarious.