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
Prompting:
Default ComfyUI and by extension this plugin suffers from worse prompting than for example SD.NEXT which has two options that severely increase output quality and ease of prompting: Use line break to segment prompt (equivalent to writing BREAK in a1111) and Force zero tensor on empty prompts (removes any residual noise if for example you got an empty negative prompt)
I believe this could be fixed by updating the currently existing workflows to incorporate the equivalent ComfyUI nodes.
NegPiP and having a token counter per segment would also be incredibly useful when combined with the above.
Generation Live Preview & HuggingFace Remote VAE:
The live previews could use TAESD and the final VAE decode step could use HuggingFace's free remote VAE decodes with a fallback to normal VAE decode when the remote is unavailable.
Skip CFG/Negative Prompt:
This would speed up generation times and produce better results on models that might be a tad bit too creative such as default NoobAI XL VPred 1.0.
Laplace Scheduler:
A scheduler which went under the radar for a majority of time, currently present in reForge. It has been providing me with the best results on VPred/ZTSNR models, as an example it made NoobAI useable with UniPC.
The text was updated successfully, but these errors were encountered:
Prompting:
Default ComfyUI and by extension this plugin suffers from worse prompting than for example SD.NEXT which has two options that severely increase output quality and ease of prompting:
Use line break to segment prompt
(equivalent to writing BREAK in a1111) andForce zero tensor on empty prompts
(removes any residual noise if for example you got an empty negative prompt)I believe this could be fixed by updating the currently existing workflows to incorporate the equivalent ComfyUI nodes.
NegPiP and having a token counter per segment would also be incredibly useful when combined with the above.
Generation Live Preview & HuggingFace Remote VAE:
The live previews could use TAESD and the final VAE decode step could use HuggingFace's free remote VAE decodes with a fallback to normal VAE decode when the remote is unavailable.
Skip CFG/Negative Prompt:
This would speed up generation times and produce better results on models that might be a tad bit too creative such as default NoobAI XL VPred 1.0.
Laplace Scheduler:
A scheduler which went under the radar for a majority of time, currently present in reForge. It has been providing me with the best results on VPred/ZTSNR models, as an example it made NoobAI useable with UniPC.
The text was updated successfully, but these errors were encountered: