{"id":29061807,"url":"https://github.com/haoming02/sd-forge-chunk-weights","last_synced_at":"2025-07-17T12:39:49.439Z","repository":{"id":299793897,"uuid":"1000900642","full_name":"Haoming02/sd-forge-chunk-weights","owner":"Haoming02","description":"An Extension for Forge Webui that controls weighting of prompt chunks","archived":false,"fork":false,"pushed_at":"2025-06-19T02:59:47.000Z","size":681,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T08:09:35.136Z","etag":null,"topics":["stable-diffusion-webui-forge","stable-diffusion-webui-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Haoming02.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-12T13:48:01.000Z","updated_at":"2025-06-22T07:57:22.000Z","dependencies_parsed_at":"2025-06-18T10:49:26.881Z","dependency_job_id":"3feb38d6-fdf3-4478-be09-f2118921e71e","html_url":"https://github.com/Haoming02/sd-forge-chunk-weights","commit_stats":null,"previous_names":["haoming02/sd-forge-chunk-weights"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Haoming02/sd-forge-chunk-weights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haoming02%2Fsd-forge-chunk-weights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haoming02%2Fsd-forge-chunk-weights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haoming02%2Fsd-forge-chunk-weights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haoming02%2Fsd-forge-chunk-weights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Haoming02","download_url":"https://codeload.github.com/Haoming02/sd-forge-chunk-weights/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haoming02%2Fsd-forge-chunk-weights/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265607237,"owners_count":23797105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["stable-diffusion-webui-forge","stable-diffusion-webui-plugin"],"created_at":"2025-06-27T08:08:10.954Z","updated_at":"2025-07-17T12:39:49.380Z","avatar_url":"https://github.com/Haoming02.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SD Forge Chunk Weights\nThis is an Extension for [Forge Classic](https://github.com/Haoming02/sd-webui-forge-classic), which allows you to control the weighting for each chunk of prompts *(**i.e.** every 75 tokens)*.\n\n\u003e [!Tip]\n\u003e In the WebUI, you can use the keyword **`BREAK`** to manually separate prompts into different chunks to group similar concepts together\n\n## How to Use\nIn the `Weighting` text field, enter a list of **comma-separated floats**, corresponding to the weights of each chunk in order *(the default weight is `1.0`)*\n\n## Examples\n\n\u003ctable\u003e\n    \u003ctr align=\"center\"\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"./example/1.jpg\" width=384\u003e\u003cbr\u003e\n            a photo of a dog, a house\u003cbr\u003e\n            \u003cb\u003eExtension:\u003c/b\u003e \u003ccode\u003eDisabled\u003c/code\u003e\n        \u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"./example/2.jpg\" width=384\u003e\u003cbr\u003e\n            a photo of a dog, BREAK, a house\u003cbr\u003e\n            \u003cb\u003eExtension:\u003c/b\u003e \u003ccode\u003eDisabled\u003c/code\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr align=\"center\"\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"./example/3.jpg\" width=384\u003e\u003cbr\u003e\n            a photo of a dog, BREAK, a house\u003cbr\u003e\n            \u003cb\u003eWeights:\u003c/b\u003e \u003ccode\u003e1.5, 1.0\u003c/code\u003e\n        \u003c/td\u003e\n        \u003ctd\u003e\n            \u003cimg src=\"./example/4.jpg\" width=384\u003e\u003cbr\u003e\n            a photo of a dog, BREAK, a house\u003cbr\u003e\n            \u003cb\u003eWeights:\u003c/b\u003e \u003ccode\u003e1.0, 1.5\u003c/code\u003e\n        \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003chr\u003e\n\n- Idea by. **[@jeanhadrien](https://github.com/jeanhadrien)** in [#89](https://github.com/Haoming02/sd-webui-forge-classic/issues/89), based on this [Extension](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaoming02%2Fsd-forge-chunk-weights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaoming02%2Fsd-forge-chunk-weights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaoming02%2Fsd-forge-chunk-weights/lists"}