{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":669534386,"defaultBranch":"main","name":"sdxl_prompt_styler","ownerLogin":"twri","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-07-22T15:36:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4344671?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698395323.0","currentOid":""},"activityList":{"items":[{"before":"63b22be867cd2760aa35a0a3a967adf455d2789c","after":"51068179927f79dce14f38c6b1984390ab242be2","ref":"refs/heads/main","pushedAt":"2024-03-24T18:55:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"SDXLPromptStylerAdvanced deduplicate tokens in merged output (#30)\n\n* Added deduplicate_merge method, use when copy_to_l enabled\r\n\r\n* Use deduplicate_merge for SDXLPromptStylerAdvanced text_positive combined output","shortMessageHtmlLink":"SDXLPromptStylerAdvanced deduplicate tokens in merged output (#30)"}},{"before":"c00b5699a4525bd4d95c39b9a39071e4b5d61cf2","after":"63b22be867cd2760aa35a0a3a967adf455d2789c","ref":"refs/heads/main","pushedAt":"2024-01-26T11:57:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Advanced node, copy G to L option (#21)","shortMessageHtmlLink":"Advanced node, copy G to L option (#21)"}},{"before":"95eea10c7024376903cee1185088d50c0965299d","after":"c00b5699a4525bd4d95c39b9a39071e4b5d61cf2","ref":"refs/heads/main","pushedAt":"2024-01-19T16:41:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Add toggles to disable styling","shortMessageHtmlLink":"Add toggles to disable styling"}},{"before":"2917394a0abf35c9e0b4b614fd74ad403ecb2cce","after":"95eea10c7024376903cee1185088d50c0965299d","ref":"refs/heads/main","pushedAt":"2023-11-30T19:16:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"log_prompt to bool","shortMessageHtmlLink":"log_prompt to bool"}},{"before":"0664f1e378661888bc0f0fc101c98a1a696e658e","after":"2917394a0abf35c9e0b4b614fd74ad403ecb2cce","ref":"refs/heads/main","pushedAt":"2023-10-27T08:35:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Fixed multiple spelling errors in README.md","shortMessageHtmlLink":"Fixed multiple spelling errors in README.md"}},{"before":"6ec98f569e846b8e9d7bf2a66a4d7ef4ebffb9ca","after":null,"ref":"refs/heads/development","pushedAt":"2023-10-27T08:28:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"}},{"before":"73415620cf8d896d2c4665e3b51b10cf4406a198","after":"6ec98f569e846b8e9d7bf2a66a4d7ef4ebffb9ca","ref":"refs/heads/development","pushedAt":"2023-10-27T08:22:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Revert \"README.md fixes\"\n\nThis reverts commit b61e14339a5c6a9fca941803a4a8050b8caa6023.","shortMessageHtmlLink":"Revert \"README.md fixes\""}},{"before":"6ec98f569e846b8e9d7bf2a66a4d7ef4ebffb9ca","after":"73415620cf8d896d2c4665e3b51b10cf4406a198","ref":"refs/heads/development","pushedAt":"2023-10-27T08:00:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Fixed multiple spelling errors in README.md","shortMessageHtmlLink":"Fixed multiple spelling errors in README.md"}},{"before":"2ec1d636f0a608143310a7d9e97453e4511f6a35","after":"0664f1e378661888bc0f0fc101c98a1a696e658e","ref":"refs/heads/main","pushedAt":"2023-08-27T19:06:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Development (#8)\n\n* Separate positive prompt G and L if ' . ' present\r\n\r\n* Added an option to choose the split behavior\r\n\r\n* feat(prompt styler): Enhance prompt styling capabilities\r\n\r\n- Refactor documentation comments for clarity\r\n- Add data validation and helper functions for JSON structure and template retrieval\r\n- Introduce an advanced prompt styling mechanism:\r\n - Split templates based on a specific pattern\r\n - Allow separate main and auxiliary prompts for advanced styling\r\n - Replace and combine prompt placeholders in an enhanced manner\r\n- Update SDXLPromptStyler to utilize refactored helper functions\r\n- Introduce SDXLPromptStylerAdvanced for advanced styling needs\r\n\r\n* Removed old changes\r\n\r\n* Added text l & g negative outputs, and negative prompt destination select\r\n\r\n* Added text l & g negative outputs, and negative prompt destination select\r\n\r\n* Updates to README.md to reflect new features\r\n\r\n* README.md fixes\r\n\r\n* Revert \"README.md fixes\"\r\n\r\nThis reverts commit b61e14339a5c6a9fca941803a4a8050b8caa6023.\r\n\r\n---------\r\n\r\nCo-authored-by: Danamir ","shortMessageHtmlLink":"Development (#8)"}},{"before":"b61e14339a5c6a9fca941803a4a8050b8caa6023","after":"6ec98f569e846b8e9d7bf2a66a4d7ef4ebffb9ca","ref":"refs/heads/development","pushedAt":"2023-08-27T18:53:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Revert \"README.md fixes\"\n\nThis reverts commit b61e14339a5c6a9fca941803a4a8050b8caa6023.","shortMessageHtmlLink":"Revert \"README.md fixes\""}},{"before":"abcf1ff75137cce821e2c62affa99ea369aa19cb","after":"b61e14339a5c6a9fca941803a4a8050b8caa6023","ref":"refs/heads/development","pushedAt":"2023-08-27T18:50:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"README.md fixes","shortMessageHtmlLink":"README.md fixes"}},{"before":"6cd35306bc519aa42a10a63bc98a79d61d171358","after":"abcf1ff75137cce821e2c62affa99ea369aa19cb","ref":"refs/heads/development","pushedAt":"2023-08-27T18:45:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Updates to README.md to reflect new features","shortMessageHtmlLink":"Updates to README.md to reflect new features"}},{"before":"596740c70239d41a37a911ed4c0b0e979943c336","after":"6cd35306bc519aa42a10a63bc98a79d61d171358","ref":"refs/heads/development","pushedAt":"2023-08-27T15:58:16.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Merge pull request #2 from Danamir/positive-prompt-gl\n\nSeparate positive prompt G and L if ' . ' present","shortMessageHtmlLink":"Merge pull request #2 from Danamir/positive-prompt-gl"}},{"before":"cd882f7e69759fe1ff5a894e2bcf3356c9624342","after":"596740c70239d41a37a911ed4c0b0e979943c336","ref":"refs/heads/development","pushedAt":"2023-08-27T14:33:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"Added text l & g negative outputs, and negative prompt destination select","shortMessageHtmlLink":"Added text l & g negative outputs, and negative prompt destination se…"}},{"before":null,"after":"cd882f7e69759fe1ff5a894e2bcf3356c9624342","ref":"refs/heads/development","pushedAt":"2023-08-15T12:57:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"feat(prompt styler): Enhance prompt styling capabilities\n\n- Refactor documentation comments for clarity\n- Add data validation and helper functions for JSON structure and template retrieval\n- Introduce an advanced prompt styling mechanism:\n - Split templates based on a specific pattern\n - Allow separate main and auxiliary prompts for advanced styling\n - Replace and combine prompt placeholders in an enhanced manner\n- Update SDXLPromptStyler to utilize refactored helper functions\n- Introduce SDXLPromptStylerAdvanced for advanced styling needs","shortMessageHtmlLink":"feat(prompt styler): Enhance prompt styling capabilities"}},{"before":"ff89f24baaa1ae6eb5e1e77e455456e75d75cb70","after":"2ec1d636f0a608143310a7d9e97453e4511f6a35","ref":"refs/heads/main","pushedAt":"2023-08-11T07:54:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"feat(styles): Support multiple JSON files and update README\n\n- Enable loading from multiple JSON files in the styles directory.\n- Handle duplicates by appending a suffix to style names.\n- Update README with migration steps for users with custom styles.\n- Add guidance on managing included JSON files.","shortMessageHtmlLink":"feat(styles): Support multiple JSON files and update README"}},{"before":"fc682b47807f5377c6357a9ec09fb165ea35176c","after":"ff89f24baaa1ae6eb5e1e77e455456e75d75cb70","ref":"refs/heads/main","pushedAt":"2023-07-23T18:23:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"more style fixes","shortMessageHtmlLink":"more style fixes"}},{"before":"b028816e3344848cce6448aa2ed1941660dc33bd","after":"fc682b47807f5377c6357a9ec09fb165ea35176c","ref":"refs/heads/main","pushedAt":"2023-07-23T18:05:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"rework styles prefixes and cleanup readme","shortMessageHtmlLink":"rework styles prefixes and cleanup readme"}},{"before":"f594c7ccd7770a102dc6888cb3a622ad8d48dd1a","after":"b028816e3344848cce6448aa2ed1941660dc33bd","ref":"refs/heads/main","pushedAt":"2023-07-22T18:47:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"new styles","shortMessageHtmlLink":"new styles"}},{"before":"5d7f407007156dade2f952d0d21d39c934818c4f","after":"f594c7ccd7770a102dc6888cb3a622ad8d48dd1a","ref":"refs/heads/main","pushedAt":"2023-07-22T18:10:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"fix MIT license","shortMessageHtmlLink":"fix MIT license"}},{"before":"4b1c6db11035d15e2abc4266fdc7fd0393df318b","after":"5d7f407007156dade2f952d0d21d39c934818c4f","ref":"refs/heads/main","pushedAt":"2023-07-22T17:45:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"updated with a few new styles","shortMessageHtmlLink":"updated with a few new styles"}},{"before":"a1b388007d98a08ce05c272b912d00e48563b5cf","after":"4b1c6db11035d15e2abc4266fdc7fd0393df318b","ref":"refs/heads/main","pushedAt":"2023-07-22T16:36:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"comment code","shortMessageHtmlLink":"comment code"}},{"before":"b08b3769da067013329b9b2bf042ccef58d3c2f0","after":"a1b388007d98a08ce05c272b912d00e48563b5cf","ref":"refs/heads/main","pushedAt":"2023-07-22T16:26:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"fix trailing whitespace","shortMessageHtmlLink":"fix trailing whitespace"}},{"before":"c33c94d19c09c8764fb19d11e6086a65a76d927a","after":"b08b3769da067013329b9b2bf042ccef58d3c2f0","ref":"refs/heads/main","pushedAt":"2023-07-22T16:22:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"update installation instructions","shortMessageHtmlLink":"update installation instructions"}},{"before":"2f774e61c4a192c2cbb75d7844d11709115ae46d","after":"c33c94d19c09c8764fb19d11e6086a65a76d927a","ref":"refs/heads/main","pushedAt":"2023-07-22T16:20:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"update installation instructions","shortMessageHtmlLink":"update installation instructions"}},{"before":"0ff692874032dc30e8b0832ac1120f8646c44d14","after":"2f774e61c4a192c2cbb75d7844d11709115ae46d","ref":"refs/heads/main","pushedAt":"2023-07-22T16:16:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"update installation instructions","shortMessageHtmlLink":"update installation instructions"}},{"before":"83a153dfb940f8771dc14e29b1c03e18fdf38eef","after":"0ff692874032dc30e8b0832ac1120f8646c44d14","ref":"refs/heads/main","pushedAt":"2023-07-22T16:06:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"update installation instructions","shortMessageHtmlLink":"update installation instructions"}},{"before":"380d43cb9d42c64e4bd3f7871f25ed683507158c","after":"83a153dfb940f8771dc14e29b1c03e18fdf38eef","ref":"refs/heads/main","pushedAt":"2023-07-22T15:54:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"add installation instructions","shortMessageHtmlLink":"add installation instructions"}},{"before":null,"after":"380d43cb9d42c64e4bd3f7871f25ed683507158c","ref":"refs/heads/main","pushedAt":"2023-07-22T15:38:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"twri","name":null,"path":"/twri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4344671?s=80&v=4"},"commit":{"message":"initial commit","shortMessageHtmlLink":"initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEHgCIuwA","startCursor":null,"endCursor":null}},"title":"Activity · twri/sdxl_prompt_styler"}