MATEMATNKx

Results 5 comments of MATEMATNKx

In windows 10 I found the model here: C:\Users\{user}\.cache\huggingface\hub\models--stabilityai--stable-diffusion-2-1 I found the path to the file as a result of executing this code: ``` from diffusers import StableDiffusionPipeline import torch...

> app = FaceAnalysis(name='antelopev2', root='./', providers=['CUDAExecutionProvider', 'CPUExecutionProvider']) When the above code runs, it produces the following error: > > AssertionError Traceback (most recent call last) in () > > ---->...

When you first run code you have download onnx models ``` app = FaceAnalysis(name='antelopev2', root=".\onnx_models", providers=['CUDAExecutionProvider', 'CPUExecutionProvider'], allowed_modules=['detection']) ``` but model download as ![image](https://github.com/user-attachments/assets/8646ad2c-b8bd-4ef0-92e8-59ce3e87c5f3) if you would run project more...

> > I solved this problem, comfyui automatically downloaded and put the _.onnx inside antelopev2/antelopev2/_.onnx. Move the onnx files into the parent folder: antelopev2/*.onnx > > can't believe after all...

> s clearly a problem with the client's PC application, since the connection on Android doesn't break. Everything is as stated above, traffic splitting is enabled. Perhaps this is the...