mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
Print form factor.
This commit is contained in:
parent
c3eed981c0
commit
14b82d97ae
@ -68,6 +68,7 @@ async def _get_cnr_data(cache_mode=True, dont_wait=True):
|
||||
else:
|
||||
form_factor = 'other'
|
||||
|
||||
print(f"form_factor: {form_factor}")
|
||||
while remained:
|
||||
# Add comfyui_version and form_factor to the API request
|
||||
sub_uri = f'{base_url}/nodes?page={page}&limit=30&comfyui_version={comfyui_ver}&form_factor={form_factor}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user