config attribute not foud error for FluxImagetoImage Pipeline for multi controlnet solved#9586
Merged
yiyixuxu merged 6 commits intohuggingface:mainfrom Oct 23, 2024
Merged
config attribute not foud error for FluxImagetoImage Pipeline for multi controlnet solved#9586yiyixuxu merged 6 commits intohuggingface:mainfrom
yiyixuxu merged 6 commits intohuggingface:mainfrom
Conversation
…ti controlnet solved
rshah240
commented
Oct 5, 2024
Contributor
Author
rshah240
left a comment
There was a problem hiding this comment.
This is the same bug which was in the FluxControlNet pipeline. It was solved in the PR 9507. But the same bug was for FluxImg2ImgControlNet pipeline
somnathsingh31
approved these changes
Oct 8, 2024
Collaborator
|
thanks! can we apply the same to inpaint controlnet too? |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
Author
|
I have to check, I will test it and reply in this thread |
yiyixuxu
approved these changes
Oct 23, 2024
6 tasks
sayakpaul
pushed a commit
that referenced
this pull request
Dec 23, 2024
…ti controlnet solved (#9586) Co-authored-by: YiYi Xu <yixu310@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR solves a bug in the file pipeline_flux_controlnet_image_to_image.py which was similar to this issue I
What does this PR do?
I made the similar changes to the pipeline_flux_controlnet_image_to_image.py by looking at the PR [#9507] .The changes are similar to those which are made by @yiyixuxu (#9507)