Replies: 4 comments 15 replies
-
yeah, unfortunately you basically lose the ability to input parameters with the non-custom samplers. i probably don't know something that does what you're looking for, but also the question was pretty general so i'm not sure exactly what feature the user is looking for. there is one possible workaround (though it definitely has limitations). you can add samplers to the list users can choose from so you could do something like add a i'd use that approach sparingly to avoid cluttering up the list with samplers only some people would actually want to use though, so probably keep it to 1-2 presets at most (unless you add configuration or something that lets the user specifically opt into it). also would be possible to do something like let the user create a config file in the custom node directory like some nodes do which allows defining some presets that can be added to the list when the node loads. |
Beta Was this translation helpful? Give feedback.
-
@blepping here is what they were looking for:
I haven't used that particular kind of workflow before with LoRAs, but I know SDXL uses a similar base/refiner workflow. Impact Pack has a KSamplerAdvancedProvider node that looks like it lets you specify an input sampler, but I'm not sure this would work with the traditional KSamplerAdvanced with start and end steps... |
Beta Was this translation helpful? Give feedback.
-
I found a RegionalSamplerAdvanced that accepts a custom sampler, and has start and end steps. I wonder if this workflow could work. |
Beta Was this translation helpful? Give feedback.
-
actually, thinking about this some more (and running into my own situation where i wanted to use it but couldn't) i guess there is another alternative - make a model patch version. the user would need to pass it sigmas that match whatever the sampler is using relatively closely (probably doesn't have to be exact because of the interpolation). i think they'd probably also have to manually set CFG. ComfyUI's normal model patching stuff only works for SD1x/SD2x/SDXL though so at least the first pass would only support those models, no Flux or SD3x. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some have asked if Detail Daemon or Lying Sigmas can be used in workflows with the advanced ksamplers, which have start and end steps values, which allow for refiners and such. I'm not sure it will work with those core nodes since they have the samplers built-in. It would require an advanced ksampler with the option to input a custom sampler. So far I haven't found a suitable custom node. Do you know of any @blepping ?
Beta Was this translation helpful? Give feedback.
All reactions