Live smoke-test img2img/restyle against real ComfyUI on mRock (#11 follow-up) #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
#11 shipped v0 img2img/restyle on the local FLUX (
comfyui) backend (merged15c65dd). The new path —/upload/image, theflux1-schnell-img2img.jsongraph (LoadImage→VAEEncode→KSamplerdenoise),workflow_img2imgresolution — is unit-tested against a mocked ComfyUI HTTP API only. It has not been run against the real ComfyUI instance on mRock.Goal
Verify the happy path end-to-end on actual hardware:
http://mrock:8188),flux-schnell-localinstance configured.imagen restyle <some.jpg> --style watercolor --backend flux-schnell-localproduces a plausible restyled image.imagen generate "…" --from <some.jpg> --strength 0.6works and--strengthvisibly changes transformation amount across a couple of values (e.g. 0.3 vs 0.7)./upload/imagecontent-hash filenames don't pile up server-side, and the distilled-model step floor produces non-muddy output on schnell.source_image_path+ sha256 + strength.--size+--fromrejection and the capability error fire as designed.Notes
needs-smoke(Replicate). Same category of follow-up: code is correct + unit-tested, real-hardware verification pending.Refs
docs/design-img2img-restyle.md