saddam213 commited on
Commit
ec0e395
·
verified ·
1 Parent(s): 9956121

Upload 16 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ controlnet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
37
+ Icon.png filter=lfs diff=lfs merge=lfs -text
38
+ Sample.png filter=lfs diff=lfs merge=lfs -text
39
+ Sample2.png filter=lfs diff=lfs merge=lfs -text
40
+ Sample3.png filter=lfs diff=lfs merge=lfs -text
41
+ Sample4.png filter=lfs diff=lfs merge=lfs -text
42
+ unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
Icon.png ADDED

Git LFS Details

  • SHA256: 53b83e60179914d54aa234347c757d3402ec4bb0efd77f2fc5cfb09035623b1d
  • Pointer size: 131 Bytes
  • Size of remote file: 545 kB
Sample.png ADDED

Git LFS Details

  • SHA256: b7d4c8ddf877520cf38ac1a72f241ffed238d45a82fec0705c2d30493d5e4267
  • Pointer size: 131 Bytes
  • Size of remote file: 527 kB
Sample2.png ADDED

Git LFS Details

  • SHA256: c3b26cde337023386b4cd980911a46920c6c21fdfa849c286713f00a95481f0d
  • Pointer size: 131 Bytes
  • Size of remote file: 565 kB
Sample3.png ADDED

Git LFS Details

  • SHA256: 7a3ef4b88daaf73803d82338f979ce10b50363bb7bdff407c182056ed359ba66
  • Pointer size: 131 Bytes
  • Size of remote file: 576 kB
Sample4.png ADDED

Git LFS Details

  • SHA256: da25a1dafd8966d5b06c2141045f291b9ab1a7763a9ea00973f21223db7c1178
  • Pointer size: 131 Bytes
  • Size of remote file: 556 kB
amuse_template.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "1723D962-32EC-4AA2-AD0B-6AA8833A4FF7",
3
+ "FileVersion": "1",
4
+ "Created": "2025-03-08T00:00:00",
5
+ "IsProtected": false,
6
+ "Name": "Instruct Pix-2-Pix",
7
+ "ImageIcon": "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/Icon.png",
8
+ "Author": "timbrooks",
9
+ "Description": "InstructPix2Pix lets you edit images simply by giving it written instructions. Just provide an image and a prompt, and the model quickly makes the desired changes, delivering impressive, realistic edits in seconds.",
10
+ "Rank": 9000,
11
+ "Group": "Online",
12
+ "Template": "SD-Instruct",
13
+ "Category": "StableDiffusion",
14
+ "StableDiffusionTemplate": {
15
+ "PipelineType": "StableDiffusion",
16
+ "ModelType": "Instruct",
17
+ "SampleSize": 512,
18
+ "TokenizerLength": 768,
19
+ "Tokenizer2Limit": 77,
20
+ "DiffuserTypes": [
21
+ "ImageToImage",
22
+ "ControlNetImage"
23
+ ],
24
+ "SchedulerDefaults": {
25
+ "SchedulerType": "EulerAncestral",
26
+ "Steps": 20,
27
+ "StepsMin": 4,
28
+ "StepsMax": 100,
29
+ "Guidance": 7,
30
+ "GuidanceMin": 0,
31
+ "GuidanceMax": 30,
32
+ "TimestepSpacing": "Linspace",
33
+ "BetaSchedule": "ScaledLinear",
34
+ "BetaStart": 0.00085,
35
+ "BetaEnd": 0.012
36
+ }
37
+ },
38
+ "MemoryMin": 0,
39
+ "MemoryMax": 4.6,
40
+ "DownloadSize": 4.2,
41
+ "Website": "https://www.timothybrooks.com/instruct-pix2pix/",
42
+ "Licence": "https://github.com/timothybrooks/instruct-pix2pix?tab=License-1-ov-file",
43
+ "LicenceType": "NonCommercial",
44
+ "IsLicenceAccepted": false,
45
+ "Repository": "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse",
46
+ "RepositoryFiles": [
47
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/controlnet/model.onnx",
48
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/controlnet/model.onnx.data",
49
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/text_encoder/model.onnx",
50
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/tokenizer/merges.txt",
51
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/tokenizer/special_tokens_map.json",
52
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/tokenizer/vocab.json",
53
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/unet/model.onnx",
54
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/unet/model.onnx.data",
55
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/vae_decoder/model.onnx",
56
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/vae_encoder/model.onnx",
57
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/amuse_template.json",
58
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/README.md"
59
+ ],
60
+ "PreviewImages": [
61
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/Sample.png",
62
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/Sample2.png",
63
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/Sample3.png",
64
+ "https://huggingface.co/TensorStack/StableDiffusion-Instruct-amuse/resolve/main/Sample4.png"
65
+ ],
66
+ "Tags": [
67
+ ]
68
+ }
controlnet/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7eb7d1537b5424b1c86fd7f0a58e2bea660f50cab83fd226386a895821ade44
3
+ size 461333
controlnet/model.onnx.data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a698dfc9344178b5c848e735102475c4d157c14bf7cd2b3a214231631d56238
3
+ size 1719267840
text_encoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08ac3785c984816486db824e3620804648e50536771a5c5f21945c6aaa21285
3
+ size 246372136
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
unet/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df5f3dba072c6c9c84c0ba5181bb1862553d586880909c8c4dbb598ea3df1bd
3
+ size 455888
unet/model.onnx.data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a698dfc9344178b5c848e735102475c4d157c14bf7cd2b3a214231631d56238
3
+ size 1719267840
vae_decoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d10fa9169fda931357ee35c9e98a8496fbaf2f7db79a8e6f2db610b024d63f29
3
+ size 99095311
vae_encoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc85c05da47bb10eb31427e9ea77a53ca3ff1d5507d6e63da7c2b33260c0e31
3
+ size 68432125