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: lora debug messages removed, fix: download on model hash mismatch, feat: image_is_control, refactors #20

Merged
merged 103 commits into from
Jun 22, 2023

Conversation

tazlin added 30 commits June 13, 2023 09:13
fix: remove some unneeded logger messages
In the spirit of isolating comfyui imported behavior, which the 3rd party modules ultimately are, this change helps isolate any traps or pitfalls when it comes to importing modules, particularly with pytest.
As covered in my dissertation in `comfy_horde.py` (see diff), this change supports a more flexible scheme allowing pytest discovery to not be so problematic outside of tox.
I have testing in mind when doing this, but there could be other reasons for doing this.
The rationale here is to avoid any tricks to be required re: pytest discovery. The tox test is correspondingly updated
@tazlin tazlin added the release:minor Version _.x._ label Jun 21, 2023
@tazlin tazlin changed the title fix: lora debug messages removed, fix: download on model hash mismatch, feat: image_is_control, fix: lora debug messages removed, fix: download on model hash mismatch, feat: image_is_control, refactors Jun 22, 2023
@tazlin
Copy link
Member Author

tazlin commented Jun 22, 2023

In terms of the horde, only the worker beta branch will be using this version (1.6.x). See Haidra-Org/AI-Horde-Worker#262 as of the time of writing.

Other consumers of the library should not experience any irreconcilable problems, as the interfaces should be largely backwards compatible.

@tazlin tazlin merged commit 7b3b355 into releases Jun 22, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:minor Version _.x._
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants