FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
370 stars 56 forks source link

dtype float64 #84

Closed hahy36 closed 3 months ago

hahy36 commented 5 months ago

![Uploading 2024-04-13_11.28.06.jpg…]()

hahy36 commented 5 months ago

Loading 1 new model /kaggle/working/ComfyUI/custom_nodes/ComfyUI_FizzNodes/BatchFuncs.py:143: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value 'A beautiful Japanese girl dancing, kimono-clad, cherry blossoms swirling around her, graceful movements, soft light filtering through branches, traditional accessories, intricate obi sash, flowing hair, serene expression, long eyelashes, delicate nose, full lips, (best quality, 4k, 8k, highres, masterpiece: 1.2), ultra-detailed, (realistic, photorealistic, photo-realistic: 1.37), fine art, oil painting, vibrant pinks, warm yellows, A beautiful Japanese girl dancing, kimono-clad, cherry blossoms swirling around her, graceful movements atmospheric glow, natural shadows, bokeh background.' has dtype incompatible with float64, please explicitly cast to a compatible dtype first. cur_prompt_series[f] = str(current_prompt) /kaggle/working/ComfyUI/custom_nodes/ComfyUI_FizzNodes/BatchFuncs.py:144: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value 'A beautiful Japanese girl dancing, kimono-clad, cherry blossoms swirling around her, graceful movements, soft light filtering through branches, traditional accessories, intricate obi sash, flowing hair, serene expression, long eyelashes, delicate nose, full lips, (best quality, 4k, 8k, highres, masterpiece: 1.2), ultra-detailed, (realistic, photorealistic, photo-realistic: 1.37), fine art, oil painting, vibrant pinks, warm yellows, A beautiful Japanese girl dancing, kimono-clad, cherry blossoms swirling around her, graceful movements atmospheric glow, natural shadows, bokeh background.' has dtype incompatible with float64, please explicitly cast to a compatible dtype first. nxt_prompt_series[f] = str(next_prompt) Requested to load SD1ClipModel Loading 1 new model /kaggle/working/ComfyUI/custom_nodes/ComfyUI_FizzNodes/BatchFuncs.py:143: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value ' ' has dtype incompatible with float64, please explicitly cast to a compatible dtype first. cur_prompt_series[f] = str(current_prompt) /kaggle/working/ComfyUI/custom_nodes/ComfyUI_FizzNodes/BatchFuncs.py:144: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value ' ' has dtype incompatible with float64, please explicitly cast to a compatible dtype first. nxt_prompt_series[f] = str(next_prompt)

FizzleDorf commented 5 months ago

this seems to be an older version. the line isn't matching with what I have in the latest code. have you updated?

hahy36 commented 5 months ago

I am using the latest version of fizznodes.

FizzleDorf commented 3 months ago

this PR fixes this error #98