You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to add detail, I would further suggest taking your input image and overpainting it from step 0 to 50%, then skip two steps, and sample from there to end_step. For instance go from 0 to 20, then 22 to 40. Skipping a step causes the model to get out of step with the noise and generate all kinds of details that were never there to begin with.
As you know demofusion can be used as a way to detailize current low-res images. So the image to image is quite a great implementation. The source of img2img from demofusion is like this: https://github.com/PRIS-CV/DemoFusion/blob/main/gradio_demo_img2img.py
Could you make a node out of it? Thanks.
The text was updated successfully, but these errors were encountered: