MoonMoon82

Results 27 comments of MoonMoon82

I still have some hope this attention mask node could be developed..

Hi @shawnington , how does this commit (https://github.com/comfyanonymous/ComfyUI/commit/0fecfd2b1a2794b77277c7e256c84de54a63d860) solve the missing attention mask for LORAs ?

Same issue, last commit e5ed9fcc

@BlenderNeko Maybe you have an idea how this "reference_only" preprocessor could work in comfyui ?

@addddd2 I opened a feature request some weeks ago to get something like img2img with reference_only node: https://github.com/comfyanonymous/ComfyUI_experiments/issues/5 I already tried it on my own, but I guess this kind...

@taabata There already was an discussion about it and sovled it: https://github.com/comfyanonymous/ComfyUI/discussions/603 now there is a inpainting preprocessor available: https://github.com/Fannovel16/comfy_controlnet_preprocessors which works quite well so far

@MaddyAurora Thank you for your detailed feedback ! I already noticed that some checkpoints come with more or less usefull VAEs, so I tended to use a separate VAE file...

This is never going to be implemented, isn't it?

@AlexD81 , @manzonif , @jakeute, @suede299 I found these two custom nodes in AnimageDiffEvolved which seem to do what I was searching for: ADE_RegisterLoraHook ![grafik](https://github.com/comfyanonymous/ComfyUI/assets/41437842/3b2b7745-8a4f-4796-91c0-7a03131da560) ADE_ConditioningSetMaskAndCombine ![grafik](https://github.com/comfyanonymous/ComfyUI/assets/41437842/2a5bf92f-ded3-46ea-a87c-f38112db685e) The first node...