-
|
Hello, thanks for this project; it looks very nice. I don't quite understand how to train the inpainting model, specifically FluxFill. What structure should the data be stored in (something like 1.png, 1_mask.png...)? Are there any specific settings for inpainting in GUI? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
In some discussion, I saw the "_masklabel" prefix for the mask file, which is stored in the same directory as the image file. However, during caching, it looks like preprocessing threads each file individually and creates a mask with all 1 for all files |
Beta Was this translation helpful? Give feedback.
-
|
It's "-masklabel.png" (always png, not jpg or anything else). Also, it's a suffix, not a prefix. If you use the included mask editing tool, it will automatically use the correct name. |
Beta Was this translation helpful? Give feedback.
-
|
Oh I see, thank you |
Beta Was this translation helpful? Give feedback.
It's "-masklabel.png" (always png, not jpg or anything else). Also, it's a suffix, not a prefix. If you use the included mask editing tool, it will automatically use the correct name.