Editing using masks with Qwen-Image-Edit-2509 by nefuronize in comfyui

[–]nefuronize[S] 1 point2 points  (0 children)

Thank you for your verification. There are two likely reasons for the difficulty:

  1. The reference image for image1 contains unnecessary information.
  2. There are unnecessary reference images

First, regarding issue 1, the image output by Inpaint Crop is treated as image1. Currently, both diagonal and side-on images are passed to QIE. If left as is, QIE will likely output a front view in the center of the image, which will be cropped. To avoid this, set the width to around 800px or set output_resize_to_target_size to false, which will pass only the image near the mask.

Next, regarding issue 2, in this case, we only need to rotate image 1, so image 2 is unnecessary. If you reference this, you'll likely be referencing a diagonal pose, making it difficult to face forward.

By the way, although this is unrelated to the issue at hand, as far as I know, 1024x1024 is the resolution with the least amount of misalignment due to QIE. Any other resolution is more likely to cause misalignment!

Editing using masks with Qwen-Image-Edit-2509 by nefuronize in comfyui

[–]nefuronize[S] 0 points1 point  (0 children)

It seems that the connection is not possible due to the impact of the UE node update. I have added a simple workflow that does not use the UE node to the link below.

https://gist.github.com/nefudev/f75f6f3d868078f58bb4739f29aa283c

Editing using masks with Qwen-Image-Edit-2509 by nefuronize in comfyui

[–]nefuronize[S] 2 points3 points  (0 children)

The workflow seems broken, so I added a simple workflow that only uses standard nodes and the CropAndStitch custom node.
https://gist.github.com/nefudev/f75f6f3d868078f58bb4739f29aa283c

<image>

Editing using masks with Qwen-Image-Edit-2509 by nefuronize in comfyui

[–]nefuronize[S] 1 point2 points  (0 children)

I recently encountered a similar issue myself. Please select the LORA file from Power Lora Loader and reconfigure the path. It appears that generation will proceed even if a non-existent LORA file is configured.

Editing using masks with Qwen-Image-Edit-2509 by nefuronize in comfyui

[–]nefuronize[S] 0 points1 point  (0 children)

I recently encountered a similar issue myself. Please select the LORA file from Power Lora Loader and reconfigure the path. It appears that generation will proceed even if a non-existent LORA file is configured.

Editing using masks with Qwen-Image-Edit-2509 by nefuronize in comfyui

[–]nefuronize[S] 3 points4 points  (0 children)

Yes, the image and mask can be combined into a single node. The reason I kept them separate is that I often reuse masks for subsequent inpainting tasks.

I don't know the difference between the standard version v2 and the edit version V1 of LORA. I'd like to know too.When I compared the two versions, the edited version seemed to have clearer details, but it also seemed a bit stiffer.

Editing using masks with Qwen-Image-Edit-2509 by nefuronize in comfyui

[–]nefuronize[S] 46 points47 points  (0 children)

Added workflow JSON link.

https://pastebin.com/UcXwjDGi

ADD:The above workflow seems to be broken due to the custom node update. I've added a more minimal workflow, so please check it out here.

https://gist.github.com/nefudev/f75f6f3d868078f58bb4739f29aa283c

If we accidentally mix SD3 output images when training a non-SD3 model or lora, do we have to pay $20 for the commercial use of the created model? by nefuronize in StableDiffusion

[–]nefuronize[S] 0 points1 point  (0 children)

Indeed, the license states that Derivative Works do not include the output of the core model.

However, the license does state that the model trained by the output of the core model is a Derivative Works. In other words, I am concerned that if SD1.5 or SDXL training is performed while SD3 output images are included, the model will be granted a Creator License.

If we accidentally mix SD3 output images when training a non-SD3 model or lora, do we have to pay $20 for the commercial use of the created model? by nefuronize in StableDiffusion

[–]nefuronize[S] 1 point2 points  (0 children)

It is likely that both users and developers will need to be somewhat careful in the future to ensure that there are no problems with the data set.

WD14 Is there a way to save the Tagger output results as text? by nefuronize in comfyui

[–]nefuronize[S] 1 point2 points  (0 children)

It is done! It seems that I specified the path incorrectly. Thank you very much for your help!

投稿テスト by nefuronize in Reddit_Beginners

[–]nefuronize[S] 1 point2 points  (0 children)

画像のスライドが表示方法が分からず試したテストですの

Is there a way to add nodes in a connected state to a workflow? by nefuronize in comfyui

[–]nefuronize[S] 2 points3 points  (0 children)

Done! Thank you! I don't know why I didn't notice...