ssitu / ComfyUI_restart_sampling

ComfyUI nodes for restart sampling based on the paper "Restart Sampling for Improving Generative Processes"
GNU General Public License v3.0
80 stars 5 forks source link

Obligatory obvious first feature request: Fully support SDXL #1

Closed tildebyte closed 1 year ago

ssitu commented 1 year ago

Does an error appear when you try it with SDXL?

tildebyte commented 1 year ago

I was going to do that later today :D

ssitu commented 1 year ago

I can’t imagine why it wouldn’t work, I don’t think SDXL changed anything about the sampling process.

tildebyte commented 1 year ago

Looks good - great, in fact.

If start_at_step were exposed, we could use the Restart Sampler with the SDXL Refiner as well.

ssitu commented 1 year ago

Glad to hear. I plan on making a node similar to KSampler Advanced after I finish making a node that implements FABRIC.

tildebyte commented 1 year ago

I was going to mention the "add_noise" and "return_noise" settings, but it's actually better at producing base images for the refiner to consume than the "stock" Comfy sampler, which I can't get to produce "soft" enough images - the refiner always ends up overcooking them.

Sample workflow (this is still WIP, so some settings will probably look weird)

workflow

Thanks for the amazing node, and the quick turnaround (the paper was submitted 26 Jun 2023! 😲)

tildebyte commented 1 year ago

Closing as already implemented