-
Error occurred when executing SMoE_Generation_Zho:
SparseMoeBlock.forward() missing 1 required positional argument: 'scale'
File "E:\comfyui_install\execution.py", line 152, in recursive_execu…
-
(venv) E:\ControlVideo>python inference.py
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton.language'
Traceback (most recent cal…
-
Code:
```python
torch._dynamo.config.suppress_errors = True
self.pipe = OotdPipeline.from_pretrained(
MODEL_PATH,
unet_garm=unet_garm,
unet_vton=unet_vton,
vae=vae,
torch…
-
### Expected Behavior
-
### Actual Behavior
![image](https://github.com/user-attachments/assets/1f9608dc-4631-41c3-bd2a-bfe506d39104)
SD15 and Flux work fine, the problem is only with SDXL
Co…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
And I also have some problem when I try to run the code,such as in the AttResUNet,there is no AttentionSEResUNet.And I was confused about import UNetConfig as uc in the AttSEResUNet.py.Could you solv…
-
Hi! Thank you for your amazing work!
When I'm compiling unet with torch.compile(unet) decoupled text/image attention seems to stop working. Do you have fix for that?
-
-
More of a question really, but do you know why the num_attention_heads and attention_head_dim are opposite when initialising Transformer2D blocks?
https://github.com/ExponentialML/Text-To-Video-Fin…
-
I run `tutorial_train.py` and save the related param of ‘unet’ and ‘ip-adapter_sd15.bin’. But when I load the unet param with StableDiffusionPipeline, I get the warning:
```
weights of the model che…