Skip to content
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

Conversation

rgriff23
Copy link
Contributor

Description

Fix bug by adding CachedDiffusionModel and CachedVisionModel to imports in artkit.api

Issue number and link:

@rgriff23 rgriff23 linked an issue Jun 22, 2024 that may be closed by this pull request
@rgriff23 rgriff23 added the bug Something isn't working label Jun 22, 2024
@rgriff23 rgriff23 self-assigned this Jun 22, 2024
@rgriff23 rgriff23 changed the title add imports to artkit.api BUGFIX: Add imports for CachedDiffusionModel and CachedVisionModel to artkit.api Jun 22, 2024
@rgriff23 rgriff23 changed the title BUGFIX: Add imports for CachedDiffusionModel and CachedVisionModel to artkit.api BUGFIX: Add imports for diffusion and vision cached model classes to artkit.api Jun 22, 2024
@j-ittner 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 artkit.api Jun 22, 2024
j-ittner and others added 3 commits June 22, 2024 18:16
* 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
@rgriff23 rgriff23 merged commit 5d0f521 into 1.0.x Jun 22, 2024
11 checks passed
@rgriff23 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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

artkit.api does not import CachedDiffusionModel and CachedVisionModel
2 participants