punitda / ComfyRun

Run ComfyUI workflows on powerful cloud GPUs
5 stars 1 forks source link

Fix: Rebuild Machine Flow #20

Closed punitda closed 2 months ago

punitda commented 2 months ago

Issue: The rebuild machine flow was failing as the disabled "machine_name" input field wasn't being sent in the FormData by Remix. This is because Remix won't send disabled input values in FormData.

Fix: Removed disabled parameter during rebuild. We're instead using CSS to make input field look disabled for editing