-
FETCH DATA from: /data/flux/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json [DONE]
got prompt
/root/anaconda3/envs/comfyui/lib/python3.12/site-packages/torch/functional.py:513: UserWarn…
-
Hi, I use the trtexec cmd tool to generate a plan trt model, Can I load it by TensorRT Loader node?
```
/usr/src/tensorrt/bin/trtexec --builderOptimizationLevel=4 --stronglyTyped --onnx=./backbone.o…
-
(bk-sdm) :~/pnnx/build/install/bin$ ./pnnx ~/diffusers-ncnn/model/unet-fp16.pt inputshape=[1,4,32,32],[1],[1,77,768]
pnnxparam = ~/diffusers_ncnn/model/unet_fp16.pnnx.param
pnnxbin = ~/diffusers_ncn…
-
Hi,
Thank you for releasing your code. I would like to understand where is the decoupled cross-attention being used in the code, as stated in the paper. In the code, I only say concatenation. I wou…
-
crashes on all in webui forge (newest version) ... only for a1111 ?
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: f2.0.1v1.10.1-previous-571-g1…
-
it seems that you change all the basictransformerblock in both down_blocks, mid_blocks and up_blocks. why still change the up_blocks in the unet again?
```python
def register_extended_attention(mode…
-
### 🐛 Bug
Adding `thunder.jit` to `ResBlock` in the UNet stage of NeMo SD is raising an error. From looking at the ResBlock call in NeMo code, the class is called correctly with right arguments. In…
-
I try to load lora with pipe.load_lora_weights("/content/adapter_model.safetensors")
but it gives an error
diffusers==0.28.0
model ='stablediffusionapi/realistic-vision-v51'
--------------…
-
At the moment it is not possible to define the number of attention heads via `num_attention_heads` because of a naming issue as described in https://github.com/huggingface/diffusers/issues/2011#issuec…
-
想问下注意力机制你是怎么加进去呀?另外可以分享一下你编代码的通常流程吗?感激涕零