This repository was archived by the owner on Nov 27, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking Changes
Now that most of the large parts are in place its time to tidy up and refactor the API, the biggest change is the removal of the
ModelService
and theModelSet
, when i first started these made sense as I thought all models would share the same lifetime, however it seems this is not the case, there are many advantages to sharing models across pipelines, caching etcThe
Pipeline
classes have been extended and act as the oldModelSet
, Dependency injection has been removed from the Pipeline class downwards allowing for easier use when not using DIDiffusers Style API
With the new changes we can now make a Diffusers like API, I will start this in the PR but will complete over the new few versions
Task List