mjv256 commited on
Commit
e15c34c
1 Parent(s): 5995a57

change model type

Browse files
__pycache__/handler.cpython-38.pyc CHANGED
Binary files a/__pycache__/handler.cpython-38.pyc and b/__pycache__/handler.cpython-38.pyc differ
 
config.json CHANGED
@@ -2,6 +2,7 @@
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.18.0.dev0",
4
  "act_fn": "silu",
 
5
  "attention_head_dim": [
6
  5,
7
  10,
 
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.18.0.dev0",
4
  "act_fn": "silu",
5
+ "model_type": "Image",
6
  "attention_head_dim": [
7
  5,
8
  10,
requirements.txt DELETED
@@ -1,34 +0,0 @@
1
- accelerate==0.20.3
2
- certifi==2023.5.7
3
- charset-normalizer==3.2.0
4
- colorama==0.4.6
5
- diffusers==0.18.2
6
- filelock==3.12.2
7
- fsspec==2023.6.0
8
- huggingface-hub==0.16.4
9
- idna==3.4
10
- importlib-metadata==6.8.0
11
- Jinja2==3.1.2
12
- MarkupSafe==2.1.3
13
- mpmath==1.3.0
14
- mypy-extensions==1.0.0
15
- networkx==3.1
16
- numpy==1.24.4
17
- packaging==23.1
18
- Pillow==10.0.0
19
- psutil==5.9.5
20
- pyre-extensions==0.0.29
21
- PyYAML==6.0
22
- regex==2023.6.3
23
- requests==2.31.0
24
- safetensors==0.3.1
25
- sympy==1.12
26
- tokenizers==0.13.3
27
- torch==2.0.1
28
- tqdm==4.65.0
29
- transformers==4.30.2
30
- typing-inspect==0.9.0
31
- typing_extensions==4.7.1
32
- urllib3==2.0.3
33
- xformers==0.0.20
34
- zipp==3.16.0