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

v2.11.4 Updates #744

Merged
merged 17 commits into from
Jul 4, 2024
Merged

v2.11.4 Updates #744

merged 17 commits into from
Jul 4, 2024

Conversation

ionite34
Copy link
Member

@ionite34 ionite34 commented Jul 4, 2024

Changed

  • Base Python install will now use setuptools==69.5.1 for compatibility with torchsde. Individual Packages can upgrade as required.
  • Improved formatting of "Copy Details" action on the Unexpected Error dialog
  • (Debug) Logging verbosity for classes can now be configured with environment variables (Logging__LogLevel__<TypeFullName>).

Fixed

  • Fixed ComfyUI slower generation speed with new torch versions not including flash attention for windows, pinned torch==2.1.2 for ComfyUI on Windows CUDA
  • Fixed #719 - Fix comments in Inference prompt not being ignored
  • Fixed TaskCanceledException when Inference prompts finish before the delayed progress handler (250ms)

ionite34 and others added 13 commits June 25, 2024 22:20
Fix Inference prompt syntax for text allowing comments to be captured

(cherry picked from commit 48a067c)

# Conflicts:
#	CHANGELOG.md
[dev to main] backport: Fix Inference prompt syntax for text allowing comments to be captured (709)
Add setuptools version pin for base python

(cherry picked from commit ef061d4)
Show warning if the user hasn't extracted the app …

(cherry picked from commit de46fa8)

# Conflicts:
#	StabilityMatrix.Avalonia/Languages/Resources.resx
[dev to main] backport: Show warning if the user hasn't extracted the app … (712)
[dev to main] backport: Add setuptools version pin for base python (711)
@ionite34 ionite34 changed the title Merge pull request #709 from ionite34/fix-inference-prompt v2.11.4 Updates Jul 4, 2024
@ionite34 ionite34 merged commit 13b0080 into LykosAI:main Jul 4, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comments in prompt (inference) not working
3 participants