diff --git a/.eslintrc.json b/.eslintrc.json index 2c4da6904..36daff03c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,7 @@ "parserOptions": { "ecmaVersion": 2020 }, - "plugins": [], + "plugins": ["html", "json"], "extends": [ "eslint:recommended", "airbnb-base" diff --git a/CHANGELOG.md b/CHANGELOG.md index f741770b0..2aa616389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - PixArt-Σ requires `diffusers-0.28.0.dev0` -## Update for 2024-04-15 +## Update for 2024-04-17 - **Features**: - **Gallery**: list, preview, search through all your images and videos! @@ -83,6 +83,7 @@ - css fixes - check if attention processor is compatible with model - sdupscale when used with control module + - noise sampler seed, thanks @leppie ## Update for 2024-03-19 diff --git a/package.json b/package.json index 2bb6269b6..f7bf12b80 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "dependencies": { "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", + "eslint-plugin-html": "^8.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-json": "^3.1.0" } diff --git a/wiki b/wiki index 340159b59..792b19c4d 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 340159b59dd118ad211197c42996f1ea064061aa +Subproject commit 792b19c4d1baa6a0672d660025e674e1e037d81f