ComfyUI Node
Bernini-R Segment Schedule
Segment prompt-travel schedule: each segment has a single prompt covering a frame range. Outputs standard CONDITIONING — connect directly to KSampler or DualExpertSampler. Compatible with NAG. The sampler denoises the whole video in one pass and swaps the text embedding per temporal window; adjacent segments crossfade over 'transition_frames' for smooth prompt transitions.
Bernini-R Segment Schedule
- clip
- positive
- negative
◄positive_prompt1-40: a cat walking on a sunny street; 41-81: a dog running in the park►
◄total_frames81►
◄negative_prompt色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走►
◄transition_frames8►
◄clip_name▾►
◄clip_typewan►
◄clip_devicecpu►
◄force_offloadtrue►
◄use_disk_cachetrue►
◄cache_tag►
CategoryBernini-R/Conditioning
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| positive_prompt | STRING | 1-40: a cat walking on a sunny street; 41-81: a dog running in the park | Segment schedule. Format: 'a-b: prompt'. Segments separated by ; or newline. Frames are 1-based. One prompt per segment. |
| total_frames | INT | 811–4096 | Total pixel frames of the output video. |
| negative_prompt | STRING | 色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走 | Negative prompt (same for all segments). |
| transition_framesopt | INT | 80–256 | Crossfade width between adjacent segments, in pixel frames (converted to latent frames by /4). Adjacent segments overlap by this amount and blend smoothly. 0 = hard cut (no crossfade). |
| clipopt | CLIP | CLIP text encoder. If connected, clip_name is ignored. | |
| clip_nameopt | COMBO | CLIP model file (ignored if 'clip' input is connected). | |
| clip_typeopt | COMBO | wan | CLIP architecture type. |
| clip_deviceopt | COMBO | cpu | 'cpu' saves VRAM during encoding. |
| force_offloadopt | BOOLEAN | true | Offload CLIP to CPU after encoding. |
| use_disk_cacheopt | BOOLEAN | true | Cache encoded embeddings to disk. |
| cache_tagopt | STRING | Optional cache isolation tag. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | — |
| negative | CONDITIONING | — |