-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Feature/comfy gguf models #3088
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
Merged
Cohee1207
merged 7 commits into
SillyTavern:staging
from
ceruleandeep:feature/comfyGgufModels
Nov 18, 2024
Merged
Feature/comfy gguf models #3088
Cohee1207
merged 7 commits into
SillyTavern:staging
from
ceruleandeep:feature/comfyGgufModels
Nov 18, 2024
Conversation
This file contains hidden or 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
Cohee1207
reviewed
Nov 18, 2024
Cohee1207
reviewed
Nov 18, 2024
Cohee1207
reviewed
Nov 18, 2024
Cohee1207
reviewed
Nov 18, 2024
Cohee1207
approved these changes
Nov 18, 2024
Member
Cohee1207
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested and it works.
Not that it's particularly useful to regurgitate the same image over and over again, but if someone needs it - let'em have it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🏭 Backend Changes
[PR] Contains changes to the backend and/or API
➕ Extension
[ISSUE][PR] This is related to one of the core extensions
🖼️ Image Gen
[ISSUE][PR] Related to Image Gen or Image descriptions
⚙️ Preset
[ISSUE][PR] This is related to presets of any kind
🟨 ⬤⬤⬤○○
[PR][🎯Auto-applied] [Medium]100-500 lines changed
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.
Enhancements to ComfyUI integration for img2img and Flux
Makes denoise setting available for Comfy
Strips data url part of base64-enc images... there are no b64 loaders that can handle data URLs, and PNG_PIXEL fallback is sent as plain b64, so it isn't "supposed" to be like that. Unlikely to be a breaking change because the 0 other people who have got this to work would be using a string replacement node which will turn into a noop.
Adds GGUF diffusers to Model dropdown so they can be passed to a GGUF loader without savage workarounds. I considered adding a second dropdown for diffusers or putting diffusers on a parameter other than %model%. But this would create confusion without doing anything to prevent user footgunning.
Adds a second sample workflow for Comfy to demonstrate img2img. I don't know what the position on adding content is these days, but if Comfy supports %char_avatar% it seems useful to provide a workflow for it
Checklist: