mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Remove debug print statement for primary sampler ID in MetadataProcessor
This commit is contained in:
@@ -238,7 +238,6 @@ class MetadataProcessor:
|
|||||||
|
|
||||||
# Find the primary KSampler node
|
# Find the primary KSampler node
|
||||||
primary_sampler_id, primary_sampler = MetadataProcessor.find_primary_sampler(metadata, id)
|
primary_sampler_id, primary_sampler = MetadataProcessor.find_primary_sampler(metadata, id)
|
||||||
print(f"Primary sampler ID: {primary_sampler_id}, downstream ID: {id}")
|
|
||||||
|
|
||||||
# Directly get checkpoint from metadata instead of tracing
|
# Directly get checkpoint from metadata instead of tracing
|
||||||
checkpoint = MetadataProcessor.find_primary_checkpoint(metadata)
|
checkpoint = MetadataProcessor.find_primary_checkpoint(metadata)
|
||||||
|
|||||||
Reference in New Issue
Block a user