Compare commits

...
16 Commits
Author SHA1 Message Date
Eric Schmidt 6072a3cf99 per linter 2023-02-07 21:08:06 +00:00
Eric Schmidt 9cc7194303 consolidated imports into a single cell 2023-02-07 21:03:27 +00:00
Eric Schmidt 1e8f7a27df per linter 2023-02-07 20:55:12 +00:00
Eric Schmidt 7fbe8a5355 per reviewer 2023-02-07 20:45:25 +00:00
Eric Schmidt 73e83c5c2b per reviewer 2023-02-07 20:28:52 +00:00
Eric Schmidt 5b51fc774f per reviewer 2023-02-07 19:30:26 +00:00
Eric Schmidt 7a10a7274e per reviewer 2023-02-07 18:20:06 +00:00
Eric Schmidt c4d85daa97 revisions; deleted deployment-only nb 2023-02-03 23:37:40 +00:00
Eric Schmidt 5d2b3d11d9 revisions 2023-02-03 22:40:55 +00:00
Eric Schmidt aaf02717dd added clean up section 2023-02-03 19:23:14 +00:00
Eric Schmidt cba37ca50d iter 2023-02-03 19:20:13 +00:00
Eric Schmidt a0d66836bf iter 2023-02-02 00:17:23 +00:00
Eric Schmidt 62b37435c2 revisions 2023-02-01 19:36:26 +00:00
Eric Schmidt 5dd8484697 success! 2023-02-01 18:54:43 +00:00
Eric Schmidt f190fc6281 feat: added README, dreambooth notebook 2023-01-30 23:21:47 +00:00
Eric Schmidt b3367cd946 feat: stable diffusion 2.0 with PyTorch 2023-01-24 20:35:22 +00:00
2 changed files with 1378 additions and 0 deletions
@@ -0,0 +1,18 @@
[Training, tuning and deploying a PyTorch stable diffusion model on Vertex AI](https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/stable_diffusion/dreambooth_stablediffusion.ipynb)
```
Learn to build, train, tune and deploy a stable diffusion 2.0 model using HuggingFace and PyTorch on
[Vertex AI](https://cloud.google.com/vertex/).
The steps performed include:
- Fine tune the stable diffusion 2.0 model with your own images.
- Upload the model artifacts to Google Cloud Storage.
- Check the created model artifacts.
- Upload the model in the PyTorch prebuilt container.
- Create an endpoint on Vertex AI.
- Deploy the model to the endpoint.
- Generate a new image.
```
File diff suppressed because it is too large Load Diff