-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[community] Load Models from Sources like Civitai
into Existing Pipelines
#9986
Conversation
can it use AIR IDs to import them? thanks for this example! edit: the fact that model API responses has the model type in it we could even do |
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.
Nice, really cool and convenient functionality!
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
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. |
I was mostly done reflecting the changes. diffusers/examples/model_search/README.md Line 118 in 745d4d0
diffusers/examples/model_search/README.md Line 148 in 745d4d0
|
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.
Thanks! Just a few more formatting things :)
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
Fixed. Please confirm. cc:@stevhliu |
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.
Cool, thanks so much for your project 🤗
Can you run make style
to fix the failing CI test?
hi, @stevhliu Corrected |
Corrected pipeline style. |
…elines (#9986) * Added example of model search. * Combine processing into one file * Add parameters for base model * Bug Fixes * bug fix * Create README.md * Update search_for_civitai_and_HF.py * Create requirements.txt * bug fix * Update README.md * bug fix * Correction of typos * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * apply the changes * Replace search_for_civitai_and_HF.py with pipeline_easy.py * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update examples/model_search/README.md Co-authored-by: Steven Liu <[email protected]> * Update README.md * Organize the table of parameters * Update README.md * Update README.md * Update README.md * make style * Fixing the style of pipeline * Fix pipeline style * fix --------- Co-authored-by: Steven Liu <[email protected]>
What does this PR do?
This PR adds an example that allows you to search for models from
Civitai
andHugging Face
by simply entering a keyword and loading models that meet the criteria into existing pipelines.!wget https://raw.githubusercontent.com/suzukimain/auto_diffusers/refs/heads/master/src/auto_diffusers/pipeline_easy.py
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.