gameltb / ComfyUI_stable_fast

Experimental usage of stable-fast and TensorRT.
MIT License
199 stars 12 forks source link

Dynamic thresholding #12

Open LL020202 opened 10 months ago

LL020202 commented 10 months ago

When I use CFG Scale Fix, the model is reloaded when loading the sampler, and there is also a "FaceDetailer" facial repair plugin that causes the model to be reloaded

LL020202 commented 10 months ago

ComfyUI_temp_unhpa_00002_ Here, you can try using my image as a workflow. How can I correct this issue?

gameltb commented 10 months ago

You can try to swap the positions of nodes DynamicThresholdingFull and Apply StableFast Unet, however any modification to DynamicThresholdingFull will result in a reload. Technically, the reload caused by the modification in this case can be avoided, but I can't guarantee that the complex workflow won't go wrong, so I didn't deal with it.

stable fast should be directly connected to ksampler, and it is better not to have other nodes between them.

gameltb commented 10 months ago

I've updated the code so you can try to use your original workflow after updating the node.

LL020202 commented 10 months ago

I've updated the code so you can try to use your original workflow after updating the node.我已经更新了代码,因此您可以在更新节点后尝试使用原始工作流。 Thank you, big brother. This project is really amazing.