-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: Add imports for diffusion and vision cached model classes to artkit.api
#25
Merged
rgriff23
merged 9 commits into
1.0.x
from
BUGFIX/Include_CachedDiffusionModel_and_CachedVisionModel_artkit_api
Jun 22, 2024
Merged
FIX: Add imports for diffusion and vision cached model classes to artkit.api
#25
rgriff23
merged 9 commits into
1.0.x
from
BUGFIX/Include_CachedDiffusionModel_and_CachedVisionModel_artkit_api
Jun 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rgriff23
requested review from
j-ittner,
seanggani,
breakbotz,
AlexanderLontke,
matthew-wong-bcg and
gytcrt
June 22, 2024 18:34
rgriff23
changed the title
add imports to artkit.api
BUGFIX: Add imports for Jun 22, 2024
CachedDiffusionModel
and CachedVisionModel
to artkit.api
rgriff23
changed the title
BUGFIX: Add imports for
BUGFIX: Add imports for diffusion and vision cached model classes to artkit.api
Jun 22, 2024
CachedDiffusionModel
and CachedVisionModel
to artkit.api
j-ittner
changed the title
BUGFIX: Add imports for diffusion and vision cached model classes to artkit.api
FIX: Add imports for diffusion and vision cached model classes to Jun 22, 2024
artkit.api
j-ittner
approved these changes
Jun 22, 2024
* BUILD: remove dependency on aiolimiter * BUILD: relax ptools dependency for future minor releases * BUILD: adjust build config * BUILD: update version to 1.0.1 * BUILD: require pytest~=8.2 for test runs * BUILD: rephrase dependencies using ~= * DOC: add comments to release pipeline * DOC: add comments to release pipeline * BUILD: move LLM dependencies * BUILD: fix typo in meta.yaml * BUILD: remove quotes from meta.yaml * updated and commented on workflow triggers, conditions, dependencies * BUILD: move LLM-specific packages to min/max configs and list them in conda/tox test configs * DOC: add comments to release pipeline * BUILD: minor tweaks to the release pipeline * BUILD: include aiohttp in mypy dependencies * BUILD: check version consistency only when preparing/pushing a release * BUILD: enforce test env dependency versions only if specified * BUILD: set tox env name to py3 everywhere * BUILD: preserve test dependencies in default build * BUILD: explicitly state tox.ini path * BUILD: pytorch is torch on PyPi * BUILD: move test dependencies to tox base testenv * BUILD: remove old pytest & linting actions now integrated with pipeline * BUILD: move test dependencies to tox base testenv * BUILD: consistently refer to pytorch as 'torch' * BUILD: add comments to tox.ini * BUILD: run min/max matrix tests with different python versions * BUILD: split out matrix exclusions for 3.12 * BUILD: don't build matplotlib from source during tests --------- Co-authored-by: Matthew Wong <[email protected]> Co-authored-by: Andy Moon <[email protected]>
* cleanup virtual env setup and local module import sections * add empty line after section headers in issues templates for improved readability * equitability tutorial: fix typos * MacOS or Unix
…hedVisionModel_artkit_api
rgriff23
deleted the
BUGFIX/Include_CachedDiffusionModel_and_CachedVisionModel_artkit_api
branch
June 22, 2024 22:26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Fix bug by adding
CachedDiffusionModel
andCachedVisionModel
to imports inartkit.api
Issue number and link:
artkit.api
does not importCachedDiffusionModel
andCachedVisionModel
#24:artkit.api
does not importCachedDiffusionModel
andCachedVisionModel
#24