* chore: restructures according to template, contracts text and cells, organizes headings
* refactor: removes the IS_TESTING conditions for steps involving redis instance
* chore: addresses review comments
* fix: adds back the IS_TESTING conditions for redis commands to skip in the test environment
* chore: removes duplicate comment
---------
Co-authored-by: krishr2d2 <krishna.movva@egen.ai>
* Did required changes in notebook template
* Service account permission changed as we don't need admin level access for this notebook
* Fixed issue based on PR feedback
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
* Rewrite the SD2.1 dreambooth finetune notebook.
* Add code owners.
* Some minor changes to the stable diffusion 2.1 and sd-xl notebooks.
* some additional minor fixes.
* additional fixes.
* Create a notebook to demonstrate dreambooth LoRA finetune for SD-XL model.
* minor updates
* add to the codeowner list.
* merge conflict.
* minor fix to the Gradio UI workshop notebook.
* Some minor updates to the SD2.1 deployment notebook.
* Minor update the `sd-xl` deployment notebook, based on the QA feedback.
* Add a few community models to the Gradio workshop.
* Switch `mediapipe-train` docker container from `vertex-ai-restricted` to `vertex-ai`, in the `mediapipe-train` notebooks.
* Create a notebook for model `instantx/instantid`.
* Update Gradio notebook to use the latest Gradio version and fix some bugs.
1. Update Gradio version to 4.29.0, as it complains 3.50.0 is too old.
2. Uninstall nest-asyncio and uvloop as a workaround to b/339301920 and https://github.com/gradio-app/gradio/issues/8238#issuecomment-2101066984.
* Resolve merge conflict.
* minor updates.
* minor updates.
* Merge some SD notebook in g3 and github.
* Remove the unused variable in the controlnet notebook.
* minor updates.
* include the SD1.5 dreambooth notebook.
* Include the sd1.5 dreambooth notebook.
* Improve the stable diffusion dreambooth tuning CUJ in the Gradio notebook.
* minor update.
* Add dreambooth-lora-sdxl task for SDXL base model in the dreambooth finetune Gradio notebook.
* <refactor>: refactored code according to notebook template
* <refactor>: refactored code according to notebook template
* <refactor>: refactored code according to notebook template
* <refactor,chore> refactored notebook according to template
* <refactor,chore> refactored notebook according to template
* fix for docker repository creation in PR test environment
* <included IS_TESTING condition for docker repository
* lint fix
* Apply suggested edits from @kittyabs review
---------
Co-authored-by: SumanthKasula99 <sumanth.kasula@egen.ai>
* Create a Gradio notebook for the new InstantId model.
* Add dreambooth finetune to the stable diffusion Gradio workshop notebook.
* Update the image generation Gradio notebook to support Dreambooth finetuning.
* linter update
* linter update
* minor fix to the instant-id notebook.
* Minor fix to the stable diffusion gradio notebook.
* Split the 'instant-id' deployment notebook prediction into two sections.
* add `deployment_source` to the notebook.
* Switch to `pytorch-diffusers-serve-opt` container to for diffusion lora serving.
* add the dreambooth_lora notebook.
* minor update.
* Parameterize the "show_debug_logs" to facilitate automatic test of the Gradio notebooks.
* Lint format.
* minor updates
* Delete the two deprecated SD1.5 and 2.1 notebooks, as they were no longer referenced on any model cards.
* Sync Colab notebooks between g3 and github.
* format changes
* format update.
* Improve the SDXL-dreambooth-lora finetune notebook CUJ.
* Update the diffusers serving docker image version to `20240605_1400_RC00` to resolve vulnerabilities.
* Add dreambooth-lora-sdxl task for SDXL base model in the dreambooth finetune Gradio notebook.
* Add dreambooth-lora-sdxl task for SDXL base model in the dreambooth finetune Gradio notebook.
* Add dreambooth-lora-sdxl task for SDXL base model in the dreambooth finetune Gradio notebook.
* chore: updates copyright text, adds colab enterprise and for
* chore: removes boilerplate and changes colab authentication and get started section
* refactor: removes IS_TESTING and other test code
* refactor: removes IS_TESTING and other test code
* chore: clear all outputs and linter reformatting
* chore: removes code added for testing and other fixes
* chore: runs lint
* fix: fixes testing induced bug
* chore: review comments with header and copyright changes addressed
* chore, fix: restructures as per template, rewords some sentences, removes sudo in the option docker run
* feat: adds clean up step for local files
* chore: reverts lowercase to camelcase for artifact registry and other review comments
---------
Co-authored-by: krishr2d2 <krishna.movva@egen.ai>
* chore: updates the license
* chore: formats run in buttons and adds colab enterprise link
* chore: removes code font for names of products
* refactor: removes boilerplate and edits aiplatform initialization cell order
* fix: changes naming of app to deal with setup changing tar.gz file to canonical name and gsutil command not able to find it
* chore: linter run
* chore: edit all the future tense sentences
* chore: updates review comments
* refactor: Refactored custom-tabular-bq-managed-dataset code according to the template notebook
* refactor: Included markdown code in the beginning of the license cell to make it collapsible
* chore: linter test
* refactor, chore: Updated markdown according to the updated notebook template and performed linter test
* chore: Grouped all the imports present in the notebook
* chore: linter test
* refactor, chore(egen): REGION is replaced with LOCATION, linter test
* chore: updates license information, adds colab enterprise, and reformats run buttons
* chore: 'will' replaced appropriately
* chore: updates region and removes boilerplate
* fix: corrects the argument at pip install
* refactor: refactoring the cells for end to end functionality
* chore: changes verbiage in bucket creation
* chore: linter test done
* refactor: rearrage cell order for aiplatform initialization
* chore: review comments addressed
* chore: review comments addressed
* refactor: Refactored custom_batch_prediction_feature_filter code according to the template notebook
* refactor: Updated markdown according to the updated notebook template and did linter test
* chore: Modified code according to updated template
* chore: linter test
* refactor, chore(egen): REGION is replaced with LOCATION, linter test
* refactor: Updated markdown according to the updated notebook template
* refactor, chore: Added colab enterprise logo url and performed linter test
* refactor, chore: Reverted back the max trail count and parallel trail count values, performed linter test
* refactor, chore: Updated markdown according to the updated notebook template and performed linter test
* Revert "refactor, chore: Updated markdown according to the updated notebook template and performed linter test"
This reverts commit c91fa09431.
* refactor, chore: Updated markdown according to the updated notebook template and performed linter test
* Did all the required changes in notebook
* Added below comments:
# @title Copyright & License (click to expand)
* Upadated the template of notebook
* Fixed issue based on the feedback given on PR
* refactor, chore(egen): Removes boilerplate, heading fixes, and other corrections from template
* Added Below line in comments:
# @title Copyright & License (click to expand)
* Fixed issue in notebook based on feedback given by reviewer in PR
* Fixed issue based on feedback given on PR
* chore: replaces K80 with T4, Cloud ML with Vertex AI, REGION with LOCATION, restructures from template, & removes future tense
* fix: fixes the docker tag command for colab
* chore, fix: addresses the review comments, tf is pinned to 2.15.1 as the latest tf causes issues
* chore: replaces of with or
* chore: removes the collapsed license comment
* fix: removes the test env specific package update step and contracts the installations into one step to keep tf as 2.15
---------
Co-authored-by: krishr2d2 <krishna.movva@egen.ai>
* chore: restructures according to the template, removes future tense, removes IS_TESTING, unused imports
* chore, fix: addresses the review comments, converts npy array to list for running in py-3.9
* chore: adds --it's-- in the sentence
* chore: Getting started --> Get started
* chore: removes the collapsed license comment
* fix: extracts list from numpy objects instead of Dataset object
---------
Co-authored-by: krishr2d2 <krishna.movva@egen.ai>
* Completed code fixing for file prediction/pytorch_image_classification_with_prebuilt_serving_containers.ipynb. Please note that we need to execute file end to end.
* Added Colab Enterprice link and testead once again with different environment as previously it was throwing an expecption of libraries
* Added below comment:
# @title Copyright & License (click to expand)
* Fixed issue in notebook based on feedback given by reviewer in PR
* Fixed issue based on feedback give on PR
* Fix code of file prediction/get_started_with_raw_predict.ipynb
* Added link of Colab Enterprise
* Updated create bucket command because it requried those changes to execute in google colab notebook
* Removed IS_TESTING environment variable
* Added below comment in notebook:
# @title Copyright & License (click to expand)
* Fixed issue in notebook based on feedback given by reviewer in PR
* Fixed issue based on the feedback given on PR
* Create a Gradio notebook for the new InstantId model.
* Add dreambooth finetune to the stable diffusion Gradio workshop notebook.
* Update the image generation Gradio notebook to support Dreambooth finetuning.
* linter update
* linter update
* minor fix to the instant-id notebook.
* Minor fix to the stable diffusion gradio notebook.
* Split the 'instant-id' deployment notebook prediction into two sections.
* add `deployment_source` to the notebook.
* Switch to `pytorch-diffusers-serve-opt` container to for diffusion lora serving.
* add the dreambooth_lora notebook.
* minor update.
* Parameterize the "show_debug_logs" to facilitate automatic test of the Gradio notebooks.
* Lint format.
* minor updates
* Delete the two deprecated SD1.5 and 2.1 notebooks, as they were no longer referenced on any model cards.
* Sync Colab notebooks between g3 and github.
* format changes
* format update.
* Improve the SDXL-dreambooth-lora finetune notebook CUJ.
* <refactor> refactored notebook according to template
* <refactor> refactored notebook according to template
* <refactor> refactored notebook according to template
* <refactor>: refactored notebook according to new notebook template
* <refactor>: refactored notebook according to new notebook template
* <refactor>: refactored notebook according to new notebook template
---------
Co-authored-by: SumanthKasula99 <sumanth.kasula@egen.ai>
* <refactor>: refactored code according to notebook template
* <refactor>: refactored code according to notebook template
* <refactor>: refactored code according to notebook template
* <refactor>: refactored code according to notebook template
* <refactor>: refactored code according to new notebook template
* <refactor>: refactored code according to new notebook template
* <refactor>: refactored code according to new notebook template
* <refactor>: refactored notebook according to new notebook template
* <refactor>: refactored notebook according to new notebook template
---------
Co-authored-by: SumanthKasula99 <sumanth.kasula@egen.ai>
* <refactor>: Refactored text_embedding_api_semantic_search_with_scann code according to the notebook template
* chore: linter test
* refactor: Modified colab enterprise logo url and made necessary changes according to the updated notebook template
* chore: linter test
* refactor, chore, fix: replaces K80 with T4, fixes to follow the template, fixes to utilize the defined accelerators while training
* chore: addresses the review comments
---------
Co-authored-by: krishr2d2 <krishna.movva@egen.ai>
* refactor: Refactored text_embedding_new_api code according to the template notebook
* refactor: Modified colab enterprise logo url and made necessary changes according to the updated notebook template
* Update build_model_experimentation_lineage_with_prebuild_code.ipynb
added colab enterprise logo and link
* Update build_model_experimentation_lineage_with_prebuild_code.ipynb
hope I fixed the JSON issue
* Update notebook_template.ipynb
- changed "Getting Started" to "Get started" to be in compliance with style guide
- added "for Python" to "Vertex AI SDK" to be in compliance with product guidelines
* fix: reset changes
---------
Co-authored-by: Katie Nguyen <21978337+katiemn@users.noreply.github.com>
* <refactor>: refactored code according to notebook template
* <refactor> refactored notebook according to template
---------
Co-authored-by: SumanthKasula99 <sumanth.kasula@egen.ai>
* refactor: removes boilerplate code, future tenses, and fixes heading styles
* chore: replaces REGION with LOCATION to match the notebook template
* chore: markdown heading fixes according to guidelines
---------
Co-authored-by: rohith-egen <rohith.alla@egen.ai>
Co-authored-by: krishr2d2 <krishna.movva@egen.ai>