mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Update bnk_tiled_samplers.py
This commit is contained in:
committed by
GitHub
parent
39c6758198
commit
a5422d6599
@@ -123,7 +123,7 @@ def sample_common(model, add_noise, noise_seed, tile_width, tile_height, tiling_
|
|||||||
# positive_copy = comfy.sample.convert_cond(positive)
|
# positive_copy = comfy.sample.convert_cond(positive)
|
||||||
# negative_copy = comfy.sample.convert_cond(negative)
|
# negative_copy = comfy.sample.convert_cond(negative)
|
||||||
#change made due to changes in omfy.sampler's 'convert cond' has been removed.. check if any error persists.
|
#change made due to changes in omfy.sampler's 'convert cond' has been removed.. check if any error persists.
|
||||||
conds0 = \
|
conds0 = \
|
||||||
{"positive": comfy.sampler_helpers.convert_cond(positive),
|
{"positive": comfy.sampler_helpers.convert_cond(positive),
|
||||||
"negative": comfy.sampler_helpers.convert_cond(negative)}
|
"negative": comfy.sampler_helpers.convert_cond(negative)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user