Open arso7 opened 1 week ago
For input images has the same picture aspect ratio as target resolution, need a custom resize option from the huggingface repo.
For input image got white edges like in issue , need overlap option to adjust the image to avoid bad results.
Could you explain a bit more? How can I get this custom resize option? Sorry, I'm still quite new to these things, or could you provide some keywords for me to search? Thank you!
Could you explain a bit more?
I think he means this part, from the filonii's huggingface space, I want to add that as I wrote here, but now I'm busy with other things. He also always writes in caps and bold, it's a bit frustrating. If you want to check filonii's code you can go on the app'code
For input images has the same picture aspect ratio as target resolution, need a custom resize option from the huggingface repo.
For input image got white edges like in issue , need overlap option to adjust the image to avoid bad results.
Could you explain a bit more? How can I get this custom resize option? Sorry, I'm still quite new to these things, or could you provide some keywords for me to search? Thank you!
__init__.py
, then just keep __init__.py
and UL_common
and delete all other stuffs.
Could you explain a bit more?
I think he means this part, from the filonii's huggingface space, I want to add that as I wrote here, but now I'm busy with other things. He also always writes in caps and bold, it's a bit frustrating. If you want to check filonii's code you can go on the app'code
PIL image process codes in here https://github.com/zmwv823/ComfyUI_Ctrlora/blob/master/UL_common/common.py, mostly from original repo. Take a look if interested and have time.
No matter what size image I input, it seems like there's no outpainting. Am I doing something wrong?