Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 12, 2023
1 parent be233e0 commit 3e8f3ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* #RefactorExamplesComponentsAndStyles */
@tailwind base;
@tailwind components;
@tailwind utilities;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* ##RefactorExamplesComponentsAndStyles */
import defaultTheme from 'tailwindcss/defaultTheme';

/** @type {import('tailwindcss').Config} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def download_models():

snapshot_download("stabilityai/sdxl-turbo", ignore_patterns=ignore)

# https://huggingface.co/docs/diffusers/main/en/using-diffusers/sdxl_turbo#speed-up-sdxl-turbo-even-more
# vae is used for a inference speedup
snapshot_download("madebyollin/sdxl-vae-fp16-fix", ignore_patterns=ignore)


Expand Down

0 comments on commit 3e8f3ff

Please sign in to comment.