Do anyone experience a bug running Image suite plugin?
What happened?
i ran wan2gp update to the latest version here on pinokio, and i have installed Z image turbo and flux 2 klein 4b too, as i read workis with the Image suite plugin. The Multicanvas tool seems to fail reading the sampler and scheduler, i fixed that after add "allow_custom_value=True" to the code to module, scheduler, model, turbo dragg , of the page.py , even then after that, now inpaint masked and in paint not masked wont work, honestly i tried to solve it with claude haha, and said is something related to gradio and the plugin conflict, so im not sure whatshappening since everytime i fix something , just appear a new error (always related to a numeric value of the options on the UI to render on multicanvas). Can be this related to a Image suit error or Wan 2gp?. btw : Everything else work

Steps to reproduce
- Install Wan2gp
2.Install Z image turbo
3.install Image suit pluging, restart
4.-update wan2gp
5.- Render an image on ZIT, the send it to Multicanvas, push InPaint
Your system (OS / GPU / RAM / VRAM / etc.)
Windows 10, rtx 3060 , 24 gb ram, 8 gb vram , Wan2gp 12.3
Logs / full error output
Traceback (most recent call last):
File "K:\DATA\IAWORK\pinokio726\api\wan.git\app\env\lib\site-packages\gradio\queueing.py", line 625, in process_events
response = await route_utils.call_process_api(
File "K:\DATA\IAWORK\pinokio726\api\wan.git\app\env\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "K:\DATA\IAWORK\pinokio726\api\wan.git\app\env\lib\site-packages\gradio\blocks.py", line 2142, in process_api
inputs = await self.preprocess_data(
File "K:\DATA\IAWORK\pinokio726\api\wan.git\app\env\lib\site-packages\gradio\blocks.py", line 1815, in preprocess_data
processed_input.append(block.preprocess(inputs_cached))
File "K:\DATA\IAWORK\pinokio726\api\wan.git\app\env\lib\site-packages\gradio\components\radio.py", line 125, in preprocess
raise Error(
gradio.exceptions.Error: "Value: 0 (type: <class 'int'>) is not in the list of choices: ['Inpaint masked', 'Inpaint not masked']"
Paste the full log output here
``` Before try to fix the issue myself, this was the first log error appear on the terminal (once i updated wan2gp and then i tried to use multicanvas on Imge suite)
Error
Value: native::z_image_control2_1_8s is not in the list of choices: ['Euler', 'Euler a', 'LMS', 'Heun', 'DPM2', 'DPM2 a', 'DPM++ 2S a', 'DPM++ 2M', 'DPM++ SDE', 'DPM++ 2M SDE', 'DPM++ 3M SDE', 'DDIM', 'DDPM', 'UniPC', 'PNDM', 'LCM', 'default'].
