Open zengjie617789 opened 8 months ago
the transparent image is next to the checkboard image
Not when i generate them. Is it possible having an alternative output dir prevents saving of the transparent background version?
Not when i generate them. Is it possible having an alternative output dir prevents saving of the transparent background version?
have the same problem. My transparent PNGs go to %temp% folder for some reason... trying reinstalling course if you use batch count different from 1 they wont save at all...
the transparent image is next to the checkboard image
Except there arent any. Transparent Image goes to temp folder but if batch is more than 1 it wont save at all
clean install of forge didnt do anything. Still the same result. to outputs saved with checkerboard and to temp/gradio is the one transparent....
@layerdiffusion there is a small error around the concatenation of the checkerboard image and the transparent image in the "patch()" function in models.py.
I noticed it's not only that the wrong image is being saved to the output directory, but also that ADetailer is applied to the wrong image :)
Cheers!
@layerdiffusion there is a small error around the concatenation of the checkerboard image and the transparent image in the "patch()" function in models.py.
I noticed it's not only that the wrong image is being saved to the output directory, but also that ADetailer is applied to the wrong image :)
Cheers!
didnt change anything for me... I mean it did but change is that checkerboard now just pur eblack. Adetailer still dont work with transparent and trasparent wont be saved
Thanks for the great work. It seems the generated img isnot real img with transparent background, instead a background with chessboard. I want to replace the corrsponding pixel by photoshop, but it failed. I want to know to how to implement to get a img with a transparent channel.