-
Traceback (most recent call last):
File "E:\stableDiffusion\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_modu…
-
**Describe the bug**
When attempting to use NNAPI on at least my device (Pixel 6a) it fails run the model on the target device for whatever reason. I suspect this is due to the Tensor chips found in …
-
Hi, was just testing to see if I could reform the same results from your demo as in an import code. I was attempting to prompt two images and then ask for comparisons. The demo performs this very well…
-
### Question
我在运行cli.py文件进行推理时,出现以下错误:
`Traceback (most recent call last):
File "/root/miniconda3/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globa…
-
## 🐞Describing the bug
when coreML model is converted with classifier_config=
activation quantization with linear_quantize_activations
prints error:
Running compression pass linear_quantize_act…
-
### Describe the bug
I get a wrong tensor size error when trying to run multiple controlnets
### Reproduction
```
import argparse
import os
import random
import cv2
import numpy as np
impor…
-
Hello,
Thank you for the new link to the weights.
I'm getting an error when using my own input images.
```
RuntimeError: The size of tensor a (728) must match the size of tensor b (2360) at…
-
I followed the instructions at https://github.com/nathanrooy/rpi-urban-mobility-tracker
I'm getting this error:
(The first three lines as apparently just noise)
---
root@674b2ef1ec82:~# umt -vid…
-
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js): no
- OS Platform for development: Windows 10, RN expo SDK
- Mobile device: Android 10, Huawei P30…
-
### Describe the bug
I have successfully trained a Padim model using the images size of 256x256 and the tiling size of 224x224. Then, I converted it to a pytorch model. When I started inference using…