这个模块为 ComfyUI 增加了一些改进的 LCM(Latent Consistency Model)采样器,以提供更好的采样质量和更多的定制选项。以下是对其功能的翻译和总结: 模块功能与用途 新增采样器节点: SamplerLCMAlternative通过引入额外的参数(如 euler_steps 和ancestral),在常规LCM采样基础上增加了欧拉采样步骤,以提高细节和锐度。 Sa...
LCMSampler-ComfyUI この拡張ノードはSSD-1B-animeのLCM化LoRAを使うためのものです。本家LCMでの動作は保証しません(そもそも現バージョンでは重みをロードできない)。 LCMによる高速生成を生かすため、デコーダとしてTAESDを利用するためのノードも用意しています。こちらはComfyUI-OtherVAEs...
SamplerLCMAlternative has two extra parameters. - `euler_steps`, which is an integer and allows you tell the sampler to use Euler sampling for the first n steps (or skip euler only for last n steps when n is negative). - `ancestral`, no clue if the way I add randomness actually matc...
切换模式 登录/注册 路过银河 星空摄影师/大数据分析师 雪夜。 girl,full moon,(((ink))),((watercolor)),oil_painting,in the snow, Steps: 6, Sampler: Euler a, CFG scale: 2, Seed: 2935459028, Size: 768x1024, Model hash: 52694bdbf4, Model: bluePencilXLLCM_v200, Clip skip: 2, ENSD:...
参数设置: Steps: 20, Sampler: Euler a, CFG scale: 3, Seed: 1360200724, Size: 832x1216, Model hash: 97ebe87867, Model: leosamHelloworldTurbo_20TurboLCM, Denoising strength: 0.3, Style Selector Enabled: True, Style Selector Randomize: False, Style Selector Style: base, Hires upscale: 1.5...
ComfyUI Custom Sampler nodes that add a new improved LCM sampler functions This custom node repository adds three new nodes for ComfyUI to the Custom Sampler category. SamplerLCMAlternative, SamplerLCMCycle and LCMScheduler (just to save a few clicks, as you could also use the BasicScheduler an...
defsample_lcm_alt(model,x,sigmas,extra_args=None,callback=None,disable=None,noise_sampler=None,sigma_limit=0.115): defsample_lcm_alt(model,x,sigmas,extra_args=None,callback=None,disable=None,noise_sampler=None,euler_steps=-3,ancestral=0.0): ...
ComfyUI Custom Sampler nodes that add a new improved LCM sampler functions" version = "1.0.0" license = "LICENSE" license = "GPL3" [project.urls] Repository = "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] ...