Skip to content

Conversation

@pschroedl
Copy link

Implements #216

WIP.

@pschroedl pschroedl marked this pull request as draft May 22, 2025 22:33
Comment on lines +84 to +93
python src/comfystream/scripts/build_trt.py \
--model /workspace/ComfyUI/models/unet/dreamshaper-8-dmd-1kstep.safetensors \
--out-engine /workspace/ComfyUI/output/tensorrt/dynamic-dreamshaper8_SD15_dyn-b-${batch_size}-h-512-704-w-320-384-448_00001_.engine \
--width 384 \
--height 704 \
--min-width 320 \
--min-height 512 \
--max-width 448 \
--max-height 704 \
--batch-size $batch_size
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This engine is not used by ai-runner/daydream and is only for example workflows. We should at least exclude it from the batch loop to minimize length of build process. I'd also be fine with removing it entirely for now. wdyt?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense, given that I primarily created this branch to unblock testing with these models for the daydream workflow - we don't need or want to deploy these ( yet )

@eliteprox
Copy link
Collaborator

Closing in favor of #442

@eliteprox eliteprox closed this Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants