-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no entries under groq_model.... TypeError: Client.__init__() got an unexpected keyword argument 'proxies' #172
Comments
I'm not able to look at it right now, but I will later this morning. Is this your first install of Plush? Also you might try putting an 'x' in front of your groq environment variable name |
no i was using it before with great success. not sure what caused it to break tbh i put x to env. var. [ERROR] An error occurred while retrieving information for the 'Enhancer' node.
Traceback (most recent call last):
File "C:\_stability_matrix\Data\Packages\ComfyUI\[server.py](https://github.com/glibsonoran/Plush-for-ComfyUI/issues/server.py)", line 573, in get_object_info
out[x] = node_info(x)
File "C:\_stability_matrix\Data\Packages\ComfyUI\[server.py](https://github.com/glibsonoran/Plush-for-ComfyUI/issues/server.py)", line 540, in node_info
info['input'] = obj_class.INPUT_TYPES()
File "C:\_stability_matrix\Data\Packages\ComfyUI\custom_nodes\Plush-for-ComfyUI\[style_prompt.py](https://github.com/glibsonoran/Plush-for-ComfyUI/issues/style_prompt.py)", line 652, in INPUT_TYPES
cFig=cFigSingleton()
File "C:\_stability_matrix\Data\Packages\ComfyUI\custom_nodes\Plush-for-ComfyUI\[style_prompt.py](https://github.com/glibsonoran/Plush-for-ComfyUI/issues/style_prompt.py)", line 73, in __new__
cls._instance.get_file()
File "C:\_stability_matrix\Data\Packages\ComfyUI\custom_nodes\Plush-for-ComfyUI\[style_prompt.py](https://github.com/glibsonoran/Plush-for-ComfyUI/issues/style_prompt.py)", line 163, in get_file
self._groq_models = self._model_fetch.fetch_models(RequestMode.GROQ, self._groq_key)
File "C:\_stability_matrix\Data\Packages\ComfyUI\custom_nodes\Plush-for-ComfyUI\[fetch_models.py](https://github.com/glibsonoran/Plush-for-ComfyUI/issues/fetch_models.py)", line 325, in fetch_models
return self.strategy.fetch_models(key, api_obj, **kwargs)
File "C:\_stability_matrix\Data\Packages\ComfyUI\custom_nodes\Plush-for-ComfyUI\[fetch_models.py](https://github.com/glibsonoran/Plush-for-ComfyUI/issues/fetch_models.py)", line 174, in fetch_models
client = api_obj(api_key=key)
File "C:\_stability_matrix\Data\Packages\ComfyUI\venv\lib\site-packages\groq\_client.py", line 99, in __init__
super().__init__(
File "C:\_stability_matrix\Data\Packages\ComfyUI\venv\lib\site-packages\groq\_base_client.py", line 824, in __init__
self._client = http_client or SyncHttpxClientWrapper(
File "C:\_stability_matrix\Data\Packages\ComfyUI\venv\lib\site-packages\groq\_base_client.py", line 722, in __init__
super().__init__(**kwargs)
TypeError: Client.__init__() got an unexpected keyword argument 'proxies' |
I thought I remembered this from an earlier issue. This is a rare combination of two libraries that have a bad interaction. Basically you're going to need to change your version of the httpx library. |
thank you . |
No worries my friend. I'm glad it's working for you, enjoy! 👍 |
downgraded httpx to 0.25.1 as suggested. confirmed working |
had no entries under groq models suddenly:

(tested gpt4o-mini: still working)
so i tried updating plush in manager and got this in terminal claiming node is dirty (?)
anyway: restarting comfy and i still find this:
tried deleting plush node and reinstalling and still having the same issue.
PS: not sure if it has anything to do with it but manager shows unknown version:

The text was updated successfully, but these errors were encountered: