Move IP Adapter Scripts to research project#9960
Conversation
|
Can you cherry-pick the commits from #7196 and then add a commit to move them to research folder? This way, the original contributions receive the proper credits they deserve. |
Agreed, or start the branch from the other PR's branch if that's easier. |
|
I have copied the contents from #7196 and added them to research project. Should I credit the user in the ReadME, since the branch in that repository is out-of-date. cc: @sayakpaul |
|
You should still be able to cherry-pick commits. |
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
to research_projects.
|
I have cherry-picked the commits and moved files to the research project folder. Please let me know if any further corrections are needed and I will make the necessary changes. cc: @sayakpaul |
|
Can you run |
docs/source/en/_toctree.yml
Outdated
| title: Working with big models | ||
| title: Tutorials | ||
| - sections: | ||
| <<<<<<< HEAD |
There was a problem hiding this comment.
These are git conflict markers that need to be resolved.
|
I have run the styling checks and resolved the git conflict. Please let me know if any further corrections are needed and I will make the necessary changes. cc: @pcuenca |
| - local: using-diffusers/loading | ||
| title: Load pipelines | ||
| - local: using-diffusers/custom_pipeline_overview | ||
| title: Load community pipelines and components | ||
| - local: using-diffusers/schedulers | ||
| title: Load schedulers and models | ||
| - local: using-diffusers/other-formats | ||
| title: Model files and layouts | ||
| - local: using-diffusers/loading_adapters | ||
| title: Load adapters | ||
| - local: using-diffusers/push_to_hub | ||
| title: Push files to the Hub | ||
| title: Load pipelines and adapters |
There was a problem hiding this comment.
We should not be changing this
There was a problem hiding this comment.
I have updated toctree.yml to reset the changes.
docs/source/en/_toctree.yml
Outdated
| title: Video Processor | ||
| title: Internal classes | ||
| title: API | ||
| title: API No newline at end of file |
There was a problem hiding this comment.
Sorry for the oversight, fixed the nit.
|
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. |
|
@ParagEkbote could I ask you to be a bit more respectful of the maintainers’s time for PRs? You have requested for reviews multiple times now and have also mentioned multiple times. This, IMO, seems unnecessary. |
|
@sayakpaul Sorry, I'll try to do better. |
docs/source/en/_toctree.yml
Outdated
| title: Internal classes | ||
| title: API | ||
|
No newline at end of file |
There was a problem hiding this comment.
I have referenced the toctree.yml file from the main branch. In previous commits, the CI tests kept failing, so I corrected it.
There was a problem hiding this comment.
Please run git restore -s main /path/to/toctree.yaml and push the changes
There was a problem hiding this comment.
I've run the command as mentioned but there are no new changes to push.
There was a problem hiding this comment.
This should be restored to how it was previously. We can help fix the CI test if it fails
- local: api/video_processor
title: Video Processor
title: Internal classes|
@stevhliu do the docs-related changes look good to you? |
docs/source/en/_toctree.yml
Outdated
| title: Internal classes | ||
| title: API | ||
|
No newline at end of file |
There was a problem hiding this comment.
This should be restored to how it was previously. We can help fix the CI test if it fails
- local: api/video_processor
title: Video Processor
title: Internal classes* Move files to research-projects. * docs: add IP Adapter training instructions * Delete venv * Update examples/ip_adapter/tutorial_train_sdxl.py Co-authored-by: Sayak Paul <spsayakpaul@gmail.com> * Cherry-picked commits and re-moved files to research_projects. * make style. * Update toctree and delete ip_adapter. * Nit Fix * Fix nit. * Fix nit. * Create training script for single GPU and set model format to .safetensors * Add sample inference script and restore _toctree * Restore toctree.yaml * fix spacing. * Update toctree.yaml --------- Co-authored-by: AMohamedAakhil <a.aakhilmohamed@gmail.com> Co-authored-by: BootesVoid <78485654+AMohamedAakhil@users.noreply.github.com> Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
What does this PR do?
I have moved the IP Adapter Scripts to the research project folder as mentioned, to close #7196. Please let me know if any further corrections are needed and I will make the necessary changes.
Similar to #9935 .
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@sayakpaul