diff --git a/.pylintrc b/.pylintrc index 0f77d8aa4..a24604e3c 100644 --- a/.pylintrc +++ b/.pylintrc @@ -204,6 +204,7 @@ disable=abstract-method, unnecessary-lambda-assigment, unnecessary-lambda, unused-wildcard-import, + useless-return, use-dict-literal, use-symbolic-message-instead, useless-suppression, diff --git a/CHANGELOG.md b/CHANGELOG.md index 15297cafc..0c02b038a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ - **Features** - new setting -> huggingface -> download method default is `rust` as new `xet` is known to cause issues - - support for `flux.1-kontext` lora + - support for `flux.1-kontext` lora +- **UI** + - new artwork for reference models in networks, thanks @liutyi - **Fixes** - fix OpenVINO with offloading - add explicit offload calls on prompt encode