Uh oh!
There was an error while loading. Please reload this page.
Move IP Adapter Scripts to research project - #9960
Conversation
sayakpaul
commented
Nov 19, 2024
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. |
pcuenca
commented
Nov 19, 2024
Agreed, or start the branch from the other PR's branch if that's easier. |
ParagEkbote
commented
Nov 19, 2024
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 |
sayakpaul
commented
Nov 19, 2024
You should still be able to cherry-pick commits. |
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
to research_projects.
ParagEkbote
commented
Nov 19, 2024
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 |
sayakpaul
commented
Nov 19, 2024
Can you run |
| 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.
ParagEkbote
commented
Nov 19, 2024
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 |
Uh oh!
There was an error while loading. Please reload this page.
| - 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.
I have updated toctree.yml to reset the changes.
| 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.
HuggingFaceDocBuilderDev
commented
Nov 19, 2024
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. |
sayakpaul
commented
Nov 19, 2024
@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. |
ParagEkbote
commented
Nov 19, 2024
@sayakpaul Sorry, I'll try to do better. |
| 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_processortitle: Video Processortitle: Internal classessayakpaul
commented
Nov 19, 2024
@stevhliu do the docs-related changes look good to you? |
| 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_processortitle: Video Processortitle: Internal classesParagEkbote
commented
Nov 19, 2024
* 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