Update bnk_tiled_samplers.py

This commit is contained in:
VALADI K JAGANATHAN
2024-05-31 18:23:20 +05:30
committed by GitHub
parent 39c6758198
commit a5422d6599

View File

@@ -123,7 +123,7 @@ def sample_common(model, add_noise, noise_seed, tile_width, tile_height, tiling_
# positive_copy = comfy.sample.convert_cond(positive)
# 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.
conds0 = \
conds0 = \
{"positive": comfy.sampler_helpers.convert_cond(positive),
"negative": comfy.sampler_helpers.convert_cond(negative)}