carloscar commited on
Commit
a76d29a
1 Parent(s): 7c202ca

improved pyproject setup

Browse files
Files changed (2) hide show
  1. poetry.lock +4 -13
  2. pyproject.toml +7 -11
poetry.lock CHANGED
@@ -401,14 +401,7 @@ category = "main"
401
  optional = false
402
  python-versions = ">=3.7"
403
  files = [
404
- {file = "torchvision-0.14.1+cu117-cp310-cp310-linux_x86_64.whl", hash = "sha256:83d271a530392814b8c7f69382285cac7c7da79b8f5dcc6bcf56c628547bce53"},
405
- {file = "torchvision-0.14.1+cu117-cp310-cp310-win_amd64.whl", hash = "sha256:b39fc67e7131053d435804d7901e88528611c0832fd9f1cc26476b5a27cc5d81"},
406
- {file = "torchvision-0.14.1+cu117-cp37-cp37m-linux_x86_64.whl", hash = "sha256:bce3a15aa1ae72572f8cd28e49d1ec1ad8f0866fbb661c7368d9c1285f69b22e"},
407
- {file = "torchvision-0.14.1+cu117-cp37-cp37m-win_amd64.whl", hash = "sha256:de04a6a5659d8b800c49602697c2534f9be409139cf37b516080300eca3a2487"},
408
- {file = "torchvision-0.14.1+cu117-cp38-cp38-linux_x86_64.whl", hash = "sha256:7409385139ce8864ceb2c82ffce338ebe15a55193f4b80c42a6d0f9cfd781629"},
409
- {file = "torchvision-0.14.1+cu117-cp38-cp38-win_amd64.whl", hash = "sha256:39846a1ed944964fe35d98da806b629c9d4294d6a5b069a097b0954f6c7da493"},
410
- {file = "torchvision-0.14.1+cu117-cp39-cp39-linux_x86_64.whl", hash = "sha256:8a89a0ee007d7cdba53bd56426d8795060a064b8919b61ac39e00e399ded6be2"},
411
- {file = "torchvision-0.14.1+cu117-cp39-cp39-win_amd64.whl", hash = "sha256:c9fa805e58971ad0d8f4810b8e56f2b260939297ff564a988cf0194f31bd5d69"},
412
  ]
413
 
414
  [package.dependencies]
@@ -422,10 +415,8 @@ typing-extensions = "*"
422
  scipy = ["scipy"]
423
 
424
  [package.source]
425
- type = "legacy"
426
- url = "https://download.pytorch.org/whl/cu117"
427
- reference = "pytorch"
428
-
429
  [[package]]
430
  name = "triton"
431
  version = "2.0.0"
@@ -487,4 +478,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
487
  [metadata]
488
  lock-version = "2.0"
489
  python-versions = ">=3.10,<3.11"
490
- content-hash = "612598db4b65e4eb1121c0d36b9f0ad56ea716fdd241db5a580469b73cfc3ce5"
 
401
  optional = false
402
  python-versions = ">=3.7"
403
  files = [
404
+ {file = "torchvision-0.14.1%2Bcu117-cp310-cp310-linux_x86_64.whl", hash = "sha256:83d271a530392814b8c7f69382285cac7c7da79b8f5dcc6bcf56c628547bce53"},
 
 
 
 
 
 
 
405
  ]
406
 
407
  [package.dependencies]
 
415
  scipy = ["scipy"]
416
 
417
  [package.source]
418
+ type = "url"
419
+ url = "https://download.pytorch.org/whl/cu117/torchvision-0.14.1%2Bcu117-cp310-cp310-linux_x86_64.whl"
 
 
420
  [[package]]
421
  name = "triton"
422
  version = "2.0.0"
 
478
  [metadata]
479
  lock-version = "2.0"
480
  python-versions = ">=3.10,<3.11"
481
+ content-hash = "97b7de7e5d1a1a50cc8dfff29d4f13a6b083b8205cdba5a041f3d7a078039360"
pyproject.toml CHANGED
@@ -1,18 +1,14 @@
1
  [tool.poetry]
2
  name = "stable-diffusion-webui-docker"
3
  version = "0"
4
- description = ""
5
- authors = [""]
6
-
7
- [[tool.poetry.source]]
8
- name = "pytorch"
9
- url = "https://download.pytorch.org/whl/cu117"
10
- default = false
11
- secondary = true
12
 
13
  [tool.poetry.dependencies]
14
  python = ">=3.10,<3.11"
15
- triton = { version = ">=2.0.0a2", source = "pypi", allow-prereleases = true, markers = "platform_machine == 'x86_64' and platform_system == 'Linux'" }
16
  torch = { url = "https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp310-cp310-linux_x86_64.whl" }
17
- torchvision = { version = "0.14.1+cu117", source = "pytorch", allow-prereleases = true, markers = "platform_machine == 'x86_64' and platform_system == 'Linux'" }
18
- numexpr = { version = "^2.8.0", source = "pypi" }
 
1
  [tool.poetry]
2
  name = "stable-diffusion-webui-docker"
3
  version = "0"
4
+ repository = "https://github.com/kalaspuff/stable-diffusion-webui-docker"
5
+ homepage = "https://huggingface.co/spaces/carloscar/stable-diffusion-webui-docker"
6
+ description = "Build configuration for Docker to set up AUTOMATIC1111's Stable Diffusion WebUI + Mikubill's ControlNet extension to run on a GPU-enabled server."
7
+ authors = ["Carl Oscar Aaro <hello@carloscar.com"]
 
 
 
 
8
 
9
  [tool.poetry.dependencies]
10
  python = ">=3.10,<3.11"
11
+ triton = { version = ">=2.0.0a2", allow-prereleases = true, markers = "platform_machine == 'x86_64' and platform_system == 'Linux'" }
12
  torch = { url = "https://download.pytorch.org/whl/cu117/torch-1.13.1%2Bcu117-cp310-cp310-linux_x86_64.whl" }
13
+ torchvision = { url = "https://download.pytorch.org/whl/cu117/torchvision-0.14.1%2Bcu117-cp310-cp310-linux_x86_64.whl" }
14
+ numexpr = { version = "^2.8.0" }