Spaces:
Running
on
Zero
How to increase the resolution of the image output
I found that the resolution of the image generated a few days ago was 1280960, but today it has become 1024768, and the texture and aesthetics of the image have deteriorated, how to adjust the resolution?
@Runnerhug , due to limitations on the live demo, the image out is constrained. You can duplicate the space and update https://huggingface.co/spaces/InstantX/InstantID/blob/main/app.py#L336 https://huggingface.co/spaces/InstantX/InstantID/blob/main/app.py#L359
Will the above chang reduce GPU requirements if I run locally?
I disabled:
controlnet_depth_model
controlnet_canny_model
And still OOM. pose_model seems to be a must have? I disabled it and get an error that seems can not resolved by changing appy.py. Any further ways to reduce the GPU memory. For information, I have a RTX 3060 12GB.