ComfyUI: Flux Region Spatial Control (Workflow Tutorial)

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

КОМЕНТАРІ •

  • @controlaltai
    @controlaltai  4 дні тому +1

    Update 20 Dec 2024: Update ControlAltAI nodes to work with the latest version of ComfyUI, incase you get the following error: "TypeError: FluxAttentionControl.xformers_attention() got an unexpected keyword argument 'mask'"
    Update 18 Dec 2024: Inspired by original Reference From: Attashe on GitHub: github.com/attashe/ComfyUI-FluxRegionAttention

  • @iArthurA
    @iArthurA День тому

    Been waiting for your new videos, very helpful as always 👍

  • @sudabadri7051
    @sudabadri7051 3 дні тому

    Me watching thos for the third time and still finding new information 😂

  • @kagawakisho4382
    @kagawakisho4382 21 годину тому

    Somehow the comfyui does not find the FluxRegionBBOX and RegionAttention nodes. Even though everything is up to date. Any ideas?

    • @controlaltai
      @controlaltai  20 годин тому

      That is a different GitHub repository. Install ControlAltAI nodes from Comfy Manager. github.com/gseth/ControlAltAI-Nodes

  • @victorestomo729
    @victorestomo729 3 дні тому

    Can regional prompting be combined with controlnet depth? For ex. Ill generate a background the on the center of it, ill use a controlnet and generate my subject.

    • @controlaltai
      @controlaltai  3 дні тому

      This is the initial release. I have to explore integration of ControlNet. I have mentioned all this in the video. The current pipeline was complicate to reach at this level of stability. I have to test and see if ControlNet can be added and if possible or not.

  • @hempsack
    @hempsack 3 дні тому

    I'm wondering if this will work with redux and image manipulation?

    • @controlaltai
      @controlaltai  3 дні тому

      I know that image to image doesn’t work in this pipeline. So I guess after that redux should be done. I haven’t tried redux directly as I was in the middle of this when they released the tools.

    • @hempsack
      @hempsack 3 дні тому

      All good, I just thought that would have so much potential and if it could be done. Nice video by the way, really nice work. 😊

    • @controlaltai
      @controlaltai  3 дні тому

      Thanks. It was very hard to get this thing stable. Will research further what else can be added like ControlNet image to image, etc and how.

  • @attashemk8985
    @attashemk8985 4 дні тому

    You used my code, but you didn't mention my repository with the original implementation anywhere - neither in the video nor in the code. That's apache 2.0 reqs and rule of good manners

    • @controlaltai
      @controlaltai  4 дні тому +3

      You are talking about this? github.com/attashe/ComfyUI-FluxRegionAttention
      Your code is not exactly used. The pipeline is completely different. I checked your repository some overlapping is there for Xformers attention. But it is beyond that. BBox and Mask feathering are there in Attention. Conditional strength is there. Attention handling is different taking all these things. Makes and BBox both are going in attention. Attention Cleanup is done. We worked on the BBox and Masking for over a month and a half. Unfortunately I cannot Update the Video, But I can update the description with your github link as "Base Implementation from Attashe: github.com/attashe/ComfyUI-FluxRegionAttention". And I can update my github page. Let me know if thats acceptable to you and apologies if there is an oversight on our part.
      Edit: Please check, I have made a Pin Post, Updated Video Description and included Acknowledgments in The GitHub page.

    • @attashemk8985
      @attashemk8985 4 дні тому +1

      Thanks, I see that you made a lot of changes and obviously not against copying code parts