-
/content/ComfyUI/models/text_encoders/t5xxl_fp16.safetensors
/content/ComfyUI/models/unet/flux1-dev-bnb-nf4-v2-unet.safetensors
/content/ComfyUI/models/unet/flux1-schnell-bnb-nf4-unet.safetensor…
-
When starting python app.py I get this error:
NameError: name 'is_torch_npu_available' is not defined. Did you mean: 'is_torch_xla_available'?
-
Currently, neither vanilla torch nor array-api-compat torch seem to accept the `copy` keyword. (Or the `device` keyword, of course, but that is probably harder to deal with.)
```python3
import num…
-
https://github.com/layer6ai-labs/dgm-eval/blob/master/dgm_eval/metrics/fd.py
structure
```python
import torch
from torchmetrics import Metric
class MyAccuracy(Metric):
def __init__(s…
-
Hi i have an issue with the Touch Diffusion. I have succesfully install it, but when i loaded it to Touch Designer an error appear like this
I tried to repeat the reload process but still nothing hap…
-
> C:\Users\Qatrol\Downloads\game\open-oasis\generate.py:17: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implic…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Trai…
-
i get this torch not compiled! error
C:\Users\steam\AppData\Local\Programs\Miniconda3\envs\echomimic\lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytr…
-
After the models are loaded It get this Error:
`module 'torch._C' has no attribute '_cuda_resetPeakMemoryStats'`
On a M1 MacBook Pro 32 GB
-
Hey friends.
I try to install EasyAnimate in newest ComfyUI Portable manually. It is newest version and up to date.
When i follow the instructions, and type in pip install -r comfyui/requiremen…