rickvalstar

Results 11 comments of rickvalstar

Happens for me on ubuntu 22.04; python 3.10; yfinance 0.2.63; curl-cffi 0.11.3; tf-nightly 2.20.0.dev20250604 -- all the latest stuff on python 3.10 (chosen for CUDA support across pytorch, tensorflow, jax)...

@ValueRaider it does appear to be a curl_cffi vs tensorflow import issue and not yfinance -- at least for me. Your "curl_cffi.requests.session.Session()" stmt works either way (probably need to do...

See my cross-post here: https://github.com/TheLastBen/fast-stable-diffusion/issues/2937#issuecomment-2484229424 I think it will solve the issue as it did for me. Enjoy

See my cross-post here: [TheLastBen/fast-stable-diffusion#2937 (comment)](https://github.com/TheLastBen/fast-stable-diffusion/issues/2937#issuecomment-2484229424) I think it will solve the issue as it did for me. Enjoy

For this stable-diffusion-webui package, the places with the GBs of files tend to be the "/.cache/huggingface/hub" and ".../stable-diffusion-webui-master/models/Stable-diffusion" directories. I've been successful in cleaning up huggingface. Moving/renaming files/directories first and...

As an aside, I've moved away from this "AUTOMATIC1111/stable-diffusion-webui" project as it is old and out-of-date. Intel has done a marvelous job reinventing this in their OpenVINO Toolkit: https://github.com/openvinotoolkit https://github.com/openvinotoolkit/openvino_notebooks/tree/latest/notebooks/text-to-image-genai...

As an aside, the "AttributeError: 'MessageFactory' object has no attribute 'GetPrototype'" messages are because Google deprecated MessageFactory some time back but their warning didn't seem to post. As of protobuf==5.29.3,...

***** EDIT ***** I did a little more looking at my initial workaround and revised it as I continue to seek the root cause Everyone (including me) has been looking...

> > Forcing disable_clip to False will result in downloading some large clip models. My solution is to force it to True with the fix below: > > [AUTOMATIC1111/stable-diffusion-webui#13245 (comment)](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13245#issuecomment-1766452012)...

I've abandoned this out-dated "stable-diffusion-webui" project for the up-to-date OpenVINO Toolkit See my cross-post: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13245#issuecomment-2795141278