-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86a97e9
commit a3cc326
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
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
a3cc326
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.
This gives me an
IndexError
when I try to convert merge a unetfp16 flux1-schnell
and clip/vae into a checkpoint file:In this case,
param
has a value of[]
.Other people seem to be having issues as well: #4289
a3cc326
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.
Yeah, me and some other users are having the same error when I trying to run Flux
IndexError: list index out of range
#4271 (comment)
a3cc326
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.
Oh, that's why!
I'm glad that I found this particular update is what makes Comfy with Flux-1 broken.
Before the update, I could run it without any problems.
a3cc326
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.
Same issue for me. Please revert this change!
a3cc326
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.
This has already been fixed in 6678d5c.