Skip to content

Commit

Permalink
Fix broken link in Stable Diffusion XL (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergolfer committed Jul 21, 2024
1 parent d36edfe commit 3644845
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion 06_gpu_and_ml/flan_t5/flan_t5_finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def track_restarts(restart_tracker: modal.Dict) -> int:
gpu="A10g",
timeout=7200,
volumes={VOL_MOUNT_PATH: output_vol},
_allow_background_volume_commits=True,
)
def finetune(num_train_epochs: int = 1, size_percentage: int = 10):
from datasets import load_dataset
Expand Down
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/stable_diffusion/stable_diffusion_xl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# example, but it generates images from the larger SDXL 1.0 model. Specifically, it runs the
# first set of steps with the base model, followed by the refiner model.
#
# [Try out the live demo here!](https://modal-labs--stable-diffusion-xl-app.modal.run/) The first
# [Try out the live demo here!](https://modal-labs--stable-diffusion-xl-ui.modal.run/) The first
# generation may include a cold-start, which takes around 20 seconds. The inference speed depends on the GPU
# and step count (for reference, an A100 runs 40 steps in 8 seconds).

Expand Down

0 comments on commit 3644845

Please sign in to comment.