mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-10 08:55:16 +02:00
Problem was that controlnet support involved adding **kwargs to method calls down in denoising loop, and AddsMaskLatents didn't accept **kwarg arg. So just changed to accept and pass on **kwargs. |
||
|---|---|---|
| .. | ||
| diffusion | ||
| image_degradation | ||
| schedulers | ||
| __init__.py | ||
| concepts_lib.py | ||
| diffusers_pipeline.py | ||
| offloading.py | ||
| textual_inversion_manager.py | ||