Skip to content

Commit

Permalink
updates the dreambooth example (#613)
Browse files Browse the repository at this point in the history
* sdxl, lora, and better styling

* move comment

* adds virtual environment files to the top-level gitignore (#606)

* Fix path (#601)

* updates tensorflow tutorial, pins version, drops conda (#608)

* updates tensorflow tutorial, pins version, drops conda

* updates ruff version to match CI

* line up CI and pre-commit for formatting

* applies latest version of ruff formatting

* tighten dependencies, update name of wandb secret (#610)

* adds manual triggers for actions (#611)

* moves mypy type checking out of main check action (#612)

* moves mypy type checking out of main check action

* adds scheduled execution

* Bump vLLM Mixtral example to 0.2.6 (#568)

* tidies up code, updates image, improves text

---------

Co-authored-by: Ren <[email protected]>
Co-authored-by: Richard Gong <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2024
1 parent 2726cc0 commit 927f0d0
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 150 deletions.
23 changes: 23 additions & 0 deletions 06_gpu_and_ml/dreambooth/assets/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions 06_gpu_and_ml/dreambooth/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 12 additions & 13 deletions 06_gpu_and_ml/dreambooth/assets/index.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
/* Bit of Modal Labs color scheming for the Gradio.app UI */
/* from https://github.com/modal-labs/modal-examples */
.dark .gr-button-primary {
--tw-border-opacity: 1;
border-color: rgb(187 255 170 / var(--tw-border-opacity));
--tw-gradient-from: rgb(187 255 170 / 0.7);
--tw-gradient-to: rgb(187 255 170 / 0);
--tw-gradient-stops: rgb(187 255 170), #5eff00;
--tw-gradient-to: rgb(187 255 170 / 0.8);
--tw-text-opacity: 1;
color: rgb(17 17 17 / var(--tw-text-opacity));
/* Bit of Modal Labs color scheming for the Gradio.app UI
from https://github.com/modal-labs/modal-examples */

a {
text-decoration: inherit !important;
}

.dark .gr-button-primary:hover {
opacity: 0.9;
gradio-app {
background-image: url(/assets/background.svg) !important;
background-repeat: no-repeat !important;
background-size 100% auto;
padding-top: 3%;
background-color: black;
}
Loading

0 comments on commit 927f0d0

Please sign in to comment.