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
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.
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.
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.
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
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.
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
Been waiting for your new videos, very helpful as always 👍
Me watching thos for the third time and still finding new information 😂
Somehow the comfyui does not find the FluxRegionBBOX and RegionAttention nodes. Even though everything is up to date. Any ideas?
That is a different GitHub repository. Install ControlAltAI nodes from Comfy Manager. github.com/gseth/ControlAltAI-Nodes
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.
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.
I'm wondering if this will work with redux and image manipulation?
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.
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. 😊
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.
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
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.
Thanks, I see that you made a lot of changes and obviously not against copying code parts