diff --git a/scripts/dream.py b/scripts/dream.py index c1853dbdd5..0333c9f85f 100755 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python import argparse import shlex import atexit diff --git a/scripts/preload_models.py b/scripts/preload_models.py index 79e3fe6017..7db461bec2 100644 --- a/scripts/preload_models.py +++ b/scripts/preload_models.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Before running stable-diffusion on an internet-isolated machine, # run this script from one with internet connectivity. The # two machines must share a common .cache directory.