remove shebang line from scripts; suspected culprit in Windows "module ldm.simplet2i not found" error

This commit is contained in:
Lincoln Stein 2022-08-19 06:33:42 -04:00
parent 9eaef0c5a8
commit 0cea751476
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
import argparse
import shlex
import atexit

View File

@ -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.