diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c54fc71 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +ah.pid +nohup.out +__pycache__/ +*.pyc +workers/__pycache__/ diff --git a/ah.pid b/ah.pid deleted file mode 100644 index 199bb65..0000000 --- a/ah.pid +++ /dev/null @@ -1 +0,0 @@ -829715 diff --git a/nohup.out b/nohup.out deleted file mode 100644 index 22bb63e..0000000 --- a/nohup.out +++ /dev/null @@ -1,7 +0,0 @@ -2026-06-14 17:03:26.974[webapp][debug][/data/ymq/wan22-service/py3/lib/python3.10/site-packages/ahserver/configuredServer.py:40]client_max_size=1024000000 -reuse_port= True -======== Running on http://0.0.0.0:9086 ======== -(Press CTRL+C to quit) -Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`. -[CLIP] Model loaded on cuda:0, dtype=float16 -2026-06-14 17:03:40.976[webapp][debug][/data/ymq/wan22-service/py3/lib/python3.10/site-packages/ahserver/auth_api.py:178]timecost=client(127.0.0.1) None access /api/text cost 4.946, (0.000) diff --git a/workers/__pycache__/__init__.cpython-310.pyc b/workers/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 10b925b..0000000 Binary files a/workers/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/workers/__pycache__/clip_model.cpython-310.pyc b/workers/__pycache__/clip_model.cpython-310.pyc deleted file mode 100644 index 9fadc7a..0000000 Binary files a/workers/__pycache__/clip_model.cpython-310.pyc and /dev/null differ