xingren23

Results 5 comments of xingren23

i try to merge config-management to master, but found some problem config settings type ServiceSettings struct { ... InputRAW MultiOption `json:"input-raw" mapstructure:"input-raw"` ... } then i run: /private/var/folders/jl/7524zq312p59fxz3msgtsl7c0000gn/T/___go_build_github_com_buger_goreplay --input-raw :8000...

> i try to merge config-management to master, but found some problem > > config settings > type ServiceSettings struct { > ... > InputRAW MultiOption `json:"input-raw" mapstructure:"input-raw"` > ......

> Sorry for the delay and thank you for doing this work! > > So what you mentioned in `feature :` section essentially added on top of my PR, right?...

Sure, that makes sense; In my scenario, ComfyUI is utilized in a serverless fashion, where the ComfyUI container is launched for the duration of the execution and terminated post-execution. Since...