OkGamez commited on
Commit
8fa1758
1 Parent(s): c7c29b6

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .config/.last_opt_in_prompt.yaml +1 -0
  2. .config/.last_survey_prompt.yaml +1 -0
  3. .config/.last_update_check.json +1 -0
  4. .config/active_config +1 -0
  5. .config/config_sentinel +0 -0
  6. .config/configurations/config_default +6 -0
  7. .config/default_configs.db +0 -0
  8. .config/gce +1 -0
  9. .config/logs/2024.04.22/13.24.44.454150.log +596 -0
  10. .config/logs/2024.04.22/13.25.10.072541.log +5 -0
  11. .config/logs/2024.04.22/13.25.20.190145.log +169 -0
  12. .config/logs/2024.04.22/13.25.29.231321.log +5 -0
  13. .config/logs/2024.04.22/13.25.39.798716.log +8 -0
  14. .config/logs/2024.04.22/13.25.40.411451.log +8 -0
  15. .gitattributes +65 -0
  16. README.md +2 -8
  17. drive/MyDrive/AI_PICS/stable-diffusion-webui/.eslintignore +4 -0
  18. drive/MyDrive/AI_PICS/stable-diffusion-webui/.eslintrc.js +96 -0
  19. drive/MyDrive/AI_PICS/stable-diffusion-webui/.git-blame-ignore-revs +2 -0
  20. drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/ISSUE_TEMPLATE/bug_report.yml +105 -0
  21. drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/ISSUE_TEMPLATE/config.yml +5 -0
  22. drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/ISSUE_TEMPLATE/feature_request.yml +40 -0
  23. drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/pull_request_template.md +15 -0
  24. drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/workflows/on_pull_request.yaml +38 -0
  25. drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/workflows/run_tests.yaml +81 -0
  26. drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/workflows/warns_merge_master.yml +19 -0
  27. drive/MyDrive/AI_PICS/stable-diffusion-webui/.gitignore +40 -0
  28. drive/MyDrive/AI_PICS/stable-diffusion-webui/.pylintrc +3 -0
  29. drive/MyDrive/AI_PICS/stable-diffusion-webui/CHANGELOG.md +806 -0
  30. drive/MyDrive/AI_PICS/stable-diffusion-webui/CITATION.cff +7 -0
  31. drive/MyDrive/AI_PICS/stable-diffusion-webui/CODEOWNERS +12 -0
  32. drive/MyDrive/AI_PICS/stable-diffusion-webui/LICENSE.txt +663 -0
  33. drive/MyDrive/AI_PICS/stable-diffusion-webui/README.md +182 -0
  34. drive/MyDrive/AI_PICS/stable-diffusion-webui/__pycache__/launch.cpython-310.pyc +0 -0
  35. drive/MyDrive/AI_PICS/stable-diffusion-webui/__pycache__/webui.cpython-310.pyc +0 -0
  36. drive/MyDrive/AI_PICS/stable-diffusion-webui/cache.json +0 -0
  37. drive/MyDrive/AI_PICS/stable-diffusion-webui/config.json +385 -0
  38. drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/alt-diffusion-inference.yaml +72 -0
  39. drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/alt-diffusion-m18-inference.yaml +73 -0
  40. drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/instruct-pix2pix.yaml +98 -0
  41. drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/sd_xl_inpaint.yaml +98 -0
  42. drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/v1-inference.yaml +70 -0
  43. drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/v1-inpainting-inference.yaml +70 -0
  44. drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/Place Textual Inversion embeddings here.txt +0 -0
  45. drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.html +194 -0
  46. drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.json +7 -0
  47. drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.preview.png +0 -0
  48. drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.pt +3 -0
  49. drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/easynegative.html +81 -0
  50. drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/easynegative.json +7 -0
.config/.last_opt_in_prompt.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
.config/.last_survey_prompt.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ last_prompt_time: 1713792319.6946
.config/.last_update_check.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"last_update_check_time": 1713792328.799117, "last_update_check_revision": 20240412130805, "notifications": [], "last_nag_times": {}}
.config/active_config ADDED
@@ -0,0 +1 @@
 
 
1
+ default
.config/config_sentinel ADDED
File without changes
.config/configurations/config_default ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [component_manager]
2
+ disable_update_check = true
3
+
4
+ [compute]
5
+ gce_metadata_read_timeout_sec = 0
6
+
.config/default_configs.db ADDED
Binary file (12.3 kB). View file
 
.config/gce ADDED
@@ -0,0 +1 @@
 
 
1
+ False
.config/logs/2024.04.22/13.24.44.454150.log ADDED
@@ -0,0 +1,596 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-04-22 13:24:56,479 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2024-04-22 13:24:56,483 DEBUG root Loaded Command Group: ['gcloud', 'components', 'update']
3
+ 2024-04-22 13:24:56,486 DEBUG root Running [gcloud.components.update] with arguments: [--allow-no-backup: "True", --compile-python: "True", --quiet: "True", COMPONENT-IDS:7: "['core', 'gcloud-deps', 'bq', 'gcloud', 'gcloud-crc32c', 'gsutil', 'anthoscli']"]
4
+ 2024-04-22 13:24:56,487 INFO ___FILE_ONLY___ Beginning update. This process may take several minutes.
5
+
6
+ 2024-04-22 13:24:56,512 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
7
+ 2024-04-22 13:24:56,571 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components-2.json HTTP/1.1" 200 222653
8
+ 2024-04-22 13:24:56,591 INFO ___FILE_ONLY___
9
+
10
+ 2024-04-22 13:24:56,591 INFO ___FILE_ONLY___
11
+ Your current Google Cloud CLI version is: 472.0.0
12
+
13
+ 2024-04-22 13:24:56,592 INFO ___FILE_ONLY___ Installing components from version: 472.0.0
14
+
15
+ 2024-04-22 13:24:56,592 INFO ___FILE_ONLY___
16
+
17
+ 2024-04-22 13:24:56,592 DEBUG root Chosen display Format:table[box,title="These components will be removed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
18
+ 2024-04-22 13:24:56,593 DEBUG root Chosen display Format:table[box,title="These components will be updated."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
19
+ 2024-04-22 13:24:56,593 DEBUG root Chosen display Format:table[box,title="These components will be installed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
20
+ 2024-04-22 13:24:56,722 INFO ___FILE_ONLY___ ┌─────────────────────────────────────────────────────────────────────────────┐
21
+ 2024-04-22 13:24:56,722 INFO ___FILE_ONLY___
22
+
23
+ 2024-04-22 13:24:56,722 INFO ___FILE_ONLY___ │ These components will be installed. │
24
+ 2024-04-22 13:24:56,722 INFO ___FILE_ONLY___
25
+
26
+ 2024-04-22 13:24:56,722 INFO ___FILE_ONLY___ ├─────────────────────────────────────────────────────┬────────────┬──────────┤
27
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___
28
+
29
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ │ Name │ Version │ Size │
30
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___
31
+
32
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ ├─────────────────────────────────────────────────────┼────────────┼──────────┤
33
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___
34
+
35
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ │
36
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ BigQuery Command Line Tool
37
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___
38
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ │
39
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ 2.1.4
40
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___
41
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ │
42
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___ 1.7 MiB
43
+ 2024-04-22 13:24:56,723 INFO ___FILE_ONLY___
44
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ │
45
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___
46
+
47
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ │
48
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ BigQuery Command Line Tool (Platform Specific)
49
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___
50
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ │
51
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ 2.0.101
52
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___
53
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ │
54
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ < 1 MiB
55
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___
56
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___ │
57
+ 2024-04-22 13:24:56,724 INFO ___FILE_ONLY___
58
+
59
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ │
60
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ Bundled Python 3.11
61
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___
62
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ │
63
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ 3.11.8
64
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___
65
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ │
66
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ 74.9 MiB
67
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___
68
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ │
69
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___
70
+
71
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ │
72
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ Cloud Storage Command Line Tool
73
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___
74
+ 2024-04-22 13:24:56,725 INFO ___FILE_ONLY___ │
75
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ 5.27
76
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___
77
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ │
78
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ 11.3 MiB
79
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___
80
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ │
81
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___
82
+
83
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ │
84
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ Cloud Storage Command Line Tool (Platform Specific)
85
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___
86
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ │
87
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ 5.27
88
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___
89
+ 2024-04-22 13:24:56,726 INFO ___FILE_ONLY___ │
90
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___ < 1 MiB
91
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___
92
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___ │
93
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___
94
+
95
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___ │
96
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___ Google Cloud CLI Core Libraries (Platform Specific)
97
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___
98
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___ │
99
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___ 2024.01.06
100
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___
101
+ 2024-04-22 13:24:56,727 INFO ___FILE_ONLY___ │
102
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ < 1 MiB
103
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___
104
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ │
105
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___
106
+
107
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ │
108
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ Google Cloud CRC32C Hash Tool
109
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___
110
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ │
111
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ 1.0.0
112
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___
113
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ │
114
+ 2024-04-22 13:24:56,728 INFO ___FILE_ONLY___ 1.2 MiB
115
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___
116
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ │
117
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___
118
+
119
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ │
120
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ anthoscli
121
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___
122
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ │
123
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ 0.2.48
124
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___
125
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ │
126
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ 68.9 MiB
127
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___
128
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ │
129
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___
130
+
131
+ 2024-04-22 13:24:56,729 INFO ___FILE_ONLY___ │
132
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___ gcloud cli dependencies
133
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___
134
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___ │
135
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___ 2021.04.16
136
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___
137
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___ │
138
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___ < 1 MiB
139
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___
140
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___ │
141
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___
142
+
143
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___ └─────────────────────────────────────────────────────┴────────────┴──────────┘
144
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___
145
+
146
+ 2024-04-22 13:24:56,730 INFO ___FILE_ONLY___
147
+
148
+ 2024-04-22 13:24:56,734 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
149
+ 2024-04-22 13:24:56,792 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/RELEASE_NOTES HTTP/1.1" 200 1191934
150
+ 2024-04-22 13:24:56,859 INFO ___FILE_ONLY___ For the latest full release notes, please visit:
151
+ https://cloud.google.com/sdk/release_notes
152
+
153
+
154
+ 2024-04-22 13:24:56,861 INFO ___FILE_ONLY___ ╔═════════════════════════════════════════���══════════════════╗
155
+
156
+ 2024-04-22 13:24:56,861 INFO ___FILE_ONLY___ ╠═ Creating update staging area ═╣
157
+
158
+ 2024-04-22 13:24:56,861 INFO ___FILE_ONLY___ ╚
159
+ 2024-04-22 13:24:56,861 INFO ___FILE_ONLY___ ══════
160
+ 2024-04-22 13:24:56,861 INFO ___FILE_ONLY___ ══════
161
+ 2024-04-22 13:24:56,861 INFO ___FILE_ONLY___ ══════
162
+ 2024-04-22 13:24:57,282 INFO ___FILE_ONLY___ ═
163
+ 2024-04-22 13:24:57,338 INFO ___FILE_ONLY___ ═
164
+ 2024-04-22 13:24:57,383 INFO ___FILE_ONLY___ ═
165
+ 2024-04-22 13:24:57,426 INFO ___FILE_ONLY___ ═
166
+ 2024-04-22 13:24:57,461 INFO ___FILE_ONLY___ ═
167
+ 2024-04-22 13:24:57,496 INFO ___FILE_ONLY___ ═
168
+ 2024-04-22 13:24:57,528 INFO ___FILE_ONLY___ ═
169
+ 2024-04-22 13:24:57,562 INFO ___FILE_ONLY___ ═
170
+ 2024-04-22 13:24:57,597 INFO ___FILE_ONLY___ ═
171
+ 2024-04-22 13:24:57,648 INFO ___FILE_ONLY___ ═
172
+ 2024-04-22 13:24:57,731 INFO ___FILE_ONLY___ ═
173
+ 2024-04-22 13:24:57,833 INFO ___FILE_ONLY___ ═
174
+ 2024-04-22 13:24:57,896 INFO ___FILE_ONLY___ ═
175
+ 2024-04-22 13:24:57,955 INFO ___FILE_ONLY___ ═
176
+ 2024-04-22 13:24:58,016 INFO ___FILE_ONLY___ ═
177
+ 2024-04-22 13:24:58,073 INFO ___FILE_ONLY___ ═
178
+ 2024-04-22 13:24:58,124 INFO ___FILE_ONLY___ ═
179
+ 2024-04-22 13:24:58,179 INFO ___FILE_ONLY___ ═
180
+ 2024-04-22 13:24:58,235 INFO ___FILE_ONLY___ ═
181
+ 2024-04-22 13:24:58,295 INFO ___FILE_ONLY___ ═
182
+ 2024-04-22 13:24:58,350 INFO ___FILE_ONLY___ ═
183
+ 2024-04-22 13:24:58,406 INFO ___FILE_ONLY___ ═
184
+ 2024-04-22 13:24:58,473 INFO ___FILE_ONLY___ ═
185
+ 2024-04-22 13:24:58,537 INFO ___FILE_ONLY___ ═
186
+ 2024-04-22 13:24:58,609 INFO ___FILE_ONLY___ ═
187
+ 2024-04-22 13:24:58,684 INFO ___FILE_ONLY___ ═
188
+ 2024-04-22 13:24:58,747 INFO ___FILE_ONLY___ ═
189
+ 2024-04-22 13:24:58,803 INFO ___FILE_ONLY___ ═
190
+ 2024-04-22 13:24:58,863 INFO ___FILE_ONLY___ ═
191
+ 2024-04-22 13:24:58,917 INFO ___FILE_ONLY___ ═
192
+ 2024-04-22 13:24:58,965 INFO ___FILE_ONLY___ ═
193
+ 2024-04-22 13:24:59,008 INFO ___FILE_ONLY___ ═
194
+ 2024-04-22 13:24:59,066 INFO ___FILE_ONLY___ ═
195
+ 2024-04-22 13:24:59,119 INFO ___FILE_ONLY___ ═
196
+ 2024-04-22 13:24:59,170 INFO ___FILE_ONLY___ ═
197
+ 2024-04-22 13:24:59,217 INFO ___FILE_ONLY___ ═
198
+ 2024-04-22 13:24:59,268 INFO ___FILE_ONLY___ ═
199
+ 2024-04-22 13:24:59,318 INFO ___FILE_ONLY___ ═
200
+ 2024-04-22 13:24:59,384 INFO ___FILE_ONLY___ ═
201
+ 2024-04-22 13:24:59,527 INFO ___FILE_ONLY___ ═
202
+ 2024-04-22 13:24:59,577 INFO ___FILE_ONLY___ ═
203
+ 2024-04-22 13:24:59,631 INFO ___FILE_ONLY___ ═
204
+ 2024-04-22 13:24:59,631 INFO ___FILE_ONLY___ ╝
205
+
206
+ 2024-04-22 13:24:59,714 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
207
+
208
+ 2024-04-22 13:24:59,714 INFO ___FILE_ONLY___ ╠═ Installing: BigQuery Command Line Tool ═╣
209
+
210
+ 2024-04-22 13:24:59,714 INFO ___FILE_ONLY___ ╚
211
+ 2024-04-22 13:24:59,718 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
212
+ 2024-04-22 13:24:59,776 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bq-20240412130805.tar.gz HTTP/1.1" 200 1746678
213
+ 2024-04-22 13:24:59,786 INFO ___FILE_ONLY___ ═
214
+ 2024-04-22 13:24:59,786 INFO ___FILE_ONLY___ ═
215
+ 2024-04-22 13:24:59,786 INFO ___FILE_ONLY___ ═
216
+ 2024-04-22 13:24:59,786 INFO ___FILE_ONLY___ ═
217
+ 2024-04-22 13:24:59,786 INFO ___FILE_ONLY___ ═
218
+ 2024-04-22 13:24:59,787 INFO ___FILE_ONLY___ ═
219
+ 2024-04-22 13:24:59,787 INFO ___FILE_ONLY___ ═
220
+ 2024-04-22 13:24:59,787 INFO ___FILE_ONLY___ ═
221
+ 2024-04-22 13:24:59,787 INFO ___FILE_ONLY___ ═
222
+ 2024-04-22 13:24:59,787 INFO ___FILE_ONLY___ ═
223
+ 2024-04-22 13:24:59,787 INFO ___FILE_ONLY___ ═
224
+ 2024-04-22 13:24:59,787 INFO ___FILE_ONLY___ ═
225
+ 2024-04-22 13:24:59,788 INFO ___FILE_ONLY___ ═
226
+ 2024-04-22 13:24:59,788 INFO ___FILE_ONLY___ ═
227
+ 2024-04-22 13:24:59,788 INFO ___FILE_ONLY___ ═
228
+ 2024-04-22 13:24:59,788 INFO ___FILE_ONLY___ ═
229
+ 2024-04-22 13:24:59,788 INFO ___FILE_ONLY___ ═
230
+ 2024-04-22 13:24:59,788 INFO ___FILE_ONLY___ ═
231
+ 2024-04-22 13:24:59,788 INFO ___FILE_ONLY___ ═
232
+ 2024-04-22 13:24:59,789 INFO ___FILE_ONLY___ ═
233
+ 2024-04-22 13:24:59,789 INFO ___FILE_ONLY___ ═
234
+ 2024-04-22 13:24:59,789 INFO ___FILE_ONLY___ ═
235
+ 2024-04-22 13:24:59,789 INFO ___FILE_ONLY___ ═
236
+ 2024-04-22 13:24:59,789 INFO ___FILE_ONLY___ ═
237
+ 2024-04-22 13:24:59,789 INFO ___FILE_ONLY___ ═
238
+ 2024-04-22 13:24:59,789 INFO ___FILE_ONLY___ ═
239
+ 2024-04-22 13:24:59,790 INFO ___FILE_ONLY___ ═
240
+ 2024-04-22 13:24:59,790 INFO ___FILE_ONLY___ ═
241
+ 2024-04-22 13:24:59,790 INFO ___FILE_ONLY___ ═
242
+ 2024-04-22 13:24:59,790 INFO ___FILE_ONLY___ ═
243
+ 2024-04-22 13:24:59,913 INFO ___FILE_ONLY___ ═
244
+ 2024-04-22 13:24:59,918 INFO ___FILE_ONLY___ ═
245
+ 2024-04-22 13:24:59,922 INFO ___FILE_ONLY___ ═
246
+ 2024-04-22 13:24:59,926 INFO ___FILE_ONLY___ ═
247
+ 2024-04-22 13:24:59,930 INFO ___FILE_ONLY___ ═
248
+ 2024-04-22 13:24:59,934 INFO ___FILE_ONLY___ ═
249
+ 2024-04-22 13:24:59,938 INFO ___FILE_ONLY___ ═
250
+ 2024-04-22 13:24:59,942 INFO ___FILE_ONLY___ ═
251
+ 2024-04-22 13:24:59,947 INFO ___FILE_ONLY___ ═
252
+ 2024-04-22 13:24:59,951 INFO ___FILE_ONLY___ ═
253
+ 2024-04-22 13:24:59,955 INFO ___FILE_ONLY___ ═
254
+ 2024-04-22 13:24:59,958 INFO ___FILE_ONLY___ ═
255
+ 2024-04-22 13:24:59,962 INFO ___FILE_ONLY___ ═
256
+ 2024-04-22 13:24:59,967 INFO ___FILE_ONLY___ ═
257
+ 2024-04-22 13:24:59,971 INFO ___FILE_ONLY___ ═
258
+ 2024-04-22 13:24:59,975 INFO ___FILE_ONLY___ ═
259
+ 2024-04-22 13:24:59,980 INFO ___FILE_ONLY___ ═
260
+ 2024-04-22 13:24:59,984 INFO ___FILE_ONLY___ ═
261
+ 2024-04-22 13:24:59,991 INFO ___FILE_ONLY___ ═
262
+ 2024-04-22 13:24:59,995 INFO ___FILE_ONLY___ ═
263
+ 2024-04-22 13:25:00,001 INFO ___FILE_ONLY___ ═
264
+ 2024-04-22 13:25:00,006 INFO ___FILE_ONLY___ ═
265
+ 2024-04-22 13:25:00,010 INFO ___FILE_ONLY___ ═
266
+ 2024-04-22 13:25:00,014 INFO ___FILE_ONLY___ ═
267
+ 2024-04-22 13:25:00,018 INFO ___FILE_ONLY___ ═
268
+ 2024-04-22 13:25:00,021 INFO ___FILE_ONLY___ ═
269
+ 2024-04-22 13:25:00,026 INFO ___FILE_ONLY___ ═
270
+ 2024-04-22 13:25:00,029 INFO ___FILE_ONLY___ ═
271
+ 2024-04-22 13:25:00,033 INFO ___FILE_ONLY___ ═
272
+ 2024-04-22 13:25:00,037 INFO ___FILE_ONLY___ ═
273
+ 2024-04-22 13:25:00,037 INFO ___FILE_ONLY___ ╝
274
+
275
+ 2024-04-22 13:25:00,053 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
276
+
277
+ 2024-04-22 13:25:00,053 INFO ___FILE_ONLY___ ╠═ Installing: BigQuery Command Line Tool (Platform Spec... ═╣
278
+
279
+ 2024-04-22 13:25:00,053 INFO ___FILE_ONLY___ ╚
280
+ 2024-04-22 13:25:00,057 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
281
+ 2024-04-22 13:25:00,109 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bq-nix-20240106004423.tar.gz HTTP/1.1" 200 2026
282
+ 2024-04-22 13:25:00,110 INFO ___FILE_ONLY___ ══════════════════════════════
283
+ 2024-04-22 13:25:00,111 INFO ___FILE_ONLY___ ══════════════════════════════
284
+ 2024-04-22 13:25:00,111 INFO ___FILE_ONLY___ ╝
285
+
286
+ 2024-04-22 13:25:00,119 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
287
+
288
+ 2024-04-22 13:25:00,119 INFO ___FILE_ONLY___ ╠═ Installing: Bundled Python 3.11 ═╣
289
+
290
+ 2024-04-22 13:25:00,119 INFO ___FILE_ONLY___ ╚
291
+ 2024-04-22 13:25:00,123 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
292
+ 2024-04-22 13:25:00,177 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bundled-python3-unix-linux-x86_64-20240229170130.tar.gz HTTP/1.1" 200 78486918
293
+ 2024-04-22 13:25:00,456 INFO ___FILE_ONLY___ ═
294
+ 2024-04-22 13:25:00,459 INFO ___FILE_ONLY___ ═
295
+ 2024-04-22 13:25:00,462 INFO ___FILE_ONLY___ ═
296
+ 2024-04-22 13:25:00,465 INFO ___FILE_ONLY___ ═
297
+ 2024-04-22 13:25:00,468 INFO ___FILE_ONLY___ ═
298
+ 2024-04-22 13:25:00,471 INFO ___FILE_ONLY___ ═
299
+ 2024-04-22 13:25:00,474 INFO ___FILE_ONLY___ ═
300
+ 2024-04-22 13:25:00,477 INFO ___FILE_ONLY___ ═
301
+ 2024-04-22 13:25:00,480 INFO ___FILE_ONLY___ ═
302
+ 2024-04-22 13:25:00,483 INFO ___FILE_ONLY___ ═
303
+ 2024-04-22 13:25:00,486 INFO ___FILE_ONLY___ ═
304
+ 2024-04-22 13:25:00,489 INFO ___FILE_ONLY___ ═
305
+ 2024-04-22 13:25:00,493 INFO ___FILE_ONLY___ ═
306
+ 2024-04-22 13:25:00,496 INFO ___FILE_ONLY___ ═
307
+ 2024-04-22 13:25:00,499 INFO ___FILE_ONLY___ ═
308
+ 2024-04-22 13:25:00,502 INFO ___FILE_ONLY___ ═
309
+ 2024-04-22 13:25:00,505 INFO ___FILE_ONLY___ ═
310
+ 2024-04-22 13:25:00,508 INFO ___FILE_ONLY___ ═
311
+ 2024-04-22 13:25:00,511 INFO ___FILE_ONLY___ ═
312
+ 2024-04-22 13:25:00,514 INFO ___FILE_ONLY___ ═
313
+ 2024-04-22 13:25:00,517 INFO ___FILE_ONLY___ ═
314
+ 2024-04-22 13:25:00,520 INFO ___FILE_ONLY___ ═
315
+ 2024-04-22 13:25:00,523 INFO ___FILE_ONLY___ ═
316
+ 2024-04-22 13:25:00,526 INFO ___FILE_ONLY___ ═
317
+ 2024-04-22 13:25:00,529 INFO ___FILE_ONLY___ ═
318
+ 2024-04-22 13:25:00,532 INFO ___FILE_ONLY___ ═
319
+ 2024-04-22 13:25:00,535 INFO ___FILE_ONLY___ ═
320
+ 2024-04-22 13:25:00,538 INFO ___FILE_ONLY___ ═
321
+ 2024-04-22 13:25:00,541 INFO ___FILE_ONLY___ ═
322
+ 2024-04-22 13:25:00,545 INFO ___FILE_ONLY___ ═
323
+ 2024-04-22 13:25:02,631 INFO ___FILE_ONLY___ ═
324
+ 2024-04-22 13:25:02,657 INFO ___FILE_ONLY___ ═
325
+ 2024-04-22 13:25:02,683 INFO ___FILE_ONLY___ ═
326
+ 2024-04-22 13:25:02,708 INFO ___FILE_ONLY___ ═
327
+ 2024-04-22 13:25:02,733 INFO ___FILE_ONLY___ ═
328
+ 2024-04-22 13:25:02,758 INFO ___FILE_ONLY___ ═
329
+ 2024-04-22 13:25:02,783 INFO ___FILE_ONLY___ ═
330
+ 2024-04-22 13:25:02,807 INFO ___FILE_ONLY___ ═
331
+ 2024-04-22 13:25:02,833 INFO ___FILE_ONLY___ ═
332
+ 2024-04-22 13:25:02,857 INFO ___FILE_ONLY___ ═
333
+ 2024-04-22 13:25:02,883 INFO ___FILE_ONLY___ ═
334
+ 2024-04-22 13:25:02,908 INFO ___FILE_ONLY___ ═
335
+ 2024-04-22 13:25:02,934 INFO ___FILE_ONLY___ ═
336
+ 2024-04-22 13:25:02,960 INFO ___FILE_ONLY___ ═
337
+ 2024-04-22 13:25:02,986 INFO ___FILE_ONLY___ ═
338
+ 2024-04-22 13:25:03,013 INFO ___FILE_ONLY___ ═
339
+ 2024-04-22 13:25:03,041 INFO ___FILE_ONLY___ ═
340
+ 2024-04-22 13:25:03,405 INFO ___FILE_ONLY___ ═
341
+ 2024-04-22 13:25:03,440 INFO ___FILE_ONLY___ ═
342
+ 2024-04-22 13:25:03,488 INFO ___FILE_ONLY___ ═
343
+ 2024-04-22 13:25:03,525 INFO ___FILE_ONLY___ ═
344
+ 2024-04-22 13:25:03,704 INFO ___FILE_ONLY___ ═
345
+ 2024-04-22 13:25:03,835 INFO ___FILE_ONLY___ ═
346
+ 2024-04-22 13:25:03,873 INFO ___FILE_ONLY___ ═
347
+ 2024-04-22 13:25:03,912 INFO ___FILE_ONLY___ ═
348
+ 2024-04-22 13:25:03,981 INFO ___FILE_ONLY___ ═
349
+ 2024-04-22 13:25:04,016 INFO ___FILE_ONLY___ ═
350
+ 2024-04-22 13:25:04,058 INFO ___FILE_ONLY___ ═
351
+ 2024-04-22 13:25:05,084 INFO ___FILE_ONLY___ ═
352
+ 2024-04-22 13:25:05,113 INFO ___FILE_ONLY___ ═
353
+ 2024-04-22 13:25:05,113 INFO ___FILE_ONLY___ ╝
354
+
355
+ 2024-04-22 13:25:05,216 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
356
+
357
+ 2024-04-22 13:25:05,216 INFO ___FILE_ONLY___ ╠═ Installing: Bundled Python 3.11 ═╣
358
+
359
+ 2024-04-22 13:25:05,216 INFO ___FILE_ONLY___ ╚
360
+ 2024-04-22 13:25:05,221 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
361
+ 2024-04-22 13:25:05,221 INFO ___FILE_ONLY___ ╝
362
+
363
+ 2024-04-22 13:25:05,223 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
364
+
365
+ 2024-04-22 13:25:05,223 INFO ___FILE_ONLY___ ╠═ Installing: Cloud Storage Command Line Tool ═╣
366
+
367
+ 2024-04-22 13:25:05,223 INFO ___FILE_ONLY___ ╚
368
+ 2024-04-22 13:25:05,227 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
369
+ 2024-04-22 13:25:05,280 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gsutil-20231025210228.tar.gz HTTP/1.1" 200 11833901
370
+ 2024-04-22 13:25:05,324 INFO ___FILE_ONLY___ ═
371
+ 2024-04-22 13:25:05,325 INFO ___FILE_ONLY___ ═
372
+ 2024-04-22 13:25:05,325 INFO ___FILE_ONLY___ ═
373
+ 2024-04-22 13:25:05,326 INFO ___FILE_ONLY___ ═
374
+ 2024-04-22 13:25:05,326 INFO ___FILE_ONLY___ ═
375
+ 2024-04-22 13:25:05,327 INFO ___FILE_ONLY___ ═
376
+ 2024-04-22 13:25:05,327 INFO ___FILE_ONLY___ ═
377
+ 2024-04-22 13:25:05,328 INFO ___FILE_ONLY___ ═
378
+ 2024-04-22 13:25:05,328 INFO ___FILE_ONLY___ ═
379
+ 2024-04-22 13:25:05,329 INFO ___FILE_ONLY___ ═
380
+ 2024-04-22 13:25:05,330 INFO ___FILE_ONLY___ ═
381
+ 2024-04-22 13:25:05,330 INFO ___FILE_ONLY___ ═
382
+ 2024-04-22 13:25:05,331 INFO ___FILE_ONLY___ ═
383
+ 2024-04-22 13:25:05,331 INFO ___FILE_ONLY___ ═
384
+ 2024-04-22 13:25:05,332 INFO ___FILE_ONLY___ ═
385
+ 2024-04-22 13:25:05,332 INFO ___FILE_ONLY___ ═
386
+ 2024-04-22 13:25:05,333 INFO ___FILE_ONLY___ ═
387
+ 2024-04-22 13:25:05,333 INFO ___FILE_ONLY___ ═
388
+ 2024-04-22 13:25:05,334 INFO ___FILE_ONLY___ ═
389
+ 2024-04-22 13:25:05,335 INFO ___FILE_ONLY___ ═
390
+ 2024-04-22 13:25:05,335 INFO ___FILE_ONLY___ ═
391
+ 2024-04-22 13:25:05,336 INFO ___FILE_ONLY___ ═
392
+ 2024-04-22 13:25:05,336 INFO ___FILE_ONLY___ ═
393
+ 2024-04-22 13:25:05,337 INFO ___FILE_ONLY___ ═
394
+ 2024-04-22 13:25:05,337 INFO ___FILE_ONLY___ ═
395
+ 2024-04-22 13:25:05,338 INFO ___FILE_ONLY___ ═
396
+ 2024-04-22 13:25:05,338 INFO ___FILE_ONLY___ ═
397
+ 2024-04-22 13:25:05,339 INFO ___FILE_ONLY___ ═
398
+ 2024-04-22 13:25:05,339 INFO ___FILE_ONLY___ ═
399
+ 2024-04-22 13:25:05,340 INFO ___FILE_ONLY___ ═
400
+ 2024-04-22 13:25:06,021 INFO ___FILE_ONLY___ ═
401
+ 2024-04-22 13:25:06,054 INFO ___FILE_ONLY___ ═
402
+ 2024-04-22 13:25:06,081 INFO ___FILE_ONLY___ ═
403
+ 2024-04-22 13:25:06,107 INFO ___FILE_ONLY___ ═
404
+ 2024-04-22 13:25:06,131 INFO ___FILE_ONLY___ ═
405
+ 2024-04-22 13:25:06,157 INFO ___FILE_ONLY___ ═
406
+ 2024-04-22 13:25:06,176 INFO ___FILE_ONLY___ ═
407
+ 2024-04-22 13:25:06,193 INFO ___FILE_ONLY___ ═
408
+ 2024-04-22 13:25:06,214 INFO ___FILE_ONLY___ ═
409
+ 2024-04-22 13:25:06,233 INFO ___FILE_ONLY___ ═
410
+ 2024-04-22 13:25:06,253 INFO ___FILE_ONLY___ ═
411
+ 2024-04-22 13:25:06,272 INFO ___FILE_ONLY___ ═
412
+ 2024-04-22 13:25:06,301 INFO ___FILE_ONLY___ ═
413
+ 2024-04-22 13:25:06,321 INFO ___FILE_ONLY___ ═
414
+ 2024-04-22 13:25:06,352 INFO ___FILE_ONLY___ ═
415
+ 2024-04-22 13:25:06,382 INFO ___FILE_ONLY___ ═
416
+ 2024-04-22 13:25:06,414 INFO ___FILE_ONLY___ ═
417
+ 2024-04-22 13:25:06,445 INFO ___FILE_ONLY___ ═
418
+ 2024-04-22 13:25:06,466 INFO ___FILE_ONLY___ ═
419
+ 2024-04-22 13:25:06,490 INFO ___FILE_ONLY___ ═
420
+ 2024-04-22 13:25:06,513 INFO ___FILE_ONLY___ ═
421
+ 2024-04-22 13:25:06,537 INFO ___FILE_ONLY___ ═
422
+ 2024-04-22 13:25:06,561 INFO ___FILE_ONLY___ ═
423
+ 2024-04-22 13:25:06,586 INFO ___FILE_ONLY___ ═
424
+ 2024-04-22 13:25:06,607 INFO ___FILE_ONLY___ ═
425
+ 2024-04-22 13:25:06,653 INFO ___FILE_ONLY___ ═
426
+ 2024-04-22 13:25:06,681 INFO ___FILE_ONLY___ ═
427
+ 2024-04-22 13:25:06,706 INFO ___FILE_ONLY___ ═
428
+ 2024-04-22 13:25:06,733 INFO ___FILE_ONLY___ ═
429
+ 2024-04-22 13:25:06,754 INFO ___FILE_ONLY___ ═
430
+ 2024-04-22 13:25:06,754 INFO ___FILE_ONLY___ ╝
431
+
432
+ 2024-04-22 13:25:06,825 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
433
+
434
+ 2024-04-22 13:25:06,825 INFO ___FILE_ONLY___ ╠═ Installing: Cloud Storage Command Line Tool (Platform... ═╣
435
+
436
+ 2024-04-22 13:25:06,825 INFO ___FILE_ONLY___ ╚
437
+ 2024-04-22 13:25:06,829 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
438
+ 2024-04-22 13:25:06,881 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gsutil-nix-20240106004423.tar.gz HTTP/1.1" 200 2042
439
+ 2024-04-22 13:25:06,881 INFO ___FILE_ONLY___ ══════════════════════════════
440
+ 2024-04-22 13:25:06,882 INFO ___FILE_ONLY___ ══════════════════════════════
441
+ 2024-04-22 13:25:06,882 INFO ___FILE_ONLY___ ╝
442
+
443
+ 2024-04-22 13:25:06,890 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
444
+
445
+ 2024-04-22 13:25:06,890 INFO ___FILE_ONLY___ ╠═ Installing: Default set of gcloud commands ═╣
446
+
447
+ 2024-04-22 13:25:06,890 INFO ___FILE_ONLY___ ╚
448
+ 2024-04-22 13:25:06,895 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
449
+ 2024-04-22 13:25:06,895 INFO ___FILE_ONLY___ ╝
450
+
451
+ 2024-04-22 13:25:06,897 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
452
+
453
+ 2024-04-22 13:25:06,897 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CLI Core Libraries (Platform... ═╣
454
+
455
+ 2024-04-22 13:25:06,897 INFO ___FILE_ONLY___ ╚
456
+ 2024-04-22 13:25:06,900 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
457
+ 2024-04-22 13:25:06,954 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-core-nix-20240106004423.tar.gz HTTP/1.1" 200 2410
458
+ 2024-04-22 13:25:06,955 INFO ___FILE_ONLY___ ══════════════════════════════
459
+ 2024-04-22 13:25:06,956 INFO ___FILE_ONLY___ ═══════════════
460
+ 2024-04-22 13:25:06,956 INFO ___FILE_ONLY___ ═══════════════
461
+ 2024-04-22 13:25:06,956 INFO ___FILE_ONLY___ ╝
462
+
463
+ 2024-04-22 13:25:06,964 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
464
+
465
+ 2024-04-22 13:25:06,964 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CRC32C Hash Tool ═╣
466
+
467
+ 2024-04-22 13:25:06,964 INFO ___FILE_ONLY___ ╚
468
+ 2024-04-22 13:25:06,969 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
469
+ 2024-04-22 13:25:06,970 INFO ___FILE_ONLY___ ╝
470
+
471
+ 2024-04-22 13:25:06,971 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
472
+
473
+ 2024-04-22 13:25:06,971 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CRC32C Hash Tool ═╣
474
+
475
+ 2024-04-22 13:25:06,971 INFO ___FILE_ONLY___ ╚
476
+ 2024-04-22 13:25:06,975 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
477
+ 2024-04-22 13:25:07,072 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gcloud-crc32c-linux-x86_64-20231215195722.tar.gz HTTP/1.1" 200 1287877
478
+ 2024-04-22 13:25:07,081 INFO ___FILE_ONLY___ ═
479
+ 2024-04-22 13:25:07,081 INFO ___FILE_ONLY___ ═
480
+ 2024-04-22 13:25:07,081 INFO ___FILE_ONLY___ ═
481
+ 2024-04-22 13:25:07,081 INFO ___FILE_ONLY___ ═
482
+ 2024-04-22 13:25:07,082 INFO ___FILE_ONLY___ ═
483
+ 2024-04-22 13:25:07,082 INFO ___FILE_ONLY___ ═
484
+ 2024-04-22 13:25:07,082 INFO ___FILE_ONLY___ ═
485
+ 2024-04-22 13:25:07,082 INFO ___FILE_ONLY___ ═
486
+ 2024-04-22 13:25:07,082 INFO ___FILE_ONLY___ ═
487
+ 2024-04-22 13:25:07,082 INFO ___FILE_ONLY___ ═
488
+ 2024-04-22 13:25:07,082 INFO ___FILE_ONLY___ ═
489
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
490
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
491
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
492
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
493
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
494
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
495
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
496
+ 2024-04-22 13:25:07,083 INFO ___FILE_ONLY___ ═
497
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
498
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
499
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
500
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
501
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
502
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
503
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
504
+ 2024-04-22 13:25:07,084 INFO ___FILE_ONLY___ ═
505
+ 2024-04-22 13:25:07,085 INFO ___FILE_ONLY___ ═
506
+ 2024-04-22 13:25:07,085 INFO ___FILE_ONLY___ ═
507
+ 2024-04-22 13:25:07,085 INFO ___FILE_ONLY___ ═
508
+ 2024-04-22 13:25:07,116 INFO ___FILE_ONLY___ ═══════════════
509
+ 2024-04-22 13:25:07,116 INFO ___FILE_ONLY___ ═══════════════
510
+ 2024-04-22 13:25:07,116 INFO ___FILE_ONLY___ ╝
511
+
512
+ 2024-04-22 13:25:07,125 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
513
+
514
+ 2024-04-22 13:25:07,125 INFO ___FILE_ONLY___ ╠═ Installing: anthoscli ═╣
515
+
516
+ 2024-04-22 13:25:07,125 INFO ___FILE_ONLY___ ╚
517
+ 2024-04-22 13:25:07,130 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
518
+ 2024-04-22 13:25:07,130 INFO ___FILE_ONLY___ ╝
519
+
520
+ 2024-04-22 13:25:07,132 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
521
+
522
+ 2024-04-22 13:25:07,132 INFO ___FILE_ONLY___ ╠═ Installing: anthoscli ═╣
523
+
524
+ 2024-04-22 13:25:07,132 INFO ___FILE_ONLY___ ╚
525
+ 2024-04-22 13:25:07,136 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
526
+ 2024-04-22 13:25:07,189 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-anthoscli-linux-x86_64-20240209195330.tar.gz HTTP/1.1" 200 72231225
527
+ 2024-04-22 13:25:07,439 INFO ___FILE_ONLY___ ═
528
+ 2024-04-22 13:25:07,442 INFO ___FILE_ONLY___ ═
529
+ 2024-04-22 13:25:07,445 INFO ___FILE_ONLY___ ═
530
+ 2024-04-22 13:25:07,448 INFO ___FILE_ONLY___ ═
531
+ 2024-04-22 13:25:07,451 INFO ___FILE_ONLY___ ═
532
+ 2024-04-22 13:25:07,454 INFO ___FILE_ONLY___ ═
533
+ 2024-04-22 13:25:07,456 INFO ___FILE_ONLY___ ═
534
+ 2024-04-22 13:25:07,460 INFO ___FILE_ONLY___ ═
535
+ 2024-04-22 13:25:07,463 INFO ___FILE_ONLY___ ═
536
+ 2024-04-22 13:25:07,466 INFO ___FILE_ONLY___ ═
537
+ 2024-04-22 13:25:07,468 INFO ___FILE_ONLY___ ═
538
+ 2024-04-22 13:25:07,471 INFO ___FILE_ONLY___ ═
539
+ 2024-04-22 13:25:07,474 INFO ___FILE_ONLY___ ═
540
+ 2024-04-22 13:25:07,477 INFO ___FILE_ONLY___ ═
541
+ 2024-04-22 13:25:07,479 INFO ___FILE_ONLY___ ═
542
+ 2024-04-22 13:25:07,482 INFO ___FILE_ONLY___ ═
543
+ 2024-04-22 13:25:07,485 INFO ___FILE_ONLY___ ═
544
+ 2024-04-22 13:25:07,488 INFO ___FILE_ONLY___ ═
545
+ 2024-04-22 13:25:07,491 INFO ___FILE_ONLY___ ═
546
+ 2024-04-22 13:25:07,494 INFO ___FILE_ONLY___ ═
547
+ 2024-04-22 13:25:07,497 INFO ___FILE_ONLY___ ═
548
+ 2024-04-22 13:25:07,499 INFO ___FILE_ONLY___ ═
549
+ 2024-04-22 13:25:07,502 INFO ___FILE_ONLY___ ═
550
+ 2024-04-22 13:25:07,505 INFO ___FILE_ONLY___ ═
551
+ 2024-04-22 13:25:07,508 INFO ___FILE_ONLY___ ═
552
+ 2024-04-22 13:25:07,511 INFO ___FILE_ONLY___ ═
553
+ 2024-04-22 13:25:07,514 INFO ___FILE_ONLY___ ═
554
+ 2024-04-22 13:25:07,517 INFO ___FILE_ONLY___ ═
555
+ 2024-04-22 13:25:07,520 INFO ___FILE_ONLY___ ═
556
+ 2024-04-22 13:25:07,523 INFO ___FILE_ONLY___ ═
557
+ 2024-04-22 13:25:09,550 INFO ___FILE_ONLY___ ══════════
558
+ 2024-04-22 13:25:09,555 INFO ___FILE_ONLY___ ═════════
559
+ 2024-04-22 13:25:09,579 INFO ___FILE_ONLY___ ═══════════
560
+ 2024-04-22 13:25:09,579 INFO ___FILE_ONLY___ ╝
561
+
562
+ 2024-04-22 13:25:09,600 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
563
+
564
+ 2024-04-22 13:25:09,600 INFO ___FILE_ONLY___ ╠═ Installing: gcloud cli dependencies ═╣
565
+
566
+ 2024-04-22 13:25:09,600 INFO ___FILE_ONLY___ ╚
567
+ 2024-04-22 13:25:09,604 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
568
+ 2024-04-22 13:25:09,657 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gcloud-deps-linux-x86_64-20210416153011.tar.gz HTTP/1.1" 200 104
569
+ 2024-04-22 13:25:09,657 INFO ___FILE_ONLY___ ══════════════════════════════
570
+ 2024-04-22 13:25:09,658 INFO ___FILE_ONLY___ ══════════════════════════════
571
+ 2024-04-22 13:25:09,658 INFO ___FILE_ONLY___ ╝
572
+
573
+ 2024-04-22 13:25:09,666 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
574
+
575
+ 2024-04-22 13:25:09,666 INFO ___FILE_ONLY___ ╠═ Creating backup and activating new installation ═╣
576
+
577
+ 2024-04-22 13:25:09,666 INFO ___FILE_ONLY___ ╚
578
+ 2024-04-22 13:25:09,666 DEBUG root Attempting to move directory [/tools/google-cloud-sdk] to [/tools/google-cloud-sdk.staging/.install/.backup]
579
+ 2024-04-22 13:25:09,667 INFO ___FILE_ONLY___ ══════════════════════════════
580
+ 2024-04-22 13:25:09,667 DEBUG root Attempting to move directory [/tools/google-cloud-sdk.staging] to [/tools/google-cloud-sdk]
581
+ 2024-04-22 13:25:09,667 INFO ___FILE_ONLY___ ══════════════════════════════
582
+ 2024-04-22 13:25:09,667 INFO ___FILE_ONLY___ ╝
583
+
584
+ 2024-04-22 13:25:09,671 DEBUG root Updating notification cache...
585
+ 2024-04-22 13:25:09,671 INFO ___FILE_ONLY___
586
+
587
+ 2024-04-22 13:25:09,673 INFO ___FILE_ONLY___ Performing post processing steps...
588
+ 2024-04-22 13:25:09,673 DEBUG root Executing command: ['/tools/google-cloud-sdk/bin/gcloud', 'components', 'post-process']
589
+ 2024-04-22 13:25:19,607 DEBUG ___FILE_ONLY___
590
+ 2024-04-22 13:25:19,607 DEBUG ___FILE_ONLY___
591
+ 2024-04-22 13:25:19,689 INFO ___FILE_ONLY___
592
+ Update done!
593
+
594
+
595
+ 2024-04-22 13:25:19,693 DEBUG root Chosen display Format:none
596
+ 2024-04-22 13:25:19,693 INFO root Display format: "none"
.config/logs/2024.04.22/13.25.10.072541.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 2024-04-22 13:25:10,073 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2024-04-22 13:25:10,075 DEBUG root Loaded Command Group: ['gcloud', 'components', 'post_process']
3
+ 2024-04-22 13:25:10,077 DEBUG root Running [gcloud.components.post-process] with arguments: []
4
+ 2024-04-22 13:25:19,534 DEBUG root Chosen display Format:none
5
+ 2024-04-22 13:25:19,534 INFO root Display format: "none"
.config/logs/2024.04.22/13.25.20.190145.log ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-04-22 13:25:20,191 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2024-04-22 13:25:20,193 DEBUG root Loaded Command Group: ['gcloud', 'components', 'update']
3
+ 2024-04-22 13:25:20,195 DEBUG root Running [gcloud.components.update] with arguments: [--quiet: "True", COMPONENT-IDS:8: "['gcloud', 'core', 'bq', 'gsutil', 'compute', 'preview', 'alpha', 'beta']"]
4
+ 2024-04-22 13:25:20,196 INFO ___FILE_ONLY___ Beginning update. This process may take several minutes.
5
+
6
+ 2024-04-22 13:25:20,203 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
7
+ 2024-04-22 13:25:20,263 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components-2.json HTTP/1.1" 200 222653
8
+ 2024-04-22 13:25:20,281 WARNING root Component [preview] no longer exists.
9
+ 2024-04-22 13:25:20,282 WARNING root Component [compute] no longer exists.
10
+ 2024-04-22 13:25:20,283 INFO ___FILE_ONLY___
11
+
12
+ 2024-04-22 13:25:20,283 INFO ___FILE_ONLY___
13
+ Your current Google Cloud CLI version is: 472.0.0
14
+
15
+ 2024-04-22 13:25:20,283 INFO ___FILE_ONLY___ Installing components from version: 472.0.0
16
+
17
+ 2024-04-22 13:25:20,283 INFO ___FILE_ONLY___
18
+
19
+ 2024-04-22 13:25:20,284 DEBUG root Chosen display Format:table[box,title="These components will be removed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
20
+ 2024-04-22 13:25:20,285 DEBUG root Chosen display Format:table[box,title="These components will be updated."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
21
+ 2024-04-22 13:25:20,285 DEBUG root Chosen display Format:table[box,title="These components will be installed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
22
+ 2024-04-22 13:25:20,321 INFO ___FILE_ONLY___ ┌──────────────────────────────────────────────┐
23
+ 2024-04-22 13:25:20,321 INFO ___FILE_ONLY___
24
+
25
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ │ These components will be installed. │
26
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___
27
+
28
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ ├───────────────────────┬────────────┬─────────┤
29
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___
30
+
31
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ │ Name │ Version │ Size │
32
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___
33
+
34
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ ├───────────────────────┼────────────┼─────────┤
35
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___
36
+
37
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ │
38
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ gcloud Alpha Commands
39
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___
40
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ │
41
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___ 2024.04.12
42
+ 2024-04-22 13:25:20,322 INFO ___FILE_ONLY___
43
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ │
44
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ < 1 MiB
45
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___
46
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ │
47
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___
48
+
49
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ │
50
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ gcloud Beta Commands
51
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___
52
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ │
53
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ 2024.04.12
54
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___
55
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ │
56
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ < 1 MiB
57
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___
58
+ 2024-04-22 13:25:20,323 INFO ___FILE_ONLY___ │
59
+ 2024-04-22 13:25:20,324 INFO ___FILE_ONLY___
60
+
61
+ 2024-04-22 13:25:20,324 INFO ___FILE_ONLY___ └───────────────────────┴────────────┴─────────┘
62
+ 2024-04-22 13:25:20,324 INFO ___FILE_ONLY___
63
+
64
+ 2024-04-22 13:25:20,324 INFO ___FILE_ONLY___
65
+
66
+ 2024-04-22 13:25:20,328 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
67
+ 2024-04-22 13:25:20,385 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/RELEASE_NOTES HTTP/1.1" 200 1191934
68
+ 2024-04-22 13:25:20,453 INFO ___FILE_ONLY___ For the latest full release notes, please visit:
69
+ https://cloud.google.com/sdk/release_notes
70
+
71
+
72
+ 2024-04-22 13:25:20,455 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
73
+
74
+ 2024-04-22 13:25:20,455 INFO ___FILE_ONLY___ ╠═ Creating update staging area ═╣
75
+
76
+ 2024-04-22 13:25:20,456 INFO ___FILE_ONLY___ ╚
77
+ 2024-04-22 13:25:20,456 INFO ___FILE_ONLY___ ══════
78
+ 2024-04-22 13:25:21,153 INFO ___FILE_ONLY___ ══════
79
+ 2024-04-22 13:25:21,154 INFO ___FILE_ONLY___ ══════
80
+ 2024-04-22 13:25:21,595 INFO ___FILE_ONLY___ ═
81
+ 2024-04-22 13:25:21,833 INFO ___FILE_ONLY___ ═
82
+ 2024-04-22 13:25:21,886 INFO ___FILE_ONLY___ ═
83
+ 2024-04-22 13:25:21,937 INFO ___FILE_ONLY___ ═
84
+ 2024-04-22 13:25:21,981 INFO ___FILE_ONLY___ ═
85
+ 2024-04-22 13:25:22,023 INFO ___FILE_ONLY___ ═
86
+ 2024-04-22 13:25:22,065 INFO ___FILE_ONLY___ ═
87
+ 2024-04-22 13:25:22,108 INFO ___FILE_ONLY___ ═
88
+ 2024-04-22 13:25:22,180 INFO ___FILE_ONLY___ ═
89
+ 2024-04-22 13:25:22,300 INFO ___FILE_ONLY___ ═
90
+ 2024-04-22 13:25:22,458 INFO ___FILE_ONLY___ ═
91
+ 2024-04-22 13:25:22,542 INFO ___FILE_ONLY___ ═
92
+ 2024-04-22 13:25:22,621 INFO ___FILE_ONLY___ ═
93
+ 2024-04-22 13:25:22,735 INFO ___FILE_ONLY___ ═
94
+ 2024-04-22 13:25:22,807 INFO ___FILE_ONLY___ ═
95
+ 2024-04-22 13:25:22,873 INFO ___FILE_ONLY___ ═
96
+ 2024-04-22 13:25:22,932 INFO ___FILE_ONLY___ ═
97
+ 2024-04-22 13:25:22,995 INFO ___FILE_ONLY___ ═
98
+ 2024-04-22 13:25:23,047 INFO ___FILE_ONLY___ ═
99
+ 2024-04-22 13:25:23,107 INFO ___FILE_ONLY___ ═
100
+ 2024-04-22 13:25:23,171 INFO ___FILE_ONLY___ ═
101
+ 2024-04-22 13:25:23,222 INFO ___FILE_ONLY___ ═
102
+ 2024-04-22 13:25:23,315 INFO ___FILE_ONLY___ ═
103
+ 2024-04-22 13:25:23,382 INFO ___FILE_ONLY___ ═
104
+ 2024-04-22 13:25:23,444 INFO ___FILE_ONLY___ ═
105
+ 2024-04-22 13:25:23,500 INFO ___FILE_ONLY___ ═
106
+ 2024-04-22 13:25:23,557 INFO ___FILE_ONLY___ ═
107
+ 2024-04-22 13:25:23,634 INFO ___FILE_ONLY___ ═
108
+ 2024-04-22 13:25:23,700 INFO ___FILE_ONLY___ ═
109
+ 2024-04-22 13:25:23,766 INFO ___FILE_ONLY___ ═
110
+ 2024-04-22 13:25:23,843 INFO ___FILE_ONLY___ ═
111
+ 2024-04-22 13:25:23,927 INFO ___FILE_ONLY___ ═
112
+ 2024-04-22 13:25:24,016 INFO ___FILE_ONLY___ ═
113
+ 2024-04-22 13:25:24,128 INFO ___FILE_ONLY___ ═
114
+ 2024-04-22 13:25:24,208 INFO ___FILE_ONLY___ ═
115
+ 2024-04-22 13:25:24,296 INFO ___FILE_ONLY___ ═
116
+ 2024-04-22 13:25:24,383 INFO ___FILE_ONLY___ ═
117
+ 2024-04-22 13:25:24,470 INFO ___FILE_ONLY___ ═
118
+ 2024-04-22 13:25:24,526 INFO ___FILE_ONLY___ ═
119
+ 2024-04-22 13:25:24,595 INFO ___FILE_ONLY___ ═
120
+ 2024-04-22 13:25:24,648 INFO ___FILE_ONLY___ ═
121
+ 2024-04-22 13:25:24,710 INFO ___FILE_ONLY___ ═
122
+ 2024-04-22 13:25:24,710 INFO ___FILE_ONLY___ ╝
123
+
124
+ 2024-04-22 13:25:28,655 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
125
+
126
+ 2024-04-22 13:25:28,656 INFO ___FILE_ONLY___ ╠═ Installing: gcloud Alpha Commands ═╣
127
+
128
+ 2024-04-22 13:25:28,656 INFO ___FILE_ONLY___ ╚
129
+ 2024-04-22 13:25:28,659 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
130
+ 2024-04-22 13:25:28,715 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-alpha-20240412130805.tar.gz HTTP/1.1" 200 800
131
+ 2024-04-22 13:25:28,716 INFO ___FILE_ONLY___ ══════════════════════════════
132
+ 2024-04-22 13:25:28,717 INFO ___FILE_ONLY___ ══════════════════════════════
133
+ 2024-04-22 13:25:28,717 INFO ___FILE_ONLY___ ╝
134
+
135
+ 2024-04-22 13:25:28,725 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
136
+
137
+ 2024-04-22 13:25:28,725 INFO ___FILE_ONLY___ ╠═ Installing: gcloud Beta Commands ═╣
138
+
139
+ 2024-04-22 13:25:28,725 INFO ___FILE_ONLY___ ╚
140
+ 2024-04-22 13:25:28,729 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
141
+ 2024-04-22 13:25:28,783 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-beta-20240412130805.tar.gz HTTP/1.1" 200 797
142
+ 2024-04-22 13:25:28,783 INFO ___FILE_ONLY___ ══════════════════════════════
143
+ 2024-04-22 13:25:28,784 INFO ___FILE_ONLY___ ══════════════════════════════
144
+ 2024-04-22 13:25:28,784 INFO ___FILE_ONLY___ ╝
145
+
146
+ 2024-04-22 13:25:28,794 INFO ___FILE_ONLY___ ��════════════════════════════════════════════════════════════╗
147
+
148
+ 2024-04-22 13:25:28,794 INFO ___FILE_ONLY___ ╠═ Creating backup and activating new installation ═╣
149
+
150
+ 2024-04-22 13:25:28,794 INFO ___FILE_ONLY___ ╚
151
+ 2024-04-22 13:25:28,794 DEBUG root Attempting to move directory [/tools/google-cloud-sdk] to [/tools/google-cloud-sdk.staging/.install/.backup]
152
+ 2024-04-22 13:25:28,794 INFO ___FILE_ONLY___ ══════════════════════════════
153
+ 2024-04-22 13:25:28,794 DEBUG root Attempting to move directory [/tools/google-cloud-sdk.staging] to [/tools/google-cloud-sdk]
154
+ 2024-04-22 13:25:28,794 INFO ___FILE_ONLY___ ══════════════════════════════
155
+ 2024-04-22 13:25:28,794 INFO ___FILE_ONLY___ ╝
156
+
157
+ 2024-04-22 13:25:28,799 DEBUG root Updating notification cache...
158
+ 2024-04-22 13:25:28,799 INFO ___FILE_ONLY___
159
+
160
+ 2024-04-22 13:25:28,801 INFO ___FILE_ONLY___ Performing post processing steps...
161
+ 2024-04-22 13:25:28,801 DEBUG root Executing command: ['/tools/google-cloud-sdk/bin/gcloud', 'components', 'post-process']
162
+ 2024-04-22 13:25:39,225 DEBUG ___FILE_ONLY___
163
+ 2024-04-22 13:25:39,225 DEBUG ___FILE_ONLY___
164
+ 2024-04-22 13:25:39,317 INFO ___FILE_ONLY___
165
+ Update done!
166
+
167
+
168
+ 2024-04-22 13:25:39,321 DEBUG root Chosen display Format:none
169
+ 2024-04-22 13:25:39,321 INFO root Display format: "none"
.config/logs/2024.04.22/13.25.29.231321.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 2024-04-22 13:25:29,232 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2024-04-22 13:25:29,233 DEBUG root Loaded Command Group: ['gcloud', 'components', 'post_process']
3
+ 2024-04-22 13:25:29,236 DEBUG root Running [gcloud.components.post-process] with arguments: []
4
+ 2024-04-22 13:25:39,150 DEBUG root Chosen display Format:none
5
+ 2024-04-22 13:25:39,151 INFO root Display format: "none"
.config/logs/2024.04.22/13.25.39.798716.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 2024-04-22 13:25:39,800 DEBUG root Loaded Command Group: ['gcloud', 'config']
2
+ 2024-04-22 13:25:39,911 DEBUG root Loaded Command Group: ['gcloud', 'config', 'set']
3
+ 2024-04-22 13:25:39,913 DEBUG root Running [gcloud.config.set] with arguments: [SECTION/PROPERTY: "component_manager/disable_update_check", VALUE: "true"]
4
+ 2024-04-22 13:25:39,914 INFO ___FILE_ONLY___ Updated property [component_manager/disable_update_check].
5
+
6
+ 2024-04-22 13:25:39,915 DEBUG root Chosen display Format:default
7
+ 2024-04-22 13:25:39,916 INFO root Display format: "default"
8
+ 2024-04-22 13:25:39,916 DEBUG root SDK update checks are disabled.
.config/logs/2024.04.22/13.25.40.411451.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 2024-04-22 13:25:40,413 DEBUG root Loaded Command Group: ['gcloud', 'config']
2
+ 2024-04-22 13:25:40,523 DEBUG root Loaded Command Group: ['gcloud', 'config', 'set']
3
+ 2024-04-22 13:25:40,525 DEBUG root Running [gcloud.config.set] with arguments: [SECTION/PROPERTY: "compute/gce_metadata_read_timeout_sec", VALUE: "0"]
4
+ 2024-04-22 13:25:40,526 INFO ___FILE_ONLY___ Updated property [compute/gce_metadata_read_timeout_sec].
5
+
6
+ 2024-04-22 13:25:40,527 DEBUG root Chosen display Format:default
7
+ 2024-04-22 13:25:40,528 INFO root Display format: "default"
8
+ 2024-04-22 13:25:40,528 DEBUG root SDK update checks are disabled.
.gitattributes CHANGED
@@ -33,3 +33,68 @@ 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
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/easynegative.preview.png filter=lfs diff=lfs merge=lfs -text
37
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/extensions/sd-civitai-browser-plus/aria2/lin/aria2 filter=lfs diff=lfs merge=lfs -text
38
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/extensions/sd-civitai-browser-plus/aria2/win/aria2.exe filter=lfs diff=lfs merge=lfs -text
39
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/models/Lora/StL_Areko.preview.png filter=lfs diff=lfs merge=lfs -text
40
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/BLIP/BLIP.gif filter=lfs diff=lfs merge=lfs -text
41
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/generative-models/assets/001_with_eval.png filter=lfs diff=lfs merge=lfs -text
42
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-inpainting/merged-leopards.png filter=lfs diff=lfs merge=lfs -text
43
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/depth2img/d2i.gif filter=lfs diff=lfs merge=lfs -text
44
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/depth2img/depth2img01.png filter=lfs diff=lfs merge=lfs -text
45
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/depth2img/depth2img02.png filter=lfs diff=lfs merge=lfs -text
46
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/depth2img/merged-0000.png filter=lfs diff=lfs merge=lfs -text
47
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/depth2img/merged-0004.png filter=lfs diff=lfs merge=lfs -text
48
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/depth2img/merged-0005.png filter=lfs diff=lfs merge=lfs -text
49
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/img2img/upscaling-in.png filter=lfs diff=lfs merge=lfs -text
50
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/img2img/upscaling-out.png filter=lfs diff=lfs merge=lfs -text
51
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/stable-unclip/unclip-variations.png filter=lfs diff=lfs merge=lfs -text
52
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/stable-unclip/unclip-variations_noise.png filter=lfs diff=lfs merge=lfs -text
53
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/768/merged-0001.png filter=lfs diff=lfs merge=lfs -text
54
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/768/merged-0002.png filter=lfs diff=lfs merge=lfs -text
55
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/768/merged-0003.png filter=lfs diff=lfs merge=lfs -text
56
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/768/merged-0004.png filter=lfs diff=lfs merge=lfs -text
57
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/768/merged-0005.png filter=lfs diff=lfs merge=lfs -text
58
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/768/merged-0006.png filter=lfs diff=lfs merge=lfs -text
59
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/merged-0001.png filter=lfs diff=lfs merge=lfs -text
60
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/merged-0003.png filter=lfs diff=lfs merge=lfs -text
61
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/merged-0005.png filter=lfs diff=lfs merge=lfs -text
62
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/merged-0006.png filter=lfs diff=lfs merge=lfs -text
63
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/txt2img/merged-0007.png filter=lfs diff=lfs merge=lfs -text
64
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/upscaling/merged-dog.png filter=lfs diff=lfs merge=lfs -text
65
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/upscaling/sampled-bear-x4.png filter=lfs diff=lfs merge=lfs -text
66
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/assets/stable-samples/upscaling/snow-leopard-x4.png filter=lfs diff=lfs merge=lfs -text
67
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/taming-transformers/assets/birddrawnbyachild.png filter=lfs diff=lfs merge=lfs -text
68
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/taming-transformers/assets/first_stage_mushrooms.png filter=lfs diff=lfs merge=lfs -text
69
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/taming-transformers/assets/first_stage_squirrels.png filter=lfs diff=lfs merge=lfs -text
70
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/taming-transformers/assets/imagenet.png filter=lfs diff=lfs merge=lfs -text
71
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/taming-transformers/data/open_images_annotations_100/train/000b1b3b85edd850.jpg filter=lfs diff=lfs merge=lfs -text
72
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/taming-transformers/data/open_images_annotations_100/validation/0a600f1148d1023c.jpg filter=lfs diff=lfs merge=lfs -text
73
+ drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/taming-transformers/scripts/reconstruction_usage.ipynb filter=lfs diff=lfs merge=lfs -text
74
+ drive/MyDrive/sd/stablediffusion/assets/stable-inpainting/merged-leopards.png filter=lfs diff=lfs merge=lfs -text
75
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/depth2img/d2i.gif filter=lfs diff=lfs merge=lfs -text
76
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/depth2img/depth2img01.png filter=lfs diff=lfs merge=lfs -text
77
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/depth2img/depth2img02.png filter=lfs diff=lfs merge=lfs -text
78
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/depth2img/merged-0000.png filter=lfs diff=lfs merge=lfs -text
79
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/depth2img/merged-0004.png filter=lfs diff=lfs merge=lfs -text
80
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/depth2img/merged-0005.png filter=lfs diff=lfs merge=lfs -text
81
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/img2img/upscaling-in.png filter=lfs diff=lfs merge=lfs -text
82
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/img2img/upscaling-out.png filter=lfs diff=lfs merge=lfs -text
83
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/768/merged-0001.png filter=lfs diff=lfs merge=lfs -text
84
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/768/merged-0002.png filter=lfs diff=lfs merge=lfs -text
85
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/768/merged-0003.png filter=lfs diff=lfs merge=lfs -text
86
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/768/merged-0004.png filter=lfs diff=lfs merge=lfs -text
87
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/768/merged-0005.png filter=lfs diff=lfs merge=lfs -text
88
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/768/merged-0006.png filter=lfs diff=lfs merge=lfs -text
89
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/merged-0001.png filter=lfs diff=lfs merge=lfs -text
90
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/merged-0003.png filter=lfs diff=lfs merge=lfs -text
91
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/merged-0005.png filter=lfs diff=lfs merge=lfs -text
92
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/merged-0006.png filter=lfs diff=lfs merge=lfs -text
93
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/txt2img/merged-0007.png filter=lfs diff=lfs merge=lfs -text
94
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/upscaling/merged-dog.png filter=lfs diff=lfs merge=lfs -text
95
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/upscaling/sampled-bear-x4.png filter=lfs diff=lfs merge=lfs -text
96
+ drive/MyDrive/sd/stablediffusion/assets/stable-samples/upscaling/snow-leopard-x4.png filter=lfs diff=lfs merge=lfs -text
97
+ drive/MyDrive/sd/stablediffusion/generative-models/assets/sdxl_report.pdf filter=lfs diff=lfs merge=lfs -text
98
+ drive/MyDrive/sd/stablediffusion/src/BLIP/BLIP.gif filter=lfs diff=lfs merge=lfs -text
99
+ sample_data/mnist_test.csv filter=lfs diff=lfs merge=lfs -text
100
+ sample_data/mnist_train_small.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,12 +1,6 @@
1
  ---
2
  title: A1111
3
- emoji: 🏢
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.27.0
8
- app_file: app.py
9
- pinned: false
10
  ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: A1111
3
+ app_file: /content/drive/MyDrive/AI_PICS/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/scripts/txt2img.py
 
 
4
  sdk: gradio
5
+ sdk_version: 3.41.2
 
 
6
  ---
 
 
drive/MyDrive/AI_PICS/stable-diffusion-webui/.eslintignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ extensions
2
+ extensions-disabled
3
+ repositories
4
+ venv
drive/MyDrive/AI_PICS/stable-diffusion-webui/.eslintrc.js ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* global module */
2
+ module.exports = {
3
+ env: {
4
+ browser: true,
5
+ es2021: true,
6
+ },
7
+ extends: "eslint:recommended",
8
+ parserOptions: {
9
+ ecmaVersion: "latest",
10
+ },
11
+ rules: {
12
+ "arrow-spacing": "error",
13
+ "block-spacing": "error",
14
+ "brace-style": "error",
15
+ "comma-dangle": ["error", "only-multiline"],
16
+ "comma-spacing": "error",
17
+ "comma-style": ["error", "last"],
18
+ "curly": ["error", "multi-line", "consistent"],
19
+ "eol-last": "error",
20
+ "func-call-spacing": "error",
21
+ "function-call-argument-newline": ["error", "consistent"],
22
+ "function-paren-newline": ["error", "consistent"],
23
+ "indent": ["error", 4],
24
+ "key-spacing": "error",
25
+ "keyword-spacing": "error",
26
+ "linebreak-style": ["error", "unix"],
27
+ "no-extra-semi": "error",
28
+ "no-mixed-spaces-and-tabs": "error",
29
+ "no-multi-spaces": "error",
30
+ "no-redeclare": ["error", {builtinGlobals: false}],
31
+ "no-trailing-spaces": "error",
32
+ "no-unused-vars": "off",
33
+ "no-whitespace-before-property": "error",
34
+ "object-curly-newline": ["error", {consistent: true, multiline: true}],
35
+ "object-curly-spacing": ["error", "never"],
36
+ "operator-linebreak": ["error", "after"],
37
+ "quote-props": ["error", "consistent-as-needed"],
38
+ "semi": ["error", "always"],
39
+ "semi-spacing": "error",
40
+ "semi-style": ["error", "last"],
41
+ "space-before-blocks": "error",
42
+ "space-before-function-paren": ["error", "never"],
43
+ "space-in-parens": ["error", "never"],
44
+ "space-infix-ops": "error",
45
+ "space-unary-ops": "error",
46
+ "switch-colon-spacing": "error",
47
+ "template-curly-spacing": ["error", "never"],
48
+ "unicode-bom": "error",
49
+ },
50
+ globals: {
51
+ //script.js
52
+ gradioApp: "readonly",
53
+ executeCallbacks: "readonly",
54
+ onAfterUiUpdate: "readonly",
55
+ onOptionsChanged: "readonly",
56
+ onUiLoaded: "readonly",
57
+ onUiUpdate: "readonly",
58
+ uiCurrentTab: "writable",
59
+ uiElementInSight: "readonly",
60
+ uiElementIsVisible: "readonly",
61
+ //ui.js
62
+ opts: "writable",
63
+ all_gallery_buttons: "readonly",
64
+ selected_gallery_button: "readonly",
65
+ selected_gallery_index: "readonly",
66
+ switch_to_txt2img: "readonly",
67
+ switch_to_img2img_tab: "readonly",
68
+ switch_to_img2img: "readonly",
69
+ switch_to_sketch: "readonly",
70
+ switch_to_inpaint: "readonly",
71
+ switch_to_inpaint_sketch: "readonly",
72
+ switch_to_extras: "readonly",
73
+ get_tab_index: "readonly",
74
+ create_submit_args: "readonly",
75
+ restart_reload: "readonly",
76
+ updateInput: "readonly",
77
+ onEdit: "readonly",
78
+ //extraNetworks.js
79
+ requestGet: "readonly",
80
+ popup: "readonly",
81
+ // from python
82
+ localization: "readonly",
83
+ // progrssbar.js
84
+ randomId: "readonly",
85
+ requestProgress: "readonly",
86
+ // imageviewer.js
87
+ modalPrevImage: "readonly",
88
+ modalNextImage: "readonly",
89
+ // localStorage.js
90
+ localSet: "readonly",
91
+ localGet: "readonly",
92
+ localRemove: "readonly",
93
+ // resizeHandle.js
94
+ setupResizeHandle: "writable"
95
+ }
96
+ };
drive/MyDrive/AI_PICS/stable-diffusion-webui/.git-blame-ignore-revs ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Apply ESlint
2
+ 9c54b78d9dde5601e916f308d9a9d6953ec39430
drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/ISSUE_TEMPLATE/bug_report.yml ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Bug Report
2
+ description: You think something is broken in the UI
3
+ title: "[Bug]: "
4
+ labels: ["bug-report"]
5
+
6
+ body:
7
+ - type: markdown
8
+ attributes:
9
+ value: |
10
+ > The title of the bug report should be short and descriptive.
11
+ > Use relevant keywords for searchability.
12
+ > Do not leave it blank, but also do not put an entire error log in it.
13
+ - type: checkboxes
14
+ attributes:
15
+ label: Checklist
16
+ description: |
17
+ Please perform basic debugging to see if extensions or configuration is the cause of the issue.
18
+ Basic debug procedure
19
+  1. Disable all third-party extensions - check if extension is the cause
20
+  2. Update extensions and webui - sometimes things just need to be updated
21
+  3. Backup and remove your config.json and ui-config.json - check if the issue is caused by bad configuration
22
+  4. Delete venv with third-party extensions disabled - sometimes extensions might cause wrong libraries to be installed
23
+  5. Try a fresh installation webui in a different directory - see if a clean installation solves the issue
24
+ Before making a issue report please, check that the issue hasn't been reported recently.
25
+ options:
26
+ - label: The issue exists after disabling all extensions
27
+ - label: The issue exists on a clean installation of webui
28
+ - label: The issue is caused by an extension, but I believe it is caused by a bug in the webui
29
+ - label: The issue exists in the current version of the webui
30
+ - label: The issue has not been reported before recently
31
+ - label: The issue has been reported before but has not been fixed yet
32
+ - type: markdown
33
+ attributes:
34
+ value: |
35
+ > Please fill this form with as much information as possible. Don't forget to "Upload Sysinfo" and "What browsers" and provide screenshots if possible
36
+ - type: textarea
37
+ id: what-did
38
+ attributes:
39
+ label: What happened?
40
+ description: Tell us what happened in a very clear and simple way
41
+ placeholder: |
42
+ txt2img is not working as intended.
43
+ validations:
44
+ required: true
45
+ - type: textarea
46
+ id: steps
47
+ attributes:
48
+ label: Steps to reproduce the problem
49
+ description: Please provide us with precise step by step instructions on how to reproduce the bug
50
+ placeholder: |
51
+ 1. Go to ...
52
+ 2. Press ...
53
+ 3. ...
54
+ validations:
55
+ required: true
56
+ - type: textarea
57
+ id: what-should
58
+ attributes:
59
+ label: What should have happened?
60
+ description: Tell us what you think the normal behavior should be
61
+ placeholder: |
62
+ WebUI should ...
63
+ validations:
64
+ required: true
65
+ - type: dropdown
66
+ id: browsers
67
+ attributes:
68
+ label: What browsers do you use to access the UI ?
69
+ multiple: true
70
+ options:
71
+ - Mozilla Firefox
72
+ - Google Chrome
73
+ - Brave
74
+ - Apple Safari
75
+ - Microsoft Edge
76
+ - Android
77
+ - iOS
78
+ - Other
79
+ - type: textarea
80
+ id: sysinfo
81
+ attributes:
82
+ label: Sysinfo
83
+ description: System info file, generated by WebUI. You can generate it in settings, on the Sysinfo page. Drag the file into the field to upload it. If you submit your report without including the sysinfo file, the report will be closed. If needed, review the report to make sure it includes no personal information you don't want to share. If you can't start WebUI, you can use --dump-sysinfo commandline argument to generate the file.
84
+ placeholder: |
85
+ 1. Go to WebUI Settings -> Sysinfo -> Download system info.
86
+ If WebUI fails to launch, use --dump-sysinfo commandline argument to generate the file
87
+ 2. Upload the Sysinfo as a attached file, Do NOT paste it in as plain text.
88
+ validations:
89
+ required: true
90
+ - type: textarea
91
+ id: logs
92
+ attributes:
93
+ label: Console logs
94
+ description: Please provide **full** cmd/terminal logs from the moment you started UI to the end of it, after the bug occured. If it's very long, provide a link to pastebin or similar service.
95
+ render: Shell
96
+ validations:
97
+ required: true
98
+ - type: textarea
99
+ id: misc
100
+ attributes:
101
+ label: Additional information
102
+ description: |
103
+ Please provide us with any relevant additional info or context.
104
+ Examples:
105
+  I have updated my GPU driver recently.
drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/ISSUE_TEMPLATE/config.yml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ blank_issues_enabled: false
2
+ contact_links:
3
+ - name: WebUI Community Support
4
+ url: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions
5
+ about: Please ask and answer questions here.
drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/ISSUE_TEMPLATE/feature_request.yml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Feature request
2
+ description: Suggest an idea for this project
3
+ title: "[Feature Request]: "
4
+ labels: ["enhancement"]
5
+
6
+ body:
7
+ - type: checkboxes
8
+ attributes:
9
+ label: Is there an existing issue for this?
10
+ description: Please search to see if an issue already exists for the feature you want, and that it's not implemented in a recent build/commit.
11
+ options:
12
+ - label: I have searched the existing issues and checked the recent builds/commits
13
+ required: true
14
+ - type: markdown
15
+ attributes:
16
+ value: |
17
+ *Please fill this form with as much information as possible, provide screenshots and/or illustrations of the feature if possible*
18
+ - type: textarea
19
+ id: feature
20
+ attributes:
21
+ label: What would your feature do ?
22
+ description: Tell us about your feature in a very clear and simple way, and what problem it would solve
23
+ validations:
24
+ required: true
25
+ - type: textarea
26
+ id: workflow
27
+ attributes:
28
+ label: Proposed workflow
29
+ description: Please provide us with step by step information on how you'd like the feature to be accessed and used
30
+ value: |
31
+ 1. Go to ....
32
+ 2. Press ....
33
+ 3. ...
34
+ validations:
35
+ required: true
36
+ - type: textarea
37
+ id: misc
38
+ attributes:
39
+ label: Additional information
40
+ description: Add any other context or screenshots about the feature request here.
drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/pull_request_template.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Description
2
+
3
+ * a simple description of what you're trying to accomplish
4
+ * a summary of changes in code
5
+ * which issues it fixes, if any
6
+
7
+ ## Screenshots/videos:
8
+
9
+
10
+ ## Checklist:
11
+
12
+ - [ ] I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing)
13
+ - [ ] I have performed a self-review of my own code
14
+ - [ ] My code follows the [style guidelines](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing#code-style)
15
+ - [ ] My code passes [tests](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Tests)
drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/workflows/on_pull_request.yaml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Linter
2
+
3
+ on:
4
+ - push
5
+ - pull_request
6
+
7
+ jobs:
8
+ lint-python:
9
+ name: ruff
10
+ runs-on: ubuntu-latest
11
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
12
+ steps:
13
+ - name: Checkout Code
14
+ uses: actions/checkout@v3
15
+ - uses: actions/setup-python@v4
16
+ with:
17
+ python-version: 3.11
18
+ # NB: there's no cache: pip here since we're not installing anything
19
+ # from the requirements.txt file(s) in the repository; it's faster
20
+ # not to have GHA download an (at the time of writing) 4 GB cache
21
+ # of PyTorch and other dependencies.
22
+ - name: Install Ruff
23
+ run: pip install ruff==0.1.6
24
+ - name: Run Ruff
25
+ run: ruff .
26
+ lint-js:
27
+ name: eslint
28
+ runs-on: ubuntu-latest
29
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
30
+ steps:
31
+ - name: Checkout Code
32
+ uses: actions/checkout@v3
33
+ - name: Install Node.js
34
+ uses: actions/setup-node@v3
35
+ with:
36
+ node-version: 18
37
+ - run: npm i --ci
38
+ - run: npm run lint
drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/workflows/run_tests.yaml ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Tests
2
+
3
+ on:
4
+ - push
5
+ - pull_request
6
+
7
+ jobs:
8
+ test:
9
+ name: tests on CPU with empty model
10
+ runs-on: ubuntu-latest
11
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
12
+ steps:
13
+ - name: Checkout Code
14
+ uses: actions/checkout@v3
15
+ - name: Set up Python 3.10
16
+ uses: actions/setup-python@v4
17
+ with:
18
+ python-version: 3.10.6
19
+ cache: pip
20
+ cache-dependency-path: |
21
+ **/requirements*txt
22
+ launch.py
23
+ - name: Cache models
24
+ id: cache-models
25
+ uses: actions/cache@v3
26
+ with:
27
+ path: models
28
+ key: "2023-12-30"
29
+ - name: Install test dependencies
30
+ run: pip install wait-for-it -r requirements-test.txt
31
+ env:
32
+ PIP_DISABLE_PIP_VERSION_CHECK: "1"
33
+ PIP_PROGRESS_BAR: "off"
34
+ - name: Setup environment
35
+ run: python launch.py --skip-torch-cuda-test --exit
36
+ env:
37
+ PIP_DISABLE_PIP_VERSION_CHECK: "1"
38
+ PIP_PROGRESS_BAR: "off"
39
+ TORCH_INDEX_URL: https://download.pytorch.org/whl/cpu
40
+ WEBUI_LAUNCH_LIVE_OUTPUT: "1"
41
+ PYTHONUNBUFFERED: "1"
42
+ - name: Print installed packages
43
+ run: pip freeze
44
+ - name: Start test server
45
+ run: >
46
+ python -m coverage run
47
+ --data-file=.coverage.server
48
+ launch.py
49
+ --skip-prepare-environment
50
+ --skip-torch-cuda-test
51
+ --test-server
52
+ --do-not-download-clip
53
+ --no-half
54
+ --disable-opt-split-attention
55
+ --use-cpu all
56
+ --api-server-stop
57
+ 2>&1 | tee output.txt &
58
+ - name: Run tests
59
+ run: |
60
+ wait-for-it --service 127.0.0.1:7860 -t 20
61
+ python -m pytest -vv --junitxml=test/results.xml --cov . --cov-report=xml --verify-base-url test
62
+ - name: Kill test server
63
+ if: always()
64
+ run: curl -vv -XPOST http://127.0.0.1:7860/sdapi/v1/server-stop && sleep 10
65
+ - name: Show coverage
66
+ run: |
67
+ python -m coverage combine .coverage*
68
+ python -m coverage report -i
69
+ python -m coverage html -i
70
+ - name: Upload main app output
71
+ uses: actions/upload-artifact@v3
72
+ if: always()
73
+ with:
74
+ name: output
75
+ path: output.txt
76
+ - name: Upload coverage HTML
77
+ uses: actions/upload-artifact@v3
78
+ if: always()
79
+ with:
80
+ name: htmlcov
81
+ path: htmlcov
drive/MyDrive/AI_PICS/stable-diffusion-webui/.github/workflows/warns_merge_master.yml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Pull requests can't target master branch
2
+
3
+ "on":
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - synchronize
8
+ - reopened
9
+ branches:
10
+ - master
11
+
12
+ jobs:
13
+ check:
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Warning marge into master
17
+ run: |
18
+ echo -e "::warning::This pull request directly merge into \"master\" branch, normally development happens on \"dev\" branch."
19
+ exit 1
drive/MyDrive/AI_PICS/stable-diffusion-webui/.gitignore ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ *.ckpt
3
+ *.safetensors
4
+ *.pth
5
+ /ESRGAN/*
6
+ /SwinIR/*
7
+ /repositories
8
+ /venv
9
+ /tmp
10
+ /model.ckpt
11
+ /models/**/*
12
+ /GFPGANv1.3.pth
13
+ /gfpgan/weights/*.pth
14
+ /ui-config.json
15
+ /outputs
16
+ /config.json
17
+ /log
18
+ /webui.settings.bat
19
+ /embeddings
20
+ /styles.csv
21
+ /params.txt
22
+ /styles.csv.bak
23
+ /webui-user.bat
24
+ /webui-user.sh
25
+ /interrogate
26
+ /user.css
27
+ /.idea
28
+ notification.mp3
29
+ /SwinIR
30
+ /textual_inversion
31
+ .vscode
32
+ /extensions
33
+ /test/stdout.txt
34
+ /test/stderr.txt
35
+ /cache.json*
36
+ /config_states/
37
+ /node_modules
38
+ /package-lock.json
39
+ /.coverage*
40
+ /test/test_outputs
drive/MyDrive/AI_PICS/stable-diffusion-webui/.pylintrc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # See https://pylint.pycqa.org/en/latest/user_guide/messages/message_control.html
2
+ [MESSAGES CONTROL]
3
+ disable=C,R,W,E,I
drive/MyDrive/AI_PICS/stable-diffusion-webui/CHANGELOG.md ADDED
@@ -0,0 +1,806 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## 1.8.0-RC
2
+
3
+ ### Features:
4
+ * Update torch to version 2.1.2
5
+ * Soft Inpainting ([#14208](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14208))
6
+ * FP8 support ([#14031](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14031), [#14327](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14327))
7
+ * Support for SDXL-Inpaint Model ([#14390](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14390))
8
+ * Use Spandrel for upscaling and face restoration architectures ([#14425](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14425), [#14467](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14467), [#14473](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14473), [#14474](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14474), [#14477](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14477), [#14476](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14476), [#14484](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14484), [#14500](https://github.com/AUTOMATIC1111/stable-difusion-webui/pull/14500), [#14501](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14501), [#14504](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14504), [#14524](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14524), [#14809](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14809))
9
+ * Automatic backwards version compatibility (when loading infotexts from old images with program version specified, will add compatibility settings)
10
+ * Implement zero terminal SNR noise schedule option (**[SEED BREAKING CHANGE](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Seed-breaking-changes#180-dev-170-225-2024-01-01---zero-terminal-snr-noise-schedule-option)**, [#14145](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14145), [#14979](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14979))
11
+ * Add a [✨] button to run hires fix on selected image in the gallery (with help from [#14598](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14598), [#14626](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14626), [#14728](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14728))
12
+ * [Separate assets repository](https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets); serve fonts locally rather than from google's servers
13
+ * Official LCM Sampler Support ([#14583](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14583))
14
+ * Add support for DAT upscaler models ([#14690](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14690), [#15039](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15039))
15
+ * Extra Networks Tree View ([#14588](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14588), [#14900](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14900))
16
+ * NPU Support ([#14801](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14801))
17
+ * Propmpt comments support
18
+
19
+ ### Minor:
20
+ * Allow pasting in WIDTHxHEIGHT strings into the width/height fields ([#14296](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14296))
21
+ * add option: Live preview in full page image viewer ([#14230](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14230), [#14307](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14307))
22
+ * Add keyboard shortcuts for generate/skip/interrupt ([#14269](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14269))
23
+ * Better TCMALLOC support on different platforms ([#14227](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14227), [#14883](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14883), [#14910](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14910))
24
+ * Lora not found warning ([#14464](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14464))
25
+ * Adding negative prompts to Loras in extra networks ([#14475](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14475))
26
+ * xyz_grid: allow varying the seed along an axis separate from axis options ([#12180](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12180))
27
+ * option to convert VAE to bfloat16 (implementation of [#9295](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/9295))
28
+ * Better IPEX support ([#14229](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14229), [#14353](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14353), [#14559](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14559), [#14562](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14562), [#14597](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14597))
29
+ * Option to interrupt after current generation rather than immediately ([#13653](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13653), [#14659](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14659))
30
+ * Fullscreen Preview control fading/disable ([#14291](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14291))
31
+ * Finer settings freezing control ([#13789](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13789))
32
+ * Increase Upscaler Limits ([#14589](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14589))
33
+ * Adjust brush size with hotkeys ([#14638](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14638))
34
+ * Add checkpoint info to csv log file when saving images ([#14663](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14663))
35
+ * Make more columns resizable ([#14740](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14740), [#14884](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14884))
36
+ * Add an option to not overlay original image for inpainting for #14727
37
+ * Add Pad conds v0 option to support same generation with DDIM as before 1.6.0
38
+ * Add "Interrupting..." placeholder.
39
+ * Button for refresh extensions list ([#14857](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14857))
40
+ * Add an option to disable normalization after calculating emphasis. ([#14874](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14874))
41
+ * When counting tokens, also include enabled styles (can be disabled in settings to revert to previous behavior)
42
+ * Configuration for the [📂] button for image gallery ([#14947](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14947))
43
+ * Support inference with LyCORIS BOFT networks ([#14871](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14871), [#14973](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14973))
44
+ * support resizable columns for touch (tablets) ([#15002](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15002))
45
+
46
+ ### Extensions and API:
47
+ * Removed packages from requirements: basicsr, gfpgan, realesrgan; as well as their dependencies: absl-py, addict, beautifulsoup4, future, gdown, grpcio, importlib-metadata, lmdb, lpips, Markdown, platformdirs, PySocks, soupsieve, tb-nightly, tensorboard-data-server, tomli, Werkzeug, yapf, zipp, soupsieve
48
+ * Enable task ids for API ([#14314](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14314))
49
+ * add override_settings support for infotext API
50
+ * rename generation_parameters_copypaste module to infotext_utils
51
+ * prevent crash due to Script __init__ exception ([#14407](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14407))
52
+ * Bump numpy to 1.26.2 ([#14471](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14471))
53
+ * Add utility to inspect a model's dtype/device ([#14478](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14478))
54
+ * Implement general forward method for all method in built-in lora ext ([#14547](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14547))
55
+ * Execute model_loaded_callback after moving to target device ([#14563](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14563))
56
+ * Add self to CFGDenoiserParams ([#14573](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14573))
57
+ * Allow TLS with API only mode (--nowebui) ([#14593](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14593))
58
+ * New callback: postprocess_image_after_composite ([#14657](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14657))
59
+ * modules/api/api.py: add api endpoint to refresh embeddings list ([#14715](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14715))
60
+ * set_named_arg ([#14773](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14773))
61
+ * add before_token_counter callback and use it for prompt comments
62
+ * ResizeHandleRow - allow overriden column scale parameter ([#15004](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15004))
63
+
64
+ ### Performance
65
+ * Massive performance improvement for extra networks directories with a huge number of files in them in an attempt to tackle #14507 ([#14528](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14528))
66
+ * Reduce unnecessary re-indexing extra networks directory ([#14512](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14512))
67
+ * Avoid unnecessary `isfile`/`exists` calls ([#14527](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14527))
68
+
69
+ ### Bug Fixes:
70
+ * fix multiple bugs related to styles multi-file support ([#14203](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14203), [#14276](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14276), [#14707](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14707))
71
+ * Lora fixes ([#14300](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14300), [#14237](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14237), [#14546](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14546), [#14726](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14726))
72
+ * Re-add setting lost as part of e294e46 ([#14266](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14266))
73
+ * fix extras caption BLIP ([#14330](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14330))
74
+ * include infotext into saved init image for img2img ([#14452](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14452))
75
+ * xyz grid handle axis_type is None ([#14394](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14394))
76
+ * Update Added (Fixed) IPV6 Functionality When there is No Webui Argument Passed webui.py ([#14354](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14354))
77
+ * fix API thread safe issues of txt2img and img2img ([#14421](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14421))
78
+ * handle selectable script_index is None ([#14487](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14487))
79
+ * handle config.json failed to load ([#14525](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14525), [#14767](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14767))
80
+ * paste infotext cast int as float ([#14523](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14523))
81
+ * Ensure GRADIO_ANALYTICS_ENABLED is set early enough ([#14537](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14537))
82
+ * Fix logging configuration again ([#14538](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14538))
83
+ * Handle CondFunc exception when resolving attributes ([#14560](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14560))
84
+ * Fix extras big batch crashes ([#14699](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14699))
85
+ * Fix using wrong model caused by alias ([#14655](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14655))
86
+ * Add # to the invalid_filename_chars list ([#14640](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14640))
87
+ * Fix extension check for requirements ([#14639](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14639))
88
+ * Fix tab indexes are reset after restart UI ([#14637](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14637))
89
+ * Fix nested manual cast ([#14689](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14689))
90
+ * Keep postprocessing upscale selected tab after restart ([#14702](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14702))
91
+ * XYZ grid: filter out blank vals when axis is int or float type (like int axis seed) ([#14754](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14754))
92
+ * fix CLIP Interrogator topN regex ([#14775](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14775))
93
+ * Fix dtype error in MHA layer/change dtype checking mechanism for manual cast ([#14791](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14791))
94
+ * catch load style.csv error ([#14814](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14814))
95
+ * fix error when editing extra networks card
96
+ * fix extra networks metadata failing to work properly when you create the .json file with metadata for the first time.
97
+ * util.walk_files extensions case insensitive ([#14879](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14879))
98
+ * if extensions page not loaded, prevent apply ([#14873](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14873))
99
+ * call the right function for token counter in img2img
100
+ * Fix the bugs that search/reload will disappear when using other ExtraNetworks extensions ([#14939](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14939))
101
+ * Gracefully handle mtime read exception from cache ([#14933](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14933))
102
+ * Only trigger interrupt on `Esc` when interrupt button visible ([#14932](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14932))
103
+ * Disable prompt token counters option actually disables token counting rather than just hiding results.
104
+ * avoid doble upscaling in inpaint ([#14966](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14966))
105
+ * Fix #14591 using translated content to do categories mapping ([#14995](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14995))
106
+ * fix: the `split_threshold` parameter does not work when running Split oversized images ([#15006](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15006))
107
+ * Fix resize-handle for mobile ([#15010](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15010), [#15065](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15065))
108
+
109
+ ### Other:
110
+ * Assign id for "extra_options". Replace numeric field with slider. ([#14270](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14270))
111
+ * change state dict comparison to ref compare ([#14216](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14216))
112
+ * Bump torch-rocm to 5.6/5.7 ([#14293](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14293))
113
+ * Base output path off data path ([#14446](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14446))
114
+ * reorder training preprocessing modules in extras tab ([#14367](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14367))
115
+ * Remove `cleanup_models` code ([#14472](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14472))
116
+ * only rewrite ui-config when there is change ([#14352](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14352))
117
+ * Fix lint issue from 501993eb ([#14495](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14495))
118
+ * Update README.md ([#14548](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14548))
119
+ * hires button, fix seeds ()
120
+ * Logging: set formatter correctly for fallback logger too ([#14618](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14618))
121
+ * Read generation info from infotexts rather than json for internal needs (save, extract seed from generated pic) ([#14645](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14645))
122
+ * improve get_crop_region ([#14709](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14709))
123
+ * Bump safetensors' version to 0.4.2 ([#14782](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14782))
124
+ * add tooltip create_submit_box ([#14803](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14803))
125
+ * extensions tab table row hover highlight ([#14885](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14885))
126
+ * Always add timestamp to displayed image ([#14890](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14890))
127
+ * Added core.filemode=false so doesn't track changes in file permission… ([#14930](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14930))
128
+ * Normalize command-line argument paths ([#14934](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14934), [#15035](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15035))
129
+ * Use original App Title in progress bar ([#14916](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14916))
130
+ * register_tmp_file also for mtime ([#15012](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15012))
131
+
132
+ ## 1.7.0
133
+
134
+ ### Features:
135
+ * settings tab rework: add search field, add categories, split UI settings page into many
136
+ * add altdiffusion-m18 support ([#13364](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13364))
137
+ * support inference with LyCORIS GLora networks ([#13610](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13610))
138
+ * add lora-embedding bundle system ([#13568](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13568))
139
+ * option to move prompt from top row into generation parameters
140
+ * add support for SSD-1B ([#13865](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13865))
141
+ * support inference with OFT networks ([#13692](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13692))
142
+ * script metadata and DAG sorting mechanism ([#13944](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13944))
143
+ * support HyperTile optimization ([#13948](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13948))
144
+ * add support for SD 2.1 Turbo ([#14170](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14170))
145
+ * remove Train->Preprocessing tab and put all its functionality into Extras tab
146
+ * initial IPEX support for Intel Arc GPU ([#14171](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14171))
147
+
148
+ ### Minor:
149
+ * allow reading model hash from images in img2img batch mode ([#12767](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12767))
150
+ * add option to align with sgm repo's sampling implementation ([#12818](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12818))
151
+ * extra field for lora metadata viewer: `ss_output_name` ([#12838](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12838))
152
+ * add action in settings page to calculate all SD checkpoint hashes ([#12909](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12909))
153
+ * add button to copy prompt to style editor ([#12975](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12975))
154
+ * add --skip-load-model-at-start option ([#13253](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13253))
155
+ * write infotext to gif images
156
+ * read infotext from gif images ([#13068](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13068))
157
+ * allow configuring the initial state of InputAccordion in ui-config.json ([#13189](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13189))
158
+ * allow editing whitespace delimiters for ctrl+up/ctrl+down prompt editing ([#13444](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13444))
159
+ * prevent accidentally closing popup dialogs ([#13480](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13480))
160
+ * added option to play notification sound or not ([#13631](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13631))
161
+ * show the preview image in the full screen image viewer if available ([#13459](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13459))
162
+ * support for webui.settings.bat ([#13638](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13638))
163
+ * add an option to not print stack traces on ctrl+c
164
+ * start/restart generation by Ctrl (Alt) + Enter ([#13644](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13644))
165
+ * update prompts_from_file script to allow concatenating entries with the general prompt ([#13733](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13733))
166
+ * added a visible checkbox to input accordion
167
+ * added an option to hide all txt2img/img2img parameters in an accordion ([#13826](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13826))
168
+ * added 'Path' sorting option for Extra network cards ([#13968](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13968))
169
+ * enable prompt hotkeys in style editor ([#13931](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13931))
170
+ * option to show batch img2img results in UI ([#14009](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14009))
171
+ * infotext updates: add option to disregard certain infotext fields, add option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
172
+ * add FP32 fallback support on sd_vae_approx ([#14046](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14046))
173
+ * support XYZ scripts / split hires path from unet ([#14126](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14126))
174
+ * allow use of mutiple styles csv files ([#14125](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14125))
175
+ * make extra network card description plaintext by default, with an option (Treat card description as HTML) to re-enable HTML as it was (originally by [#13241](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13241))
176
+
177
+ ### Extensions and API:
178
+ * update gradio to 3.41.2
179
+ * support installed extensions list api ([#12774](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12774))
180
+ * update pnginfo API to return dict with parsed values
181
+ * add noisy latent to `ExtraNoiseParams` for callback ([#12856](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12856))
182
+ * show extension datetime in UTC ([#12864](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12864), [#12865](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12865), [#13281](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13281))
183
+ * add an option to choose how to combine hires fix and refiner
184
+ * include program version in info response. ([#13135](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13135))
185
+ * sd_unet support for SDXL
186
+ * patch DDPM.register_betas so that users can put given_betas in model yaml ([#13276](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13276))
187
+ * xyz_grid: add prepare ([#13266](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13266))
188
+ * allow multiple localization files with same language in extensions ([#13077](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13077))
189
+ * add onEdit function for js and rework token-counter.js to use it
190
+ * fix the key error exception when processing override_settings keys ([#13567](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13567))
191
+ * ability for extensions to return custom data via api in response.images ([#13463](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13463))
192
+ * call state.jobnext() before postproces*() ([#13762](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13762))
193
+ * add option to set notification sound volume ([#13884](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13884))
194
+ * update Ruff to 0.1.6 ([#14059](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14059))
195
+ * add Block component creation callback ([#14119](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14119))
196
+ * catch uncaught exception with ui creation scripts ([#14120](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14120))
197
+ * use extension name for determining an extension is installed in the index ([#14063](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14063))
198
+ * update is_installed() from launch_utils.py to fix reinstalling already installed packages ([#14192](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14192))
199
+
200
+ ### Bug Fixes:
201
+ * fix pix2pix producing bad results
202
+ * fix defaults settings page breaking when any of main UI tabs are hidden
203
+ * fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt
204
+ * fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
205
+ * prevent duplicate resize handler ([#12795](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12795))
206
+ * small typo: vae resolve bug ([#12797](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12797))
207
+ * hide broken image crop tool ([#12792](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12792))
208
+ * don't show hidden samplers in dropdown for XYZ script ([#12780](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12780))
209
+ * fix style editing dialog breaking if it's opened in both img2img and txt2img tabs
210
+ * hide --gradio-auth and --api-auth values from /internal/sysinfo report
211
+ * add missing infotext for RNG in options ([#12819](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12819))
212
+ * fix notification not playing when built-in webui tab is inactive ([#12834](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12834))
213
+ * honor `--skip-install` for extension installers ([#12832](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12832))
214
+ * don't print blank stdout in extension installers ([#12833](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12833), [#12855](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12855))
215
+ * get progressbar to display correctly in extensions tab
216
+ * keep order in list of checkpoints when loading model that doesn't have a checksum
217
+ * fix inpainting models in txt2img creating black pictures
218
+ * fix generation params regex ([#12876](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12876))
219
+ * fix batch img2img output dir with script ([#12926](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12926))
220
+ * fix #13080 - Hypernetwork/TI preview generation ([#13084](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13084))
221
+ * fix bug with sigma min/max overrides. ([#12995](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12995))
222
+ * more accurate check for enabling cuDNN benchmark on 16XX cards ([#12924](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12924))
223
+ * don't use multicond parser for negative prompt counter ([#13118](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13118))
224
+ * fix data-sort-name containing spaces ([#13412](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13412))
225
+ * update card on correct tab when editing metadata ([#13411](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13411))
226
+ * fix viewing/editing metadata when filename contains an apostrophe ([#13395](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13395))
227
+ * fix: --sd_model in "Prompts from file or textbox" script is not working ([#13302](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13302))
228
+ * better Support for Portable Git ([#13231](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13231))
229
+ * fix issues when webui_dir is not work_dir ([#13210](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13210))
230
+ * fix: lora-bias-backup don't reset cache ([#13178](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13178))
231
+ * account for customizable extra network separators whyen removing extra network text from the prompt ([#12877](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12877))
232
+ * re fix batch img2img output dir with script ([#13170](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13170))
233
+ * fix `--ckpt-dir` path separator and option use `short name` for checkpoint dropdown ([#13139](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13139))
234
+ * consolidated allowed preview formats, Fix extra network `.gif` not woking as preview ([#13121](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13121))
235
+ * fix venv_dir=- environment variable not working as expected on linux ([#13469](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13469))
236
+ * repair unload sd checkpoint button
237
+ * edit-attention fixes ([#13533](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13533))
238
+ * fix bug when using --gfpgan-models-path ([#13718](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13718))
239
+ * properly apply sort order for extra network cards when selected from dropdown
240
+ * fixes generation restart not working for some users when 'Ctrl+Enter' is pressed ([#13962](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13962))
241
+ * thread safe extra network list_items ([#13014](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13014))
242
+ * fix not able to exit metadata popup when pop up is too big ([#14156](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14156))
243
+ * fix auto focal point crop for opencv >= 4.8 ([#14121](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14121))
244
+ * make 'use-cpu all' actually apply to 'all' ([#14131](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14131))
245
+ * extras tab batch: actually use original filename
246
+ * make webui not crash when running with --disable-all-extensions option
247
+
248
+ ### Other:
249
+ * non-local condition ([#12814](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12814))
250
+ * fix minor typos ([#12827](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12827))
251
+ * remove xformers Python version check ([#12842](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12842))
252
+ * style: file-metadata word-break ([#12837](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12837))
253
+ * revert SGM noise multiplier change for img2img because it breaks hires fix
254
+ * do not change quicksettings dropdown option when value returned is `None` ([#12854](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12854))
255
+ * [RC 1.6.0 - zoom is partly hidden] Update style.css ([#12839](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12839))
256
+ * chore: change extension time format ([#12851](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12851))
257
+ * WEBUI.SH - Use torch 2.1.0 release candidate for Navi 3 ([#12929](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12929))
258
+ * add Fallback at images.read_info_from_image if exif data was invalid ([#13028](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13028))
259
+ * update cmd arg description ([#12986](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12986))
260
+ * fix: update shared.opts.data when add_option ([#12957](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12957), [#13213](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13213))
261
+ * restore missing tooltips ([#12976](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12976))
262
+ * use default dropdown padding on mobile ([#12880](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12880))
263
+ * put enable console prompts option into settings from commandline args ([#13119](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13119))
264
+ * fix some deprecated types ([#12846](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12846))
265
+ * bump to torchsde==0.2.6 ([#13418](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13418))
266
+ * update dragdrop.js ([#13372](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13372))
267
+ * use orderdict as lru cache:opt/bug ([#13313](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13313))
268
+ * XYZ if not include sub grids do not save sub grid ([#13282](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13282))
269
+ * initialize state.time_start befroe state.job_count ([#13229](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13229))
270
+ * fix fieldname regex ([#13458](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13458))
271
+ * change denoising_strength default to None. ([#13466](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13466))
272
+ * fix regression ([#13475](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13475))
273
+ * fix IndexError ([#13630](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13630))
274
+ * fix: checkpoints_loaded:{checkpoint:state_dict}, model.load_state_dict issue in dict value empty ([#13535](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13535))
275
+ * update bug_report.yml ([#12991](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12991))
276
+ * requirements_versions httpx==0.24.1 ([#13839](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13839))
277
+ * fix parenthesis auto selection ([#13829](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13829))
278
+ * fix #13796 ([#13797](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13797))
279
+ * corrected a typo in `modules/cmd_args.py` ([#13855](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13855))
280
+ * feat: fix randn found element of type float at pos 2 ([#14004](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14004))
281
+ * adds tqdm handler to logging_config.py for progress bar integration ([#13996](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13996))
282
+ * hotfix: call shared.state.end() after postprocessing done ([#13977](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13977))
283
+ * fix dependency address patch 1 ([#13929](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13929))
284
+ * save sysinfo as .json ([#14035](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14035))
285
+ * move exception_records related methods to errors.py ([#14084](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14084))
286
+ * compatibility ([#13936](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13936))
287
+ * json.dump(ensure_ascii=False) ([#14108](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14108))
288
+ * dir buttons start with / so only the correct dir will be shown and no… ([#13957](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13957))
289
+ * alternate implementation for unet forward replacement that does not depend on hijack being applied
290
+ * re-add `keyedit_delimiters_whitespace` setting lost as part of commit e294e46 ([#14178](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14178))
291
+ * fix `save_samples` being checked early when saving masked composite ([#14177](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14177))
292
+ * slight optimization for mask and mask_composite ([#14181](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14181))
293
+ * add import_hook hack to work around basicsr/torchvision incompatibility ([#14186](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14186))
294
+
295
+ ## 1.6.1
296
+
297
+ ### Bug Fixes:
298
+ * fix an error causing the webui to fail to start ([#13839](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/13839))
299
+
300
+ ## 1.6.0
301
+
302
+ ### Features:
303
+ * refiner support [#12371](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12371)
304
+ * add NV option for Random number generator source setting, which allows to generate same pictures on CPU/AMD/Mac as on NVidia videocards
305
+ * add style editor dialog
306
+ * hires fix: add an option to use a different checkpoint for second pass ([#12181](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12181))
307
+ * option to keep multiple loaded models in memory ([#12227](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12227))
308
+ * new samplers: Restart, DPM++ 2M SDE Exponential, DPM++ 2M SDE Heun, DPM++ 2M SDE Heun Karras, DPM++ 2M SDE Heun Exponential, DPM++ 3M SDE, DPM++ 3M SDE Karras, DPM++ 3M SDE Exponential ([#12300](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12300), [#12519](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12519), [#12542](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12542))
309
+ * rework DDIM, PLMS, UniPC to use CFG denoiser same as in k-diffusion samplers:
310
+ * makes all of them work with img2img
311
+ * makes prompt composition posssible (AND)
312
+ * makes them available for SDXL
313
+ * always show extra networks tabs in the UI ([#11808](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11808))
314
+ * use less RAM when creating models ([#11958](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11958), [#12599](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12599))
315
+ * textual inversion inference support for SDXL
316
+ * extra networks UI: show metadata for SD checkpoints
317
+ * checkpoint merger: add metadata support
318
+ * prompt editing and attention: add support for whitespace after the number ([ red : green : 0.5 ]) (seed breaking change) ([#12177](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12177))
319
+ * VAE: allow selecting own VAE for each checkpoint (in user metadata editor)
320
+ * VAE: add selected VAE to infotext
321
+ * options in main UI: add own separate setting for txt2img and img2img, correctly read values from pasted infotext, add setting for column count ([#12551](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12551))
322
+ * add resize handle to txt2img and img2img tabs, allowing to change the amount of horizontable space given to generation parameters and resulting image gallery ([#12687](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12687), [#12723](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12723))
323
+ * change default behavior for batching cond/uncond -- now it's on by default, and is disabled by an UI setting (Optimizatios -> Batch cond/uncond) - if you are on lowvram/medvram and are getting OOM exceptions, you will need to enable it
324
+ * show current position in queue and make it so that requests are processed in the order of arrival ([#12707](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12707))
325
+ * add `--medvram-sdxl` flag that only enables `--medvram` for SDXL models
326
+ * prompt editing timeline has separate range for first pass and hires-fix pass (seed breaking change) ([#12457](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12457))
327
+
328
+ ### Minor:
329
+ * img2img batch: RAM savings, VRAM savings, .tif, .tiff in img2img batch ([#12120](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12120), [#12514](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12514), [#12515](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12515))
330
+ * postprocessing/extras: RAM savings ([#12479](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12479))
331
+ * XYZ: in the axis labels, remove pathnames from model filenames
332
+ * XYZ: support hires sampler ([#12298](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12298))
333
+ * XYZ: new option: use text inputs instead of dropdowns ([#12491](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12491))
334
+ * add gradio version warning
335
+ * sort list of VAE checkpoints ([#12297](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12297))
336
+ * use transparent white for mask in inpainting, along with an option to select the color ([#12326](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12326))
337
+ * move some settings to their own section: img2img, VAE
338
+ * add checkbox to show/hide dirs for extra networks
339
+ * Add TAESD(or more) options for all the VAE encode/decode operation ([#12311](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12311))
340
+ * gradio theme cache, new gradio themes, along with explanation that the user can input his own values ([#12346](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12346), [#12355](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12355))
341
+ * sampler fixes/tweaks: s_tmax, s_churn, s_noise, s_tmax ([#12354](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12354), [#12356](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12356), [#12357](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12357), [#12358](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12358), [#12375](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12375), [#12521](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12521))
342
+ * update README.md with correct instructions for Linux installation ([#12352](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12352))
343
+ * option to not save incomplete images, on by default ([#12338](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12338))
344
+ * enable cond cache by default
345
+ * git autofix for repos that are corrupted ([#12230](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12230))
346
+ * allow to open images in new browser tab by middle mouse button ([#12379](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12379))
347
+ * automatically open webui in browser when running "locally" ([#12254](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12254))
348
+ * put commonly used samplers on top, make DPM++ 2M Karras the default choice
349
+ * zoom and pan: option to auto-expand a wide image, improved integration ([#12413](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12413), [#12727](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12727))
350
+ * option to cache Lora networks in memory
351
+ * rework hires fix UI to use accordion
352
+ * face restoration and tiling moved to settings - use "Options in main UI" setting if you want them back
353
+ * change quicksettings items to have variable width
354
+ * Lora: add Norm module, add support for bias ([#12503](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12503))
355
+ * Lora: output warnings in UI rather than fail for unfitting loras; switch to logging for error output in console
356
+ * support search and display of hashes for all extra network items ([#12510](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12510))
357
+ * add extra noise param for img2img operations ([#12564](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12564))
358
+ * support for Lora with bias ([#12584](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12584))
359
+ * make interrupt quicker ([#12634](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12634))
360
+ * configurable gallery height ([#12648](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12648))
361
+ * make results column sticky ([#12645](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12645))
362
+ * more hash filename patterns ([#12639](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12639))
363
+ * make image viewer actually fit the whole page ([#12635](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12635))
364
+ * make progress bar work independently from live preview display which results in it being updated a lot more often
365
+ * forbid Full live preview method for medvram and add a setting to undo the forbidding
366
+ * make it possible to localize tooltips and placeholders
367
+ * add option to align with sgm repo's sampling implementation ([#12818](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12818))
368
+ * Restore faces and Tiling generation parameters have been moved to settings out of main UI
369
+ * if you want to put them back into main UI, use `Options in main UI` setting on the UI page.
370
+
371
+ ### Extensions and API:
372
+ * gradio 3.41.2
373
+ * also bump versions for packages: transformers, GitPython, accelerate, scikit-image, timm, tomesd
374
+ * support tooltip kwarg for gradio elements: gr.Textbox(label='hello', tooltip='world')
375
+ * properly clear the total console progressbar when using txt2img and img2img from API
376
+ * add cmd_arg --disable-extra-extensions and --disable-all-extensions ([#12294](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12294))
377
+ * shared.py and webui.py split into many files
378
+ * add --loglevel commandline argument for logging
379
+ * add a custom UI element that combines accordion and checkbox
380
+ * avoid importing gradio in tests because it spams warnings
381
+ * put infotext label for setting into OptionInfo definition rather than in a separate list
382
+ * make `StableDiffusionProcessingImg2Img.mask_blur` a property, make more inline with PIL `GaussianBlur` ([#12470](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12470))
383
+ * option to make scripts UI without gr.Group
384
+ * add a way for scripts to register a callback for before/after just a single component's creation
385
+ * use dataclass for StableDiffusionProcessing
386
+ * store patches for Lora in a specialized module instead of inside torch
387
+ * support http/https URLs in API ([#12663](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12663), [#12698](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12698))
388
+ * add extra noise callback ([#12616](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12616))
389
+ * dump current stack traces when exiting with SIGINT
390
+ * add type annotations for extra fields of shared.sd_model
391
+
392
+ ### Bug Fixes:
393
+ * Don't crash if out of local storage quota for javascriot localStorage
394
+ * XYZ plot do not fail if an exception occurs
395
+ * fix missing TI hash in infotext if generation uses both negative and positive TI ([#12269](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12269))
396
+ * localization fixes ([#12307](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12307))
397
+ * fix sdxl model invalid configuration after the hijack
398
+ * correctly toggle extras checkbox for infotext paste ([#12304](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12304))
399
+ * open raw sysinfo link in new page ([#12318](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12318))
400
+ * prompt parser: Account for empty field in alternating words syntax ([#12319](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12319))
401
+ * add tab and carriage return to invalid filename chars ([#12327](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12327))
402
+ * fix api only Lora not working ([#12387](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12387))
403
+ * fix options in main UI misbehaving when there's just one element
404
+ * make it possible to use a sampler from infotext even if it's hidden in the dropdown
405
+ * fix styles missing from the prompt in infotext when making a grid of batch of multiplie images
406
+ * prevent bogus progress output in console when calculating hires fix dimensions
407
+ * fix --use-textbox-seed
408
+ * fix broken `Lora/Networks: use old method` option ([#12466](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12466))
409
+ * properly return `None` for VAE hash when using `--no-hashing` ([#12463](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12463))
410
+ * MPS/macOS fixes and optimizations ([#12526](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12526))
411
+ * add second_order to samplers that mistakenly didn't have it
412
+ * when refreshing cards in extra networks UI, do not discard user's custom resolution
413
+ * fix processing error that happens if batch_size is not a multiple of how many prompts/negative prompts there are ([#12509](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12509))
414
+ * fix inpaint upload for alpha masks ([#12588](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12588))
415
+ * fix exception when image sizes are not integers ([#12586](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12586))
416
+ * fix incorrect TAESD Latent scale ([#12596](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12596))
417
+ * auto add data-dir to gradio-allowed-path ([#12603](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12603))
418
+ * fix exception if extensuions dir is missing ([#12607](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12607))
419
+ * fix issues with api model-refresh and vae-refresh ([#12638](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12638))
420
+ * fix img2img background color for transparent images option not being used ([#12633](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12633))
421
+ * attempt to resolve NaN issue with unstable VAEs in fp32 mk2 ([#12630](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12630))
422
+ * implement missing undo hijack for SDXL
423
+ * fix xyz swap axes ([#12684](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12684))
424
+ * fix errors in backup/restore tab if any of config files are broken ([#12689](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12689))
425
+ * fix SD VAE switch error after model reuse ([#12685](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12685))
426
+ * fix trying to create images too large for the chosen format ([#12667](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12667))
427
+ * create Gradio temp directory if necessary ([#12717](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12717))
428
+ * prevent possible cache loss if exiting as it's being written by using an atomic operation to replace the cache with the new version
429
+ * set devices.dtype_unet correctly
430
+ * run RealESRGAN on GPU for non-CUDA devices ([#12737](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
431
+ * prevent extra network buttons being obscured by description for very small card sizes ([#12745](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12745))
432
+ * fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt
433
+ * fix defaults settings page breaking when any of main UI tabs are hidden
434
+ * fix incorrect save/display of new values in Defaults page in settings
435
+ * fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
436
+ * fix an error that prevents VAE being reloaded after an option change if a VAE near the checkpoint exists ([#12797](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
437
+ * hide broken image crop tool ([#12792](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
438
+ * don't show hidden samplers in dropdown for XYZ script ([#12780](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
439
+ * fix style editing dialog breaking if it's opened in both img2img and txt2img tabs
440
+ * fix a bug allowing users to bypass gradio and API authentication (reported by vysecurity)
441
+ * fix notification not playing when built-in webui tab is inactive ([#12834](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12834))
442
+ * honor `--skip-install` for extension installers ([#12832](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12832))
443
+ * don't print blank stdout in extension installers ([#12833](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12832), [#12855](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12855))
444
+ * do not change quicksettings dropdown option when value returned is `None` ([#12854](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12854))
445
+ * get progressbar to display correctly in extensions tab
446
+
447
+
448
+ ## 1.5.2
449
+
450
+ ### Bug Fixes:
451
+ * fix memory leak when generation fails
452
+ * update doggettx cross attention optimization to not use an unreasonable amount of memory in some edge cases -- suggestion by MorkTheOrk
453
+
454
+
455
+ ## 1.5.1
456
+
457
+ ### Minor:
458
+ * support parsing text encoder blocks in some new LoRAs
459
+ * delete scale checker script due to user demand
460
+
461
+ ### Extensions and API:
462
+ * add postprocess_batch_list script callback
463
+
464
+ ### Bug Fixes:
465
+ * fix TI training for SD1
466
+ * fix reload altclip model error
467
+ * prepend the pythonpath instead of overriding it
468
+ * fix typo in SD_WEBUI_RESTARTING
469
+ * if txt2img/img2img raises an exception, finally call state.end()
470
+ * fix composable diffusion weight parsing
471
+ * restyle Startup profile for black users
472
+ * fix webui not launching with --nowebui
473
+ * catch exception for non git extensions
474
+ * fix some options missing from /sdapi/v1/options
475
+ * fix for extension update status always saying "unknown"
476
+ * fix display of extra network cards that have `<>` in the name
477
+ * update lora extension to work with python 3.8
478
+
479
+
480
+ ## 1.5.0
481
+
482
+ ### Features:
483
+ * SD XL support
484
+ * user metadata system for custom networks
485
+ * extended Lora metadata editor: set activation text, default weight, view tags, training info
486
+ * Lora extension rework to include other types of networks (all that were previously handled by LyCORIS extension)
487
+ * show github stars for extenstions
488
+ * img2img batch mode can read extra stuff from png info
489
+ * img2img batch works with subdirectories
490
+ * hotkeys to move prompt elements: alt+left/right
491
+ * restyle time taken/VRAM display
492
+ * add textual inversion hashes to infotext
493
+ * optimization: cache git extension repo information
494
+ * move generate button next to the generated picture for mobile clients
495
+ * hide cards for networks of incompatible Stable Diffusion version in Lora extra networks interface
496
+ * skip installing packages with pip if they all are already installed - startup speedup of about 2 seconds
497
+
498
+ ### Minor:
499
+ * checkbox to check/uncheck all extensions in the Installed tab
500
+ * add gradio user to infotext and to filename patterns
501
+ * allow gif for extra network previews
502
+ * add options to change colors in grid
503
+ * use natural sort for items in extra networks
504
+ * Mac: use empty_cache() from torch 2 to clear VRAM
505
+ * added automatic support for installing the right libraries for Navi3 (AMD)
506
+ * add option SWIN_torch_compile to accelerate SwinIR upscale
507
+ * suppress printing TI embedding info at start to console by default
508
+ * speedup extra networks listing
509
+ * added `[none]` filename token.
510
+ * removed thumbs extra networks view mode (use settings tab to change width/height/scale to get thumbs)
511
+ * add always_discard_next_to_last_sigma option to XYZ plot
512
+ * automatically switch to 32-bit float VAE if the generated picture has NaNs without the need for `--no-half-vae` commandline flag.
513
+
514
+ ### Extensions and API:
515
+ * api endpoints: /sdapi/v1/server-kill, /sdapi/v1/server-restart, /sdapi/v1/server-stop
516
+ * allow Script to have custom metaclass
517
+ * add model exists status check /sdapi/v1/options
518
+ * rename --add-stop-route to --api-server-stop
519
+ * add `before_hr` script callback
520
+ * add callback `after_extra_networks_activate`
521
+ * disable rich exception output in console for API by default, use WEBUI_RICH_EXCEPTIONS env var to enable
522
+ * return http 404 when thumb file not found
523
+ * allow replacing extensions index with environment variable
524
+
525
+ ### Bug Fixes:
526
+ * fix for catch errors when retrieving extension index #11290
527
+ * fix very slow loading speed of .safetensors files when reading from network drives
528
+ * API cache cleanup
529
+ * fix UnicodeEncodeError when writing to file CLIP Interrogator batch mode
530
+ * fix warning of 'has_mps' deprecated from PyTorch
531
+ * fix problem with extra network saving images as previews losing generation info
532
+ * fix throwing exception when trying to resize image with I;16 mode
533
+ * fix for #11534: canvas zoom and pan extension hijacking shortcut keys
534
+ * fixed launch script to be runnable from any directory
535
+ * don't add "Seed Resize: -1x-1" to API image metadata
536
+ * correctly remove end parenthesis with ctrl+up/down
537
+ * fixing --subpath on newer gradio version
538
+ * fix: check fill size none zero when resize (fixes #11425)
539
+ * use submit and blur for quick settings textbox
540
+ * save img2img batch with images.save_image()
541
+ * prevent running preload.py for disabled extensions
542
+ * fix: previously, model name was added together with directory name to infotext and to [model_name] filename pattern; directory name is now not included
543
+
544
+
545
+ ## 1.4.1
546
+
547
+ ### Bug Fixes:
548
+ * add queue lock for refresh-checkpoints
549
+
550
+ ## 1.4.0
551
+
552
+ ### Features:
553
+ * zoom controls for inpainting
554
+ * run basic torch calculation at startup in parallel to reduce the performance impact of first generation
555
+ * option to pad prompt/neg prompt to be same length
556
+ * remove taming_transformers dependency
557
+ * custom k-diffusion scheduler settings
558
+ * add an option to show selected settings in main txt2img/img2img UI
559
+ * sysinfo tab in settings
560
+ * infer styles from prompts when pasting params into the UI
561
+ * an option to control the behavior of the above
562
+
563
+ ### Minor:
564
+ * bump Gradio to 3.32.0
565
+ * bump xformers to 0.0.20
566
+ * Add option to disable token counters
567
+ * tooltip fixes & optimizations
568
+ * make it possible to configure filename for the zip download
569
+ * `[vae_filename]` pattern for filenames
570
+ * Revert discarding penultimate sigma for DPM-Solver++(2M) SDE
571
+ * change UI reorder setting to multiselect
572
+ * read version info form CHANGELOG.md if git version info is not available
573
+ * link footer API to Wiki when API is not active
574
+ * persistent conds cache (opt-in optimization)
575
+
576
+ ### Extensions:
577
+ * After installing extensions, webui properly restarts the process rather than reloads the UI
578
+ * Added VAE listing to web API. Via: /sdapi/v1/sd-vae
579
+ * custom unet support
580
+ * Add onAfterUiUpdate callback
581
+ * refactor EmbeddingDatabase.register_embedding() to allow unregistering
582
+ * add before_process callback for scripts
583
+ * add ability for alwayson scripts to specify section and let user reorder those sections
584
+
585
+ ### Bug Fixes:
586
+ * Fix dragging text to prompt
587
+ * fix incorrect quoting for infotext values with colon in them
588
+ * fix "hires. fix" prompt sharing same labels with txt2img_prompt
589
+ * Fix s_min_uncond default type int
590
+ * Fix for #10643 (Inpainting mask sometimes not working)
591
+ * fix bad styling for thumbs view in extra networks #10639
592
+ * fix for empty list of optimizations #10605
593
+ * small fixes to prepare_tcmalloc for Debian/Ubuntu compatibility
594
+ * fix --ui-debug-mode exit
595
+ * patch GitPython to not use leaky persistent processes
596
+ * fix duplicate Cross attention optimization after UI reload
597
+ * torch.cuda.is_available() check for SdOptimizationXformers
598
+ * fix hires fix using wrong conds in second pass if using Loras.
599
+ * handle exception when parsing generation parameters from png info
600
+ * fix upcast attention dtype error
601
+ * forcing Torch Version to 1.13.1 for RX 5000 series GPUs
602
+ * split mask blur into X and Y components, patch Outpainting MK2 accordingly
603
+ * don't die when a LoRA is a broken symlink
604
+ * allow activation of Generate Forever during generation
605
+
606
+
607
+ ## 1.3.2
608
+
609
+ ### Bug Fixes:
610
+ * fix files served out of tmp directory even if they are saved to disk
611
+ * fix postprocessing overwriting parameters
612
+
613
+ ## 1.3.1
614
+
615
+ ### Features:
616
+ * revert default cross attention optimization to Doggettx
617
+
618
+ ### Bug Fixes:
619
+ * fix bug: LoRA don't apply on dropdown list sd_lora
620
+ * fix png info always added even if setting is not enabled
621
+ * fix some fields not applying in xyz plot
622
+ * fix "hires. fix" prompt sharing same labels with txt2img_prompt
623
+ * fix lora hashes not being added properly to infotex if there is only one lora
624
+ * fix --use-cpu failing to work properly at startup
625
+ * make --disable-opt-split-attention command line option work again
626
+
627
+ ## 1.3.0
628
+
629
+ ### Features:
630
+ * add UI to edit defaults
631
+ * token merging (via dbolya/tomesd)
632
+ * settings tab rework: add a lot of additional explanations and links
633
+ * load extensions' Git metadata in parallel to loading the main program to save a ton of time during startup
634
+ * update extensions table: show branch, show date in separate column, and show version from tags if available
635
+ * TAESD - another option for cheap live previews
636
+ * allow choosing sampler and prompts for second pass of hires fix - hidden by default, enabled in settings
637
+ * calculate hashes for Lora
638
+ * add lora hashes to infotext
639
+ * when pasting infotext, use infotext's lora hashes to find local loras for `<lora:xxx:1>` entries whose hashes match loras the user has
640
+ * select cross attention optimization from UI
641
+
642
+ ### Minor:
643
+ * bump Gradio to 3.31.0
644
+ * bump PyTorch to 2.0.1 for macOS and Linux AMD
645
+ * allow setting defaults for elements in extensions' tabs
646
+ * allow selecting file type for live previews
647
+ * show "Loading..." for extra networks when displaying for the first time
648
+ * suppress ENSD infotext for samplers that don't use it
649
+ * clientside optimizations
650
+ * add options to show/hide hidden files and dirs in extra networks, and to not list models/files in hidden directories
651
+ * allow whitespace in styles.csv
652
+ * add option to reorder tabs
653
+ * move some functionality (swap resolution and set seed to -1) to client
654
+ * option to specify editor height for img2img
655
+ * button to copy image resolution into img2img width/height sliders
656
+ * switch from pyngrok to ngrok-py
657
+ * lazy-load images in extra networks UI
658
+ * set "Navigate image viewer with gamepad" option to false by default, by request
659
+ * change upscalers to download models into user-specified directory (from commandline args) rather than the default models/<...>
660
+ * allow hiding buttons in ui-config.json
661
+
662
+ ### Extensions:
663
+ * add /sdapi/v1/script-info api
664
+ * use Ruff to lint Python code
665
+ * use ESlint to lint Javascript code
666
+ * add/modify CFG callbacks for Self-Attention Guidance extension
667
+ * add command and endpoint for graceful server stopping
668
+ * add some locals (prompts/seeds/etc) from processing function into the Processing class as fields
669
+ * rework quoting for infotext items that have commas in them to use JSON (should be backwards compatible except for cases where it didn't work previously)
670
+ * add /sdapi/v1/refresh-loras api checkpoint post request
671
+ * tests overhaul
672
+
673
+ ### Bug Fixes:
674
+ * fix an issue preventing the program from starting if the user specifies a bad Gradio theme
675
+ * fix broken prompts from file script
676
+ * fix symlink scanning for extra networks
677
+ * fix --data-dir ignored when launching via webui-user.bat COMMANDLINE_ARGS
678
+ * allow web UI to be ran fully offline
679
+ * fix inability to run with --freeze-settings
680
+ * fix inability to merge checkpoint without adding metadata
681
+ * fix extra networks' save preview image not adding infotext for jpeg/webm
682
+ * remove blinking effect from text in hires fix and scale resolution preview
683
+ * make links to `http://<...>.git` extensions work in the extension tab
684
+ * fix bug with webui hanging at startup due to hanging git process
685
+
686
+
687
+ ## 1.2.1
688
+
689
+ ### Features:
690
+ * add an option to always refer to LoRA by filenames
691
+
692
+ ### Bug Fixes:
693
+ * never refer to LoRA by an alias if multiple LoRAs have same alias or the alias is called none
694
+ * fix upscalers disappearing after the user reloads UI
695
+ * allow bf16 in safe unpickler (resolves problems with loading some LoRAs)
696
+ * allow web UI to be ran fully offline
697
+ * fix localizations not working
698
+ * fix error for LoRAs: `'LatentDiffusion' object has no attribute 'lora_layer_mapping'`
699
+
700
+ ## 1.2.0
701
+
702
+ ### Features:
703
+ * do not wait for Stable Diffusion model to load at startup
704
+ * add filename patterns: `[denoising]`
705
+ * directory hiding for extra networks: dirs starting with `.` will hide their cards on extra network tabs unless specifically searched for
706
+ * LoRA: for the `<...>` text in prompt, use name of LoRA that is in the metdata of the file, if present, instead of filename (both can be used to activate LoRA)
707
+ * LoRA: read infotext params from kohya-ss's extension parameters if they are present and if his extension is not active
708
+ * LoRA: fix some LoRAs not working (ones that have 3x3 convolution layer)
709
+ * LoRA: add an option to use old method of applying LoRAs (producing same results as with kohya-ss)
710
+ * add version to infotext, footer and console output when starting
711
+ * add links to wiki for filename pattern settings
712
+ * add extended info for quicksettings setting and use multiselect input instead of a text field
713
+
714
+ ### Minor:
715
+ * bump Gradio to 3.29.0
716
+ * bump PyTorch to 2.0.1
717
+ * `--subpath` option for gradio for use with reverse proxy
718
+ * Linux/macOS: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
719
+ * do not apply localizations if there are none (possible frontend optimization)
720
+ * add extra `None` option for VAE in XYZ plot
721
+ * print error to console when batch processing in img2img fails
722
+ * create HTML for extra network pages only on demand
723
+ * allow directories starting with `.` to still list their models for LoRA, checkpoints, etc
724
+ * put infotext options into their own category in settings tab
725
+ * do not show licenses page when user selects Show all pages in settings
726
+
727
+ ### Extensions:
728
+ * tooltip localization support
729
+ * add API method to get LoRA models with prompt
730
+
731
+ ### Bug Fixes:
732
+ * re-add `/docs` endpoint
733
+ * fix gamepad navigation
734
+ * make the lightbox fullscreen image function properly
735
+ * fix squished thumbnails in extras tab
736
+ * keep "search" filter for extra networks when user refreshes the tab (previously it showed everthing after you refreshed)
737
+ * fix webui showing the same image if you configure the generation to always save results into same file
738
+ * fix bug with upscalers not working properly
739
+ * fix MPS on PyTorch 2.0.1, Intel Macs
740
+ * make it so that custom context menu from contextMenu.js only disappears after user's click, ignoring non-user click events
741
+ * prevent Reload UI button/link from reloading the page when it's not yet ready
742
+ * fix prompts from file script failing to read contents from a drag/drop file
743
+
744
+
745
+ ## 1.1.1
746
+ ### Bug Fixes:
747
+ * fix an error that prevents running webui on PyTorch<2.0 without --disable-safe-unpickle
748
+
749
+ ## 1.1.0
750
+ ### Features:
751
+ * switch to PyTorch 2.0.0 (except for AMD GPUs)
752
+ * visual improvements to custom code scripts
753
+ * add filename patterns: `[clip_skip]`, `[hasprompt<>]`, `[batch_number]`, `[generation_number]`
754
+ * add support for saving init images in img2img, and record their hashes in infotext for reproducability
755
+ * automatically select current word when adjusting weight with ctrl+up/down
756
+ * add dropdowns for X/Y/Z plot
757
+ * add setting: Stable Diffusion/Random number generator source: makes it possible to make images generated from a given manual seed consistent across different GPUs
758
+ * support Gradio's theme API
759
+ * use TCMalloc on Linux by default; possible fix for memory leaks
760
+ * add optimization option to remove negative conditioning at low sigma values #9177
761
+ * embed model merge metadata in .safetensors file
762
+ * extension settings backup/restore feature #9169
763
+ * add "resize by" and "resize to" tabs to img2img
764
+ * add option "keep original size" to textual inversion images preprocess
765
+ * image viewer scrolling via analog stick
766
+ * button to restore the progress from session lost / tab reload
767
+
768
+ ### Minor:
769
+ * bump Gradio to 3.28.1
770
+ * change "scale to" to sliders in Extras tab
771
+ * add labels to tool buttons to make it possible to hide them
772
+ * add tiled inference support for ScuNET
773
+ * add branch support for extension installation
774
+ * change Linux installation script to install into current directory rather than `/home/username`
775
+ * sort textual inversion embeddings by name (case-insensitive)
776
+ * allow styles.csv to be symlinked or mounted in docker
777
+ * remove the "do not add watermark to images" option
778
+ * make selected tab configurable with UI config
779
+ * make the extra networks UI fixed height and scrollable
780
+ * add `disable_tls_verify` arg for use with self-signed certs
781
+
782
+ ### Extensions:
783
+ * add reload callback
784
+ * add `is_hr_pass` field for processing
785
+
786
+ ### Bug Fixes:
787
+ * fix broken batch image processing on 'Extras/Batch Process' tab
788
+ * add "None" option to extra networks dropdowns
789
+ * fix FileExistsError for CLIP Interrogator
790
+ * fix /sdapi/v1/txt2img endpoint not working on Linux #9319
791
+ * fix disappearing live previews and progressbar during slow tasks
792
+ * fix fullscreen image view not working properly in some cases
793
+ * prevent alwayson_scripts args param resizing script_arg list when they are inserted in it
794
+ * fix prompt schedule for second order samplers
795
+ * fix image mask/composite for weird resolutions #9628
796
+ * use correct images for previews when using AND (see #9491)
797
+ * one broken image in img2img batch won't stop all processing
798
+ * fix image orientation bug in train/preprocess
799
+ * fix Ngrok recreating tunnels every reload
800
+ * fix `--realesrgan-models-path` and `--ldsr-models-path` not working
801
+ * fix `--skip-install` not working
802
+ * use SAMPLE file format in Outpainting Mk2 & Poorman
803
+ * do not fail all LoRAs if some have failed to load when making a picture
804
+
805
+ ## 1.0.0
806
+ * everything
drive/MyDrive/AI_PICS/stable-diffusion-webui/CITATION.cff ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this software, please cite it as below."
3
+ authors:
4
+ - given-names: AUTOMATIC1111
5
+ title: "Stable Diffusion Web UI"
6
+ date-released: 2022-08-22
7
+ url: "https://github.com/AUTOMATIC1111/stable-diffusion-webui"
drive/MyDrive/AI_PICS/stable-diffusion-webui/CODEOWNERS ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ * @AUTOMATIC1111
2
+
3
+ # if you were managing a localization and were removed from this file, this is because
4
+ # the intended way to do localizations now is via extensions. See:
5
+ # https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions
6
+ # Make a repo with your localization and since you are still listed as a collaborator
7
+ # you can add it to the wiki page yourself. This change is because some people complained
8
+ # the git commit log is cluttered with things unrelated to almost everyone and
9
+ # because I believe this is the best overall for the project to handle localizations almost
10
+ # entirely without my oversight.
11
+
12
+
drive/MyDrive/AI_PICS/stable-diffusion-webui/LICENSE.txt ADDED
@@ -0,0 +1,663 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU AFFERO GENERAL PUBLIC LICENSE
2
+ Version 3, 19 November 2007
3
+
4
+ Copyright (c) 2023 AUTOMATIC1111
5
+
6
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
7
+ Everyone is permitted to copy and distribute verbatim copies
8
+ of this license document, but changing it is not allowed.
9
+
10
+ Preamble
11
+
12
+ The GNU Affero General Public License is a free, copyleft license for
13
+ software and other kinds of works, specifically designed to ensure
14
+ cooperation with the community in the case of network server software.
15
+
16
+ The licenses for most software and other practical works are designed
17
+ to take away your freedom to share and change the works. By contrast,
18
+ our General Public Licenses are intended to guarantee your freedom to
19
+ share and change all versions of a program--to make sure it remains free
20
+ software for all its users.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ Developers that use our General Public Licenses protect your rights
30
+ with two steps: (1) assert copyright on the software, and (2) offer
31
+ you this License which gives you legal permission to copy, distribute
32
+ and/or modify the software.
33
+
34
+ A secondary benefit of defending all users' freedom is that
35
+ improvements made in alternate versions of the program, if they
36
+ receive widespread use, become available for other developers to
37
+ incorporate. Many developers of free software are heartened and
38
+ encouraged by the resulting cooperation. However, in the case of
39
+ software used on network servers, this result may fail to come about.
40
+ The GNU General Public License permits making a modified version and
41
+ letting the public access it on a server without ever releasing its
42
+ source code to the public.
43
+
44
+ The GNU Affero General Public License is designed specifically to
45
+ ensure that, in such cases, the modified source code becomes available
46
+ to the community. It requires the operator of a network server to
47
+ provide the source code of the modified version running there to the
48
+ users of that server. Therefore, public use of a modified version, on
49
+ a publicly accessible server, gives the public access to the source
50
+ code of the modified version.
51
+
52
+ An older license, called the Affero General Public License and
53
+ published by Affero, was designed to accomplish similar goals. This is
54
+ a different license, not a version of the Affero GPL, but Affero has
55
+ released a new version of the Affero GPL which permits relicensing under
56
+ this license.
57
+
58
+ The precise terms and conditions for copying, distribution and
59
+ modification follow.
60
+
61
+ TERMS AND CONDITIONS
62
+
63
+ 0. Definitions.
64
+
65
+ "This License" refers to version 3 of the GNU Affero General Public License.
66
+
67
+ "Copyright" also means copyright-like laws that apply to other kinds of
68
+ works, such as semiconductor masks.
69
+
70
+ "The Program" refers to any copyrightable work licensed under this
71
+ License. Each licensee is addressed as "you". "Licensees" and
72
+ "recipients" may be individuals or organizations.
73
+
74
+ To "modify" a work means to copy from or adapt all or part of the work
75
+ in a fashion requiring copyright permission, other than the making of an
76
+ exact copy. The resulting work is called a "modified version" of the
77
+ earlier work or a work "based on" the earlier work.
78
+
79
+ A "covered work" means either the unmodified Program or a work based
80
+ on the Program.
81
+
82
+ To "propagate" a work means to do anything with it that, without
83
+ permission, would make you directly or secondarily liable for
84
+ infringement under applicable copyright law, except executing it on a
85
+ computer or modifying a private copy. Propagation includes copying,
86
+ distribution (with or without modification), making available to the
87
+ public, and in some countries other activities as well.
88
+
89
+ To "convey" a work means any kind of propagation that enables other
90
+ parties to make or receive copies. Mere interaction with a user through
91
+ a computer network, with no transfer of a copy, is not conveying.
92
+
93
+ An interactive user interface displays "Appropriate Legal Notices"
94
+ to the extent that it includes a convenient and prominently visible
95
+ feature that (1) displays an appropriate copyright notice, and (2)
96
+ tells the user that there is no warranty for the work (except to the
97
+ extent that warranties are provided), that licensees may convey the
98
+ work under this License, and how to view a copy of this License. If
99
+ the interface presents a list of user commands or options, such as a
100
+ menu, a prominent item in the list meets this criterion.
101
+
102
+ 1. Source Code.
103
+
104
+ The "source code" for a work means the preferred form of the work
105
+ for making modifications to it. "Object code" means any non-source
106
+ form of a work.
107
+
108
+ A "Standard Interface" means an interface that either is an official
109
+ standard defined by a recognized standards body, or, in the case of
110
+ interfaces specified for a particular programming language, one that
111
+ is widely used among developers working in that language.
112
+
113
+ The "System Libraries" of an executable work include anything, other
114
+ than the work as a whole, that (a) is included in the normal form of
115
+ packaging a Major Component, but which is not part of that Major
116
+ Component, and (b) serves only to enable use of the work with that
117
+ Major Component, or to implement a Standard Interface for which an
118
+ implementation is available to the public in source code form. A
119
+ "Major Component", in this context, means a major essential component
120
+ (kernel, window system, and so on) of the specific operating system
121
+ (if any) on which the executable work runs, or a compiler used to
122
+ produce the work, or an object code interpreter used to run it.
123
+
124
+ The "Corresponding Source" for a work in object code form means all
125
+ the source code needed to generate, install, and (for an executable
126
+ work) run the object code and to modify the work, including scripts to
127
+ control those activities. However, it does not include the work's
128
+ System Libraries, or general-purpose tools or generally available free
129
+ programs which are used unmodified in performing those activities but
130
+ which are not part of the work. For example, Corresponding Source
131
+ includes interface definition files associated with source files for
132
+ the work, and the source code for shared libraries and dynamically
133
+ linked subprograms that the work is specifically designed to require,
134
+ such as by intimate data communication or control flow between those
135
+ subprograms and other parts of the work.
136
+
137
+ The Corresponding Source need not include anything that users
138
+ can regenerate automatically from other parts of the Corresponding
139
+ Source.
140
+
141
+ The Corresponding Source for a work in source code form is that
142
+ same work.
143
+
144
+ 2. Basic Permissions.
145
+
146
+ All rights granted under this License are granted for the term of
147
+ copyright on the Program, and are irrevocable provided the stated
148
+ conditions are met. This License explicitly affirms your unlimited
149
+ permission to run the unmodified Program. The output from running a
150
+ covered work is covered by this License only if the output, given its
151
+ content, constitutes a covered work. This License acknowledges your
152
+ rights of fair use or other equivalent, as provided by copyright law.
153
+
154
+ You may make, run and propagate covered works that you do not
155
+ convey, without conditions so long as your license otherwise remains
156
+ in force. You may convey covered works to others for the sole purpose
157
+ of having them make modifications exclusively for you, or provide you
158
+ with facilities for running those works, provided that you comply with
159
+ the terms of this License in conveying all material for which you do
160
+ not control copyright. Those thus making or running the covered works
161
+ for you must do so exclusively on your behalf, under your direction
162
+ and control, on terms that prohibit them from making any copies of
163
+ your copyrighted material outside their relationship with you.
164
+
165
+ Conveying under any other circumstances is permitted solely under
166
+ the conditions stated below. Sublicensing is not allowed; section 10
167
+ makes it unnecessary.
168
+
169
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
170
+
171
+ No covered work shall be deemed part of an effective technological
172
+ measure under any applicable law fulfilling obligations under article
173
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
174
+ similar laws prohibiting or restricting circumvention of such
175
+ measures.
176
+
177
+ When you convey a covered work, you waive any legal power to forbid
178
+ circumvention of technological measures to the extent such circumvention
179
+ is effected by exercising rights under this License with respect to
180
+ the covered work, and you disclaim any intention to limit operation or
181
+ modification of the work as a means of enforcing, against the work's
182
+ users, your or third parties' legal rights to forbid circumvention of
183
+ technological measures.
184
+
185
+ 4. Conveying Verbatim Copies.
186
+
187
+ You may convey verbatim copies of the Program's source code as you
188
+ receive it, in any medium, provided that you conspicuously and
189
+ appropriately publish on each copy an appropriate copyright notice;
190
+ keep intact all notices stating that this License and any
191
+ non-permissive terms added in accord with section 7 apply to the code;
192
+ keep intact all notices of the absence of any warranty; and give all
193
+ recipients a copy of this License along with the Program.
194
+
195
+ You may charge any price or no price for each copy that you convey,
196
+ and you may offer support or warranty protection for a fee.
197
+
198
+ 5. Conveying Modified Source Versions.
199
+
200
+ You may convey a work based on the Program, or the modifications to
201
+ produce it from the Program, in the form of source code under the
202
+ terms of section 4, provided that you also meet all of these conditions:
203
+
204
+ a) The work must carry prominent notices stating that you modified
205
+ it, and giving a relevant date.
206
+
207
+ b) The work must carry prominent notices stating that it is
208
+ released under this License and any conditions added under section
209
+ 7. This requirement modifies the requirement in section 4 to
210
+ "keep intact all notices".
211
+
212
+ c) You must license the entire work, as a whole, under this
213
+ License to anyone who comes into possession of a copy. This
214
+ License will therefore apply, along with any applicable section 7
215
+ additional terms, to the whole of the work, and all its parts,
216
+ regardless of how they are packaged. This License gives no
217
+ permission to license the work in any other way, but it does not
218
+ invalidate such permission if you have separately received it.
219
+
220
+ d) If the work has interactive user interfaces, each must display
221
+ Appropriate Legal Notices; however, if the Program has interactive
222
+ interfaces that do not display Appropriate Legal Notices, your
223
+ work need not make them do so.
224
+
225
+ A compilation of a covered work with other separate and independent
226
+ works, which are not by their nature extensions of the covered work,
227
+ and which are not combined with it such as to form a larger program,
228
+ in or on a volume of a storage or distribution medium, is called an
229
+ "aggregate" if the compilation and its resulting copyright are not
230
+ used to limit the access or legal rights of the compilation's users
231
+ beyond what the individual works permit. Inclusion of a covered work
232
+ in an aggregate does not cause this License to apply to the other
233
+ parts of the aggregate.
234
+
235
+ 6. Conveying Non-Source Forms.
236
+
237
+ You may convey a covered work in object code form under the terms
238
+ of sections 4 and 5, provided that you also convey the
239
+ machine-readable Corresponding Source under the terms of this License,
240
+ in one of these ways:
241
+
242
+ a) Convey the object code in, or embodied in, a physical product
243
+ (including a physical distribution medium), accompanied by the
244
+ Corresponding Source fixed on a durable physical medium
245
+ customarily used for software interchange.
246
+
247
+ b) Convey the object code in, or embodied in, a physical product
248
+ (including a physical distribution medium), accompanied by a
249
+ written offer, valid for at least three years and valid for as
250
+ long as you offer spare parts or customer support for that product
251
+ model, to give anyone who possesses the object code either (1) a
252
+ copy of the Corresponding Source for all the software in the
253
+ product that is covered by this License, on a durable physical
254
+ medium customarily used for software interchange, for a price no
255
+ more than your reasonable cost of physically performing this
256
+ conveying of source, or (2) access to copy the
257
+ Corresponding Source from a network server at no charge.
258
+
259
+ c) Convey individual copies of the object code with a copy of the
260
+ written offer to provide the Corresponding Source. This
261
+ alternative is allowed only occasionally and noncommercially, and
262
+ only if you received the object code with such an offer, in accord
263
+ with subsection 6b.
264
+
265
+ d) Convey the object code by offering access from a designated
266
+ place (gratis or for a charge), and offer equivalent access to the
267
+ Corresponding Source in the same way through the same place at no
268
+ further charge. You need not require recipients to copy the
269
+ Corresponding Source along with the object code. If the place to
270
+ copy the object code is a network server, the Corresponding Source
271
+ may be on a different server (operated by you or a third party)
272
+ that supports equivalent copying facilities, provided you maintain
273
+ clear directions next to the object code saying where to find the
274
+ Corresponding Source. Regardless of what server hosts the
275
+ Corresponding Source, you remain obligated to ensure that it is
276
+ available for as long as needed to satisfy these requirements.
277
+
278
+ e) Convey the object code using peer-to-peer transmission, provided
279
+ you inform other peers where the object code and Corresponding
280
+ Source of the work are being offered to the general public at no
281
+ charge under subsection 6d.
282
+
283
+ A separable portion of the object code, whose source code is excluded
284
+ from the Corresponding Source as a System Library, need not be
285
+ included in conveying the object code work.
286
+
287
+ A "User Product" is either (1) a "consumer product", which means any
288
+ tangible personal property which is normally used for personal, family,
289
+ or household purposes, or (2) anything designed or sold for incorporation
290
+ into a dwelling. In determining whether a product is a consumer product,
291
+ doubtful cases shall be resolved in favor of coverage. For a particular
292
+ product received by a particular user, "normally used" refers to a
293
+ typical or common use of that class of product, regardless of the status
294
+ of the particular user or of the way in which the particular user
295
+ actually uses, or expects or is expected to use, the product. A product
296
+ is a consumer product regardless of whether the product has substantial
297
+ commercial, industrial or non-consumer uses, unless such uses represent
298
+ the only significant mode of use of the product.
299
+
300
+ "Installation Information" for a User Product means any methods,
301
+ procedures, authorization keys, or other information required to install
302
+ and execute modified versions of a covered work in that User Product from
303
+ a modified version of its Corresponding Source. The information must
304
+ suffice to ensure that the continued functioning of the modified object
305
+ code is in no case prevented or interfered with solely because
306
+ modification has been made.
307
+
308
+ If you convey an object code work under this section in, or with, or
309
+ specifically for use in, a User Product, and the conveying occurs as
310
+ part of a transaction in which the right of possession and use of the
311
+ User Product is transferred to the recipient in perpetuity or for a
312
+ fixed term (regardless of how the transaction is characterized), the
313
+ Corresponding Source conveyed under this section must be accompanied
314
+ by the Installation Information. But this requirement does not apply
315
+ if neither you nor any third party retains the ability to install
316
+ modified object code on the User Product (for example, the work has
317
+ been installed in ROM).
318
+
319
+ The requirement to provide Installation Information does not include a
320
+ requirement to continue to provide support service, warranty, or updates
321
+ for a work that has been modified or installed by the recipient, or for
322
+ the User Product in which it has been modified or installed. Access to a
323
+ network may be denied when the modification itself materially and
324
+ adversely affects the operation of the network or violates the rules and
325
+ protocols for communication across the network.
326
+
327
+ Corresponding Source conveyed, and Installation Information provided,
328
+ in accord with this section must be in a format that is publicly
329
+ documented (and with an implementation available to the public in
330
+ source code form), and must require no special password or key for
331
+ unpacking, reading or copying.
332
+
333
+ 7. Additional Terms.
334
+
335
+ "Additional permissions" are terms that supplement the terms of this
336
+ License by making exceptions from one or more of its conditions.
337
+ Additional permissions that are applicable to the entire Program shall
338
+ be treated as though they were included in this License, to the extent
339
+ that they are valid under applicable law. If additional permissions
340
+ apply only to part of the Program, that part may be used separately
341
+ under those permissions, but the entire Program remains governed by
342
+ this License without regard to the additional permissions.
343
+
344
+ When you convey a copy of a covered work, you may at your option
345
+ remove any additional permissions from that copy, or from any part of
346
+ it. (Additional permissions may be written to require their own
347
+ removal in certain cases when you modify the work.) You may place
348
+ additional permissions on material, added by you to a covered work,
349
+ for which you have or can give appropriate copyright permission.
350
+
351
+ Notwithstanding any other provision of this License, for material you
352
+ add to a covered work, you may (if authorized by the copyright holders of
353
+ that material) supplement the terms of this License with terms:
354
+
355
+ a) Disclaiming warranty or limiting liability differently from the
356
+ terms of sections 15 and 16 of this License; or
357
+
358
+ b) Requiring preservation of specified reasonable legal notices or
359
+ author attributions in that material or in the Appropriate Legal
360
+ Notices displayed by works containing it; or
361
+
362
+ c) Prohibiting misrepresentation of the origin of that material, or
363
+ requiring that modified versions of such material be marked in
364
+ reasonable ways as different from the original version; or
365
+
366
+ d) Limiting the use for publicity purposes of names of licensors or
367
+ authors of the material; or
368
+
369
+ e) Declining to grant rights under trademark law for use of some
370
+ trade names, trademarks, or service marks; or
371
+
372
+ f) Requiring indemnification of licensors and authors of that
373
+ material by anyone who conveys the material (or modified versions of
374
+ it) with contractual assumptions of liability to the recipient, for
375
+ any liability that these contractual assumptions directly impose on
376
+ those licensors and authors.
377
+
378
+ All other non-permissive additional terms are considered "further
379
+ restrictions" within the meaning of section 10. If the Program as you
380
+ received it, or any part of it, contains a notice stating that it is
381
+ governed by this License along with a term that is a further
382
+ restriction, you may remove that term. If a license document contains
383
+ a further restriction but permits relicensing or conveying under this
384
+ License, you may add to a covered work material governed by the terms
385
+ of that license document, provided that the further restriction does
386
+ not survive such relicensing or conveying.
387
+
388
+ If you add terms to a covered work in accord with this section, you
389
+ must place, in the relevant source files, a statement of the
390
+ additional terms that apply to those files, or a notice indicating
391
+ where to find the applicable terms.
392
+
393
+ Additional terms, permissive or non-permissive, may be stated in the
394
+ form of a separately written license, or stated as exceptions;
395
+ the above requirements apply either way.
396
+
397
+ 8. Termination.
398
+
399
+ You may not propagate or modify a covered work except as expressly
400
+ provided under this License. Any attempt otherwise to propagate or
401
+ modify it is void, and will automatically terminate your rights under
402
+ this License (including any patent licenses granted under the third
403
+ paragraph of section 11).
404
+
405
+ However, if you cease all violation of this License, then your
406
+ license from a particular copyright holder is reinstated (a)
407
+ provisionally, unless and until the copyright holder explicitly and
408
+ finally terminates your license, and (b) permanently, if the copyright
409
+ holder fails to notify you of the violation by some reasonable means
410
+ prior to 60 days after the cessation.
411
+
412
+ Moreover, your license from a particular copyright holder is
413
+ reinstated permanently if the copyright holder notifies you of the
414
+ violation by some reasonable means, this is the first time you have
415
+ received notice of violation of this License (for any work) from that
416
+ copyright holder, and you cure the violation prior to 30 days after
417
+ your receipt of the notice.
418
+
419
+ Termination of your rights under this section does not terminate the
420
+ licenses of parties who have received copies or rights from you under
421
+ this License. If your rights have been terminated and not permanently
422
+ reinstated, you do not qualify to receive new licenses for the same
423
+ material under section 10.
424
+
425
+ 9. Acceptance Not Required for Having Copies.
426
+
427
+ You are not required to accept this License in order to receive or
428
+ run a copy of the Program. Ancillary propagation of a covered work
429
+ occurring solely as a consequence of using peer-to-peer transmission
430
+ to receive a copy likewise does not require acceptance. However,
431
+ nothing other than this License grants you permission to propagate or
432
+ modify any covered work. These actions infringe copyright if you do
433
+ not accept this License. Therefore, by modifying or propagating a
434
+ covered work, you indicate your acceptance of this License to do so.
435
+
436
+ 10. Automatic Licensing of Downstream Recipients.
437
+
438
+ Each time you convey a covered work, the recipient automatically
439
+ receives a license from the original licensors, to run, modify and
440
+ propagate that work, subject to this License. You are not responsible
441
+ for enforcing compliance by third parties with this License.
442
+
443
+ An "entity transaction" is a transaction transferring control of an
444
+ organization, or substantially all assets of one, or subdividing an
445
+ organization, or merging organizations. If propagation of a covered
446
+ work results from an entity transaction, each party to that
447
+ transaction who receives a copy of the work also receives whatever
448
+ licenses to the work the party's predecessor in interest had or could
449
+ give under the previous paragraph, plus a right to possession of the
450
+ Corresponding Source of the work from the predecessor in interest, if
451
+ the predecessor has it or can get it with reasonable efforts.
452
+
453
+ You may not impose any further restrictions on the exercise of the
454
+ rights granted or affirmed under this License. For example, you may
455
+ not impose a license fee, royalty, or other charge for exercise of
456
+ rights granted under this License, and you may not initiate litigation
457
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
458
+ any patent claim is infringed by making, using, selling, offering for
459
+ sale, or importing the Program or any portion of it.
460
+
461
+ 11. Patents.
462
+
463
+ A "contributor" is a copyright holder who authorizes use under this
464
+ License of the Program or a work on which the Program is based. The
465
+ work thus licensed is called the contributor's "contributor version".
466
+
467
+ A contributor's "essential patent claims" are all patent claims
468
+ owned or controlled by the contributor, whether already acquired or
469
+ hereafter acquired, that would be infringed by some manner, permitted
470
+ by this License, of making, using, or selling its contributor version,
471
+ but do not include claims that would be infringed only as a
472
+ consequence of further modification of the contributor version. For
473
+ purposes of this definition, "control" includes the right to grant
474
+ patent sublicenses in a manner consistent with the requirements of
475
+ this License.
476
+
477
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
478
+ patent license under the contributor's essential patent claims, to
479
+ make, use, sell, offer for sale, import and otherwise run, modify and
480
+ propagate the contents of its contributor version.
481
+
482
+ In the following three paragraphs, a "patent license" is any express
483
+ agreement or commitment, however denominated, not to enforce a patent
484
+ (such as an express permission to practice a patent or covenant not to
485
+ sue for patent infringement). To "grant" such a patent license to a
486
+ party means to make such an agreement or commitment not to enforce a
487
+ patent against the party.
488
+
489
+ If you convey a covered work, knowingly relying on a patent license,
490
+ and the Corresponding Source of the work is not available for anyone
491
+ to copy, free of charge and under the terms of this License, through a
492
+ publicly available network server or other readily accessible means,
493
+ then you must either (1) cause the Corresponding Source to be so
494
+ available, or (2) arrange to deprive yourself of the benefit of the
495
+ patent license for this particular work, or (3) arrange, in a manner
496
+ consistent with the requirements of this License, to extend the patent
497
+ license to downstream recipients. "Knowingly relying" means you have
498
+ actual knowledge that, but for the patent license, your conveying the
499
+ covered work in a country, or your recipient's use of the covered work
500
+ in a country, would infringe one or more identifiable patents in that
501
+ country that you have reason to believe are valid.
502
+
503
+ If, pursuant to or in connection with a single transaction or
504
+ arrangement, you convey, or propagate by procuring conveyance of, a
505
+ covered work, and grant a patent license to some of the parties
506
+ receiving the covered work authorizing them to use, propagate, modify
507
+ or convey a specific copy of the covered work, then the patent license
508
+ you grant is automatically extended to all recipients of the covered
509
+ work and works based on it.
510
+
511
+ A patent license is "discriminatory" if it does not include within
512
+ the scope of its coverage, prohibits the exercise of, or is
513
+ conditioned on the non-exercise of one or more of the rights that are
514
+ specifically granted under this License. You may not convey a covered
515
+ work if you are a party to an arrangement with a third party that is
516
+ in the business of distributing software, under which you make payment
517
+ to the third party based on the extent of your activity of conveying
518
+ the work, and under which the third party grants, to any of the
519
+ parties who would receive the covered work from you, a discriminatory
520
+ patent license (a) in connection with copies of the covered work
521
+ conveyed by you (or copies made from those copies), or (b) primarily
522
+ for and in connection with specific products or compilations that
523
+ contain the covered work, unless you entered into that arrangement,
524
+ or that patent license was granted, prior to 28 March 2007.
525
+
526
+ Nothing in this License shall be construed as excluding or limiting
527
+ any implied license or other defenses to infringement that may
528
+ otherwise be available to you under applicable patent law.
529
+
530
+ 12. No Surrender of Others' Freedom.
531
+
532
+ If conditions are imposed on you (whether by court order, agreement or
533
+ otherwise) that contradict the conditions of this License, they do not
534
+ excuse you from the conditions of this License. If you cannot convey a
535
+ covered work so as to satisfy simultaneously your obligations under this
536
+ License and any other pertinent obligations, then as a consequence you may
537
+ not convey it at all. For example, if you agree to terms that obligate you
538
+ to collect a royalty for further conveying from those to whom you convey
539
+ the Program, the only way you could satisfy both those terms and this
540
+ License would be to refrain entirely from conveying the Program.
541
+
542
+ 13. Remote Network Interaction; Use with the GNU General Public License.
543
+
544
+ Notwithstanding any other provision of this License, if you modify the
545
+ Program, your modified version must prominently offer all users
546
+ interacting with it remotely through a computer network (if your version
547
+ supports such interaction) an opportunity to receive the Corresponding
548
+ Source of your version by providing access to the Corresponding Source
549
+ from a network server at no charge, through some standard or customary
550
+ means of facilitating copying of software. This Corresponding Source
551
+ shall include the Corresponding Source for any work covered by version 3
552
+ of the GNU General Public License that is incorporated pursuant to the
553
+ following paragraph.
554
+
555
+ Notwithstanding any other provision of this License, you have
556
+ permission to link or combine any covered work with a work licensed
557
+ under version 3 of the GNU General Public License into a single
558
+ combined work, and to convey the resulting work. The terms of this
559
+ License will continue to apply to the part which is the covered work,
560
+ but the work with which it is combined will remain governed by version
561
+ 3 of the GNU General Public License.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU Affero General Public License from time to time. Such new versions
567
+ will be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU Affero General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU Affero General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU Affero General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ <one line to give the program's name and a brief idea of what it does.>
635
+ Copyright (C) <year> <name of author>
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU Affero General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU Affero General Public License for more details.
646
+
647
+ You should have received a copy of the GNU Affero General Public License
648
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If your software can interact with users remotely through a computer
653
+ network, you should also make sure that it provides a way for users to
654
+ get its source. For example, if your program is a web application, its
655
+ interface could display a "Source" link that leads users to an archive
656
+ of the code. There are many ways you could offer source, and different
657
+ solutions will be better for different programs; see section 13 for the
658
+ specific requirements.
659
+
660
+ You should also get your employer (if you work as a programmer) or school,
661
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
662
+ For more information on this, and how to apply and follow the GNU AGPL, see
663
+ <https://www.gnu.org/licenses/>.
drive/MyDrive/AI_PICS/stable-diffusion-webui/README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Stable Diffusion web UI
2
+ A web interface for Stable Diffusion, implemented using Gradio library.
3
+
4
+ ![](screenshot.png)
5
+
6
+ ## Features
7
+ [Detailed feature showcase with images](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features):
8
+ - Original txt2img and img2img modes
9
+ - One click install and run script (but you still must install python and git)
10
+ - Outpainting
11
+ - Inpainting
12
+ - Color Sketch
13
+ - Prompt Matrix
14
+ - Stable Diffusion Upscale
15
+ - Attention, specify parts of text that the model should pay more attention to
16
+ - a man in a `((tuxedo))` - will pay more attention to tuxedo
17
+ - a man in a `(tuxedo:1.21)` - alternative syntax
18
+ - select text and press `Ctrl+Up` or `Ctrl+Down` (or `Command+Up` or `Command+Down` if you're on a MacOS) to automatically adjust attention to selected text (code contributed by anonymous user)
19
+ - Loopback, run img2img processing multiple times
20
+ - X/Y/Z plot, a way to draw a 3 dimensional plot of images with different parameters
21
+ - Textual Inversion
22
+ - have as many embeddings as you want and use any names you like for them
23
+ - use multiple embeddings with different numbers of vectors per token
24
+ - works with half precision floating point numbers
25
+ - train embeddings on 8GB (also reports of 6GB working)
26
+ - Extras tab with:
27
+ - GFPGAN, neural network that fixes faces
28
+ - CodeFormer, face restoration tool as an alternative to GFPGAN
29
+ - RealESRGAN, neural network upscaler
30
+ - ESRGAN, neural network upscaler with a lot of third party models
31
+ - SwinIR and Swin2SR ([see here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2092)), neural network upscalers
32
+ - LDSR, Latent diffusion super resolution upscaling
33
+ - Resizing aspect ratio options
34
+ - Sampling method selection
35
+ - Adjust sampler eta values (noise multiplier)
36
+ - More advanced noise setting options
37
+ - Interrupt processing at any time
38
+ - 4GB video card support (also reports of 2GB working)
39
+ - Correct seeds for batches
40
+ - Live prompt token length validation
41
+ - Generation parameters
42
+ - parameters you used to generate images are saved with that image
43
+ - in PNG chunks for PNG, in EXIF for JPEG
44
+ - can drag the image to PNG info tab to restore generation parameters and automatically copy them into UI
45
+ - can be disabled in settings
46
+ - drag and drop an image/text-parameters to promptbox
47
+ - Read Generation Parameters Button, loads parameters in promptbox to UI
48
+ - Settings page
49
+ - Running arbitrary python code from UI (must run with `--allow-code` to enable)
50
+ - Mouseover hints for most UI elements
51
+ - Possible to change defaults/mix/max/step values for UI elements via text config
52
+ - Tiling support, a checkbox to create images that can be tiled like textures
53
+ - Progress bar and live image generation preview
54
+ - Can use a separate neural network to produce previews with almost none VRAM or compute requirement
55
+ - Negative prompt, an extra text field that allows you to list what you don't want to see in generated image
56
+ - Styles, a way to save part of prompt and easily apply them via dropdown later
57
+ - Variations, a way to generate same image but with tiny differences
58
+ - Seed resizing, a way to generate same image but at slightly different resolution
59
+ - CLIP interrogator, a button that tries to guess prompt from an image
60
+ - Prompt Editing, a way to change prompt mid-generation, say to start making a watermelon and switch to anime girl midway
61
+ - Batch Processing, process a group of files using img2img
62
+ - Img2img Alternative, reverse Euler method of cross attention control
63
+ - Highres Fix, a convenience option to produce high resolution pictures in one click without usual distortions
64
+ - Reloading checkpoints on the fly
65
+ - Checkpoint Merger, a tab that allows you to merge up to 3 checkpoints into one
66
+ - [Custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts) with many extensions from community
67
+ - [Composable-Diffusion](https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/), a way to use multiple prompts at once
68
+ - separate prompts using uppercase `AND`
69
+ - also supports weights for prompts: `a cat :1.2 AND a dog AND a penguin :2.2`
70
+ - No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
71
+ - DeepDanbooru integration, creates danbooru style tags for anime prompts
72
+ - [xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add `--xformers` to commandline args)
73
+ - via extension: [History tab](https://github.com/yfszzx/stable-diffusion-webui-images-browser): view, direct and delete images conveniently within the UI
74
+ - Generate forever option
75
+ - Training tab
76
+ - hypernetworks and embeddings options
77
+ - Preprocessing images: cropping, mirroring, autotagging using BLIP or deepdanbooru (for anime)
78
+ - Clip skip
79
+ - Hypernetworks
80
+ - Loras (same as Hypernetworks but more pretty)
81
+ - A separate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
82
+ - Can select to load a different VAE from settings screen
83
+ - Estimated completion time in progress bar
84
+ - API
85
+ - Support for dedicated [inpainting model](https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion) by RunwayML
86
+ - via extension: [Aesthetic Gradients](https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients), a way to generate images with a specific aesthetic by using clip images embeds (implementation of [https://github.com/vicgalle/stable-diffusion-aesthetic-gradients](https://github.com/vicgalle/stable-diffusion-aesthetic-gradients))
87
+ - [Stable Diffusion 2.0](https://github.com/Stability-AI/stablediffusion) support - see [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#stable-diffusion-20) for instructions
88
+ - [Alt-Diffusion](https://arxiv.org/abs/2211.06679) support - see [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alt-diffusion) for instructions
89
+ - Now without any bad letters!
90
+ - Load checkpoints in safetensors format
91
+ - Eased resolution restriction: generated image's dimensions must be a multiple of 8 rather than 64
92
+ - Now with a license!
93
+ - Reorder elements in the UI from settings screen
94
+ - [Segmind Stable Diffusion](https://huggingface.co/segmind/SSD-1B) support
95
+
96
+ ## Installation and Running
97
+ Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for:
98
+ - [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended)
99
+ - [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
100
+ - [Intel CPUs, Intel GPUs (both integrated and discrete)](https://github.com/openvinotoolkit/stable-diffusion-webui/wiki/Installation-on-Intel-Silicon) (external wiki page)
101
+
102
+ Alternatively, use online services (like Google Colab):
103
+
104
+ - [List of Online Services](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services)
105
+
106
+ ### Installation on Windows 10/11 with NVidia-GPUs using release package
107
+ 1. Download `sd.webui.zip` from [v1.0.0-pre](https://github.com/AUTOMATIC1111/stable-diffusion-webui/releases/tag/v1.0.0-pre) and extract its contents.
108
+ 2. Run `update.bat`.
109
+ 3. Run `run.bat`.
110
+ > For more details see [Install-and-Run-on-NVidia-GPUs](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs)
111
+
112
+ ### Automatic Installation on Windows
113
+ 1. Install [Python 3.10.6](https://www.python.org/downloads/release/python-3106/) (Newer version of Python does not support torch), checking "Add Python to PATH".
114
+ 2. Install [git](https://git-scm.com/download/win).
115
+ 3. Download the stable-diffusion-webui repository, for example by running `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git`.
116
+ 4. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
117
+
118
+ ### Automatic Installation on Linux
119
+ 1. Install the dependencies:
120
+ ```bash
121
+ # Debian-based:
122
+ sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
123
+ # Red Hat-based:
124
+ sudo dnf install wget git python3 gperftools-libs libglvnd-glx
125
+ # openSUSE-based:
126
+ sudo zypper install wget git python3 libtcmalloc4 libglvnd
127
+ # Arch-based:
128
+ sudo pacman -S wget git python3
129
+ ```
130
+ 2. Navigate to the directory you would like the webui to be installed and execute the following command:
131
+ ```bash
132
+ wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
133
+ ```
134
+ 3. Run `webui.sh`.
135
+ 4. Check `webui-user.sh` for options.
136
+ ### Installation on Apple Silicon
137
+
138
+ Find the instructions [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon).
139
+
140
+ ## Contributing
141
+ Here's how to add code to this repo: [Contributing](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing)
142
+
143
+ ## Documentation
144
+
145
+ The documentation was moved from this README over to the project's [wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki).
146
+
147
+ For the purposes of getting Google and other search engines to crawl the wiki, here's a link to the (not for humans) [crawlable wiki](https://github-wiki-see.page/m/AUTOMATIC1111/stable-diffusion-webui/wiki).
148
+
149
+ ## Credits
150
+ Licenses for borrowed code can be found in `Settings -> Licenses` screen, and also in `html/licenses.html` file.
151
+
152
+ - Stable Diffusion - https://github.com/Stability-AI/stablediffusion, https://github.com/CompVis/taming-transformers
153
+ - k-diffusion - https://github.com/crowsonkb/k-diffusion.git
154
+ - Spandrel - https://github.com/chaiNNer-org/spandrel implementing
155
+ - GFPGAN - https://github.com/TencentARC/GFPGAN.git
156
+ - CodeFormer - https://github.com/sczhou/CodeFormer
157
+ - ESRGAN - https://github.com/xinntao/ESRGAN
158
+ - SwinIR - https://github.com/JingyunLiang/SwinIR
159
+ - Swin2SR - https://github.com/mv-lab/swin2sr
160
+ - LDSR - https://github.com/Hafiidz/latent-diffusion
161
+ - MiDaS - https://github.com/isl-org/MiDaS
162
+ - Ideas for optimizations - https://github.com/basujindal/stable-diffusion
163
+ - Cross Attention layer optimization - Doggettx - https://github.com/Doggettx/stable-diffusion, original idea for prompt editing.
164
+ - Cross Attention layer optimization - InvokeAI, lstein - https://github.com/invoke-ai/InvokeAI (originally http://github.com/lstein/stable-diffusion)
165
+ - Sub-quadratic Cross Attention layer optimization - Alex Birch (https://github.com/Birch-san/diffusers/pull/1), Amin Rezaei (https://github.com/AminRezaei0x443/memory-efficient-attention)
166
+ - Textual Inversion - Rinon Gal - https://github.com/rinongal/textual_inversion (we're not using his code, but we are using his ideas).
167
+ - Idea for SD upscale - https://github.com/jquesnelle/txt2imghd
168
+ - Noise generation for outpainting mk2 - https://github.com/parlance-zz/g-diffuser-bot
169
+ - CLIP interrogator idea and borrowing some code - https://github.com/pharmapsychotic/clip-interrogator
170
+ - Idea for Composable Diffusion - https://github.com/energy-based-model/Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch
171
+ - xformers - https://github.com/facebookresearch/xformers
172
+ - DeepDanbooru - interrogator for anime diffusers https://github.com/KichangKim/DeepDanbooru
173
+ - Sampling in float32 precision from a float16 UNet - marunine for the idea, Birch-san for the example Diffusers implementation (https://github.com/Birch-san/diffusers-play/tree/92feee6)
174
+ - Instruct pix2pix - Tim Brooks (star), Aleksander Holynski (star), Alexei A. Efros (no star) - https://github.com/timothybrooks/instruct-pix2pix
175
+ - Security advice - RyotaK
176
+ - UniPC sampler - Wenliang Zhao - https://github.com/wl-zhao/UniPC
177
+ - TAESD - Ollin Boer Bohan - https://github.com/madebyollin/taesd
178
+ - LyCORIS - KohakuBlueleaf
179
+ - Restart sampling - lambertae - https://github.com/Newbeeer/diffusion_restart_sampling
180
+ - Hypertile - tfernd - https://github.com/tfernd/HyperTile
181
+ - Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
182
+ - (You)
drive/MyDrive/AI_PICS/stable-diffusion-webui/__pycache__/launch.cpython-310.pyc ADDED
Binary file (1.09 kB). View file
 
drive/MyDrive/AI_PICS/stable-diffusion-webui/__pycache__/webui.cpython-310.pyc ADDED
Binary file (3.9 kB). View file
 
drive/MyDrive/AI_PICS/stable-diffusion-webui/cache.json ADDED
The diff for this file is too large to render. See raw diff
 
drive/MyDrive/AI_PICS/stable-diffusion-webui/config.json ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ldsr_steps": 100,
3
+ "ldsr_cached": false,
4
+ "SCUNET_tile": 256,
5
+ "SCUNET_tile_overlap": 8,
6
+ "SWIN_tile": 192,
7
+ "SWIN_tile_overlap": 8,
8
+ "SWIN_torch_compile": false,
9
+ "hypertile_enable_unet": false,
10
+ "hypertile_enable_unet_secondpass": false,
11
+ "hypertile_max_depth_unet": 3,
12
+ "hypertile_max_tile_unet": 256,
13
+ "hypertile_swap_size_unet": 3,
14
+ "hypertile_enable_vae": false,
15
+ "hypertile_max_depth_vae": 3,
16
+ "hypertile_max_tile_vae": 128,
17
+ "hypertile_swap_size_vae": 3,
18
+ "ad_max_models": 2,
19
+ "ad_extra_models_dir": "",
20
+ "ad_save_previews": false,
21
+ "ad_save_images_before": false,
22
+ "ad_only_seleted_scripts": true,
23
+ "ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip,soft_inpainting",
24
+ "ad_bbox_sortby": "None",
25
+ "ad_same_seed_for_each_tap": false,
26
+ "sd_model_checkpoint": "furryblend_v10.safetensors [62c81c6a5e]",
27
+ "sd_checkpoint_hash": "62c81c6a5e9a613c258f600bfb7e4ad3cbac5abceef1d01faab283efa1a0aacb",
28
+ "disabled_extensions": [],
29
+ "disable_all_extensions": "none",
30
+ "use_aria2": true,
31
+ "disable_dns": false,
32
+ "show_log": false,
33
+ "split_aria2": 64,
34
+ "aria2_flags": "",
35
+ "unpack_zip": false,
36
+ "save_api_info": false,
37
+ "auto_save_all_img": false,
38
+ "custom_api_key": "beac4c2cef3ec0b61f92e57a86a04d9e",
39
+ "hide_early_access": true,
40
+ "use_LORA": true,
41
+ "dot_subfolders": true,
42
+ "use_local_html": false,
43
+ "local_path_in_html": false,
44
+ "page_header": false,
45
+ "video_playback": true,
46
+ "individual_meta_btn": true,
47
+ "model_desc_to_json": true,
48
+ "civitai_not_found_print": true,
49
+ "civitai_send_to_browser": false,
50
+ "image_location": "",
51
+ "sub_image_location": true,
52
+ "save_to_custom": false,
53
+ "custom_civitai_proxy": "",
54
+ "cabundle_path_proxy": "",
55
+ "disable_sll_proxy": false,
56
+ "insert_sub_1": false,
57
+ "insert_sub_2": false,
58
+ "insert_sub_3": false,
59
+ "insert_sub_4": false,
60
+ "insert_sub_5": false,
61
+ "insert_sub_6": false,
62
+ "insert_sub_7": false,
63
+ "insert_sub_8": false,
64
+ "insert_sub_9": false,
65
+ "insert_sub_10": false,
66
+ "insert_sub_11": false,
67
+ "insert_sub_12": false,
68
+ "insert_sub_13": false,
69
+ "insert_sub_14": false,
70
+ "Checkpoint_subfolder": "None",
71
+ "LORA_LoCon_subfolder": "None",
72
+ "TextualInversion_subfolder": "None",
73
+ "Poses_subfolder": "None",
74
+ "Controlnet_subfolder": "None",
75
+ "Hypernetwork_subfolder": "None",
76
+ "MotionModule_subfolder": "None",
77
+ "SWINIR_upscale_subfolder": "None",
78
+ "REALESRGAN_upscale_subfolder": "None",
79
+ "GFPGAN_upscale_subfolder": "None",
80
+ "BSRGAN_upscale_subfolder": "None",
81
+ "ESRGAN_upscale_subfolder": "None",
82
+ "VAE_subfolder": "None",
83
+ "AestheticGradient_subfolder": "None",
84
+ "Wildcards_subfolder": "None",
85
+ "Workflows_subfolder": "None",
86
+ "Other_subfolder": "None",
87
+ "outdir_samples": "",
88
+ "outdir_txt2img_samples": "output/txt2img-images",
89
+ "outdir_img2img_samples": "output/img2img-images",
90
+ "outdir_extras_samples": "output/extras-images",
91
+ "outdir_grids": "",
92
+ "outdir_txt2img_grids": "output/txt2img-grids",
93
+ "outdir_img2img_grids": "output/img2img-grids",
94
+ "outdir_save": "log/images",
95
+ "outdir_init_images": "output/init-images",
96
+ "samples_save": true,
97
+ "samples_format": "png",
98
+ "samples_filename_pattern": "",
99
+ "save_images_add_number": true,
100
+ "save_images_replace_action": "Replace",
101
+ "grid_save": true,
102
+ "grid_format": "png",
103
+ "grid_extended_filename": false,
104
+ "grid_only_if_multiple": true,
105
+ "grid_prevent_empty_spots": false,
106
+ "grid_zip_filename_pattern": "",
107
+ "n_rows": -1,
108
+ "font": "",
109
+ "grid_text_active_color": "#000000",
110
+ "grid_text_inactive_color": "#999999",
111
+ "grid_background_color": "#ffffff",
112
+ "save_images_before_face_restoration": false,
113
+ "save_images_before_highres_fix": false,
114
+ "save_images_before_color_correction": false,
115
+ "save_mask": false,
116
+ "save_mask_composite": false,
117
+ "jpeg_quality": 80,
118
+ "webp_lossless": false,
119
+ "export_for_4chan": true,
120
+ "img_downscale_threshold": 4.0,
121
+ "target_side_length": 4000.0,
122
+ "img_max_size_mp": 200.0,
123
+ "use_original_name_batch": true,
124
+ "use_upscaler_name_as_suffix": false,
125
+ "save_selected_only": true,
126
+ "save_init_img": false,
127
+ "temp_dir": "",
128
+ "clean_temp_dir_at_start": false,
129
+ "save_incomplete_images": false,
130
+ "notification_audio": true,
131
+ "notification_volume": 100,
132
+ "save_to_dirs": true,
133
+ "grid_save_to_dirs": true,
134
+ "use_save_to_dirs_for_ui": false,
135
+ "directories_filename_pattern": "[date]",
136
+ "directories_max_prompt_words": 8,
137
+ "auto_backcompat": true,
138
+ "use_old_emphasis_implementation": false,
139
+ "use_old_karras_scheduler_sigmas": false,
140
+ "no_dpmpp_sde_batch_determinism": false,
141
+ "use_old_hires_fix_width_height": false,
142
+ "dont_fix_second_order_samplers_schedule": false,
143
+ "hires_fix_use_firstpass_conds": false,
144
+ "use_old_scheduling": false,
145
+ "use_downcasted_alpha_bar": false,
146
+ "lora_functional": false,
147
+ "extra_networks_show_hidden_directories": true,
148
+ "extra_networks_dir_button_function": false,
149
+ "extra_networks_hidden_models": "When searched",
150
+ "extra_networks_default_multiplier": 1,
151
+ "extra_networks_card_width": 0.0,
152
+ "extra_networks_card_height": 0.0,
153
+ "extra_networks_card_text_scale": 1,
154
+ "extra_networks_card_show_desc": true,
155
+ "extra_networks_card_description_is_html": false,
156
+ "extra_networks_card_order_field": "Path",
157
+ "extra_networks_card_order": "Ascending",
158
+ "extra_networks_tree_view_default_enabled": false,
159
+ "extra_networks_add_text_separator": " ",
160
+ "ui_extra_networks_tab_reorder": "",
161
+ "textual_inversion_print_at_load": false,
162
+ "textual_inversion_add_hashes_to_infotext": true,
163
+ "sd_hypernetwork": "None",
164
+ "sd_lora": "None",
165
+ "lora_preferred_name": "Alias from file",
166
+ "lora_add_hashes_to_infotext": true,
167
+ "lora_show_all": false,
168
+ "lora_hide_unknown_for_versions": [],
169
+ "lora_in_memory_limit": 0,
170
+ "lora_not_found_warning_console": false,
171
+ "lora_not_found_gradio_warning": false,
172
+ "cross_attention_optimization": "Automatic",
173
+ "s_min_uncond": 0,
174
+ "token_merging_ratio": 0,
175
+ "token_merging_ratio_img2img": 0,
176
+ "token_merging_ratio_hr": 0,
177
+ "pad_cond_uncond": false,
178
+ "pad_cond_uncond_v0": false,
179
+ "persistent_cond_cache": true,
180
+ "batch_cond_uncond": true,
181
+ "fp8_storage": "Disable",
182
+ "cache_fp16_weight": false,
183
+ "hide_samplers": [],
184
+ "eta_ddim": 0,
185
+ "eta_ancestral": 1,
186
+ "ddim_discretize": "uniform",
187
+ "s_churn": 0,
188
+ "s_tmin": 0,
189
+ "s_tmax": 0,
190
+ "s_noise": 1,
191
+ "k_sched_type": "Automatic",
192
+ "sigma_min": 0.0,
193
+ "sigma_max": 0.0,
194
+ "rho": 0.0,
195
+ "eta_noise_seed_delta": 0,
196
+ "always_discard_next_to_last_sigma": false,
197
+ "sgm_noise_multiplier": false,
198
+ "uni_pc_variant": "bh1",
199
+ "uni_pc_skip_type": "time_uniform",
200
+ "uni_pc_order": 3,
201
+ "uni_pc_lower_order_final": true,
202
+ "sd_noise_schedule": "Default",
203
+ "sd_checkpoints_limit": 1,
204
+ "sd_checkpoints_keep_in_cpu": true,
205
+ "sd_checkpoint_cache": 0,
206
+ "sd_unet": "Automatic",
207
+ "enable_quantization": false,
208
+ "emphasis": "Original",
209
+ "enable_batch_seeds": true,
210
+ "comma_padding_backtrack": 20,
211
+ "CLIP_stop_at_last_layers": 1,
212
+ "upcast_attn": false,
213
+ "randn_source": "GPU",
214
+ "tiling": false,
215
+ "hires_fix_refiner_pass": "second pass",
216
+ "enable_prompt_comments": true,
217
+ "sdxl_crop_top": 0.0,
218
+ "sdxl_crop_left": 0.0,
219
+ "sdxl_refiner_low_aesthetic_score": 2.5,
220
+ "sdxl_refiner_high_aesthetic_score": 6.0,
221
+ "sd_vae_checkpoint_cache": 0,
222
+ "sd_vae": "Automatic",
223
+ "sd_vae_overrides_per_model_preferences": true,
224
+ "auto_vae_precision_bfloat16": false,
225
+ "auto_vae_precision": true,
226
+ "sd_vae_encode_method": "Full",
227
+ "sd_vae_decode_method": "Full",
228
+ "inpainting_mask_weight": 1,
229
+ "initial_noise_multiplier": 1,
230
+ "img2img_extra_noise": 0,
231
+ "img2img_color_correction": false,
232
+ "img2img_fix_steps": false,
233
+ "img2img_background_color": "#ffffff",
234
+ "img2img_editor_height": 720,
235
+ "img2img_sketch_default_brush_color": "#ffffff",
236
+ "img2img_inpaint_mask_brush_color": "#ffffff",
237
+ "img2img_inpaint_sketch_default_brush_color": "#ffffff",
238
+ "return_mask": false,
239
+ "return_mask_composite": false,
240
+ "img2img_batch_show_results_limit": 32,
241
+ "overlay_inpaint": true,
242
+ "return_grid": true,
243
+ "do_not_show_images": false,
244
+ "js_modal_lightbox": true,
245
+ "js_modal_lightbox_initially_zoomed": true,
246
+ "js_modal_lightbox_gamepad": false,
247
+ "js_modal_lightbox_gamepad_repeat": 250.0,
248
+ "sd_webui_modal_lightbox_icon_opacity": 1,
249
+ "sd_webui_modal_lightbox_toolbar_opacity": 0.9,
250
+ "gallery_height": "",
251
+ "open_dir_button_choice": "Subdirectory",
252
+ "enable_pnginfo": true,
253
+ "save_txt": false,
254
+ "add_model_name_to_info": true,
255
+ "add_model_hash_to_info": true,
256
+ "add_vae_name_to_info": true,
257
+ "add_vae_hash_to_info": true,
258
+ "add_user_name_to_info": false,
259
+ "add_version_to_infotext": true,
260
+ "disable_weights_auto_swap": true,
261
+ "infotext_skip_pasting": [],
262
+ "infotext_styles": "Apply if any",
263
+ "show_progressbar": true,
264
+ "live_previews_enable": true,
265
+ "live_previews_image_format": "png",
266
+ "show_progress_grid": true,
267
+ "show_progress_every_n_steps": 10,
268
+ "show_progress_type": "Approx NN",
269
+ "live_preview_allow_lowvram_full": false,
270
+ "live_preview_content": "Prompt",
271
+ "live_preview_refresh_period": 1000.0,
272
+ "live_preview_fast_interrupt": false,
273
+ "js_live_preview_in_modal_lightbox": false,
274
+ "keyedit_precision_attention": 0.1,
275
+ "keyedit_precision_extra": 0.05,
276
+ "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ",
277
+ "keyedit_delimiters_whitespace": [
278
+ "Tab",
279
+ "Carriage Return",
280
+ "Line Feed"
281
+ ],
282
+ "keyedit_move": true,
283
+ "disable_token_counters": false,
284
+ "include_styles_into_token_counters": true,
285
+ "extra_options_txt2img": [],
286
+ "extra_options_img2img": [],
287
+ "extra_options_cols": 1,
288
+ "extra_options_accordion": false,
289
+ "compact_prompt_box": false,
290
+ "samplers_in_dropdown": true,
291
+ "dimensions_and_batch_together": true,
292
+ "sd_checkpoint_dropdown_use_short": false,
293
+ "hires_fix_show_sampler": false,
294
+ "hires_fix_show_prompts": false,
295
+ "txt2img_settings_accordion": false,
296
+ "img2img_settings_accordion": false,
297
+ "interrupt_after_current": true,
298
+ "localization": "None",
299
+ "quicksettings_list": [
300
+ "sd_model_checkpoint"
301
+ ],
302
+ "ui_tab_order": [],
303
+ "hidden_tabs": [],
304
+ "ui_reorder_list": [],
305
+ "gradio_theme": "Default",
306
+ "gradio_themes_cache": true,
307
+ "show_progress_in_title": true,
308
+ "send_seed": true,
309
+ "send_size": true,
310
+ "api_enable_requests": true,
311
+ "api_forbid_local_requests": true,
312
+ "api_useragent": "",
313
+ "auto_launch_browser": "Local",
314
+ "enable_console_prompts": false,
315
+ "show_warnings": false,
316
+ "show_gradio_deprecation_warnings": true,
317
+ "memmon_poll_rate": 8,
318
+ "samples_log_stdout": false,
319
+ "multiple_tqdm": true,
320
+ "enable_upscale_progressbar": true,
321
+ "print_hypernet_extra": false,
322
+ "list_hidden_files": true,
323
+ "disable_mmap_load_safetensors": false,
324
+ "hide_ldm_prints": true,
325
+ "dump_stacks_on_signal": false,
326
+ "face_restoration": false,
327
+ "face_restoration_model": "CodeFormer",
328
+ "code_former_weight": 0.5,
329
+ "face_restoration_unload": false,
330
+ "postprocessing_enable_in_main_ui": [],
331
+ "postprocessing_operation_order": [],
332
+ "upscaling_max_images_in_cache": 5,
333
+ "postprocessing_existing_caption_action": "Ignore",
334
+ "ESRGAN_tile": 192,
335
+ "ESRGAN_tile_overlap": 8,
336
+ "realesrgan_enabled_models": [
337
+ "R-ESRGAN 4x+",
338
+ "R-ESRGAN 4x+ Anime6B"
339
+ ],
340
+ "dat_enabled_models": [
341
+ "DAT x2",
342
+ "DAT x3",
343
+ "DAT x4"
344
+ ],
345
+ "DAT_tile": 192,
346
+ "DAT_tile_overlap": 8,
347
+ "unload_models_when_training": false,
348
+ "pin_memory": false,
349
+ "save_optimizer_state": false,
350
+ "save_training_settings_to_txt": true,
351
+ "dataset_filename_word_regex": "",
352
+ "dataset_filename_join_string": " ",
353
+ "training_image_repeats_per_epoch": 1,
354
+ "training_write_csv_every": 500.0,
355
+ "training_xattention_optimizations": false,
356
+ "training_enable_tensorboard": false,
357
+ "training_tensorboard_save_images": false,
358
+ "training_tensorboard_flush_every": 120.0,
359
+ "canvas_hotkey_zoom": "Alt",
360
+ "canvas_hotkey_adjust": "Ctrl",
361
+ "canvas_hotkey_shrink_brush": "Q",
362
+ "canvas_hotkey_grow_brush": "W",
363
+ "canvas_hotkey_move": "F",
364
+ "canvas_hotkey_fullscreen": "S",
365
+ "canvas_hotkey_reset": "R",
366
+ "canvas_hotkey_overlap": "O",
367
+ "canvas_show_tooltip": true,
368
+ "canvas_auto_expand": true,
369
+ "canvas_blur_prompt": false,
370
+ "canvas_disabled_functions": [
371
+ "Overlap"
372
+ ],
373
+ "interrogate_keep_models_in_memory": false,
374
+ "interrogate_return_ranks": false,
375
+ "interrogate_clip_num_beams": 1,
376
+ "interrogate_clip_min_length": 24,
377
+ "interrogate_clip_max_length": 48,
378
+ "interrogate_clip_dict_limit": 1500.0,
379
+ "interrogate_clip_skip_categories": [],
380
+ "interrogate_deepbooru_score_threshold": 0.5,
381
+ "deepbooru_sort_alpha": true,
382
+ "deepbooru_use_spaces": true,
383
+ "deepbooru_escape": true,
384
+ "deepbooru_filter_tags": ""
385
+ }
drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/alt-diffusion-inference.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 1.0e-04
3
+ target: ldm.models.diffusion.ddpm.LatentDiffusion
4
+ params:
5
+ linear_start: 0.00085
6
+ linear_end: 0.0120
7
+ num_timesteps_cond: 1
8
+ log_every_t: 200
9
+ timesteps: 1000
10
+ first_stage_key: "jpg"
11
+ cond_stage_key: "txt"
12
+ image_size: 64
13
+ channels: 4
14
+ cond_stage_trainable: false # Note: different from the one we trained before
15
+ conditioning_key: crossattn
16
+ monitor: val/loss_simple_ema
17
+ scale_factor: 0.18215
18
+ use_ema: False
19
+
20
+ scheduler_config: # 10000 warmup steps
21
+ target: ldm.lr_scheduler.LambdaLinearScheduler
22
+ params:
23
+ warm_up_steps: [ 10000 ]
24
+ cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
25
+ f_start: [ 1.e-6 ]
26
+ f_max: [ 1. ]
27
+ f_min: [ 1. ]
28
+
29
+ unet_config:
30
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
31
+ params:
32
+ image_size: 32 # unused
33
+ in_channels: 4
34
+ out_channels: 4
35
+ model_channels: 320
36
+ attention_resolutions: [ 4, 2, 1 ]
37
+ num_res_blocks: 2
38
+ channel_mult: [ 1, 2, 4, 4 ]
39
+ num_heads: 8
40
+ use_spatial_transformer: True
41
+ transformer_depth: 1
42
+ context_dim: 768
43
+ use_checkpoint: True
44
+ legacy: False
45
+
46
+ first_stage_config:
47
+ target: ldm.models.autoencoder.AutoencoderKL
48
+ params:
49
+ embed_dim: 4
50
+ monitor: val/rec_loss
51
+ ddconfig:
52
+ double_z: true
53
+ z_channels: 4
54
+ resolution: 256
55
+ in_channels: 3
56
+ out_ch: 3
57
+ ch: 128
58
+ ch_mult:
59
+ - 1
60
+ - 2
61
+ - 4
62
+ - 4
63
+ num_res_blocks: 2
64
+ attn_resolutions: []
65
+ dropout: 0.0
66
+ lossconfig:
67
+ target: torch.nn.Identity
68
+
69
+ cond_stage_config:
70
+ target: modules.xlmr.BertSeriesModelWithTransformation
71
+ params:
72
+ name: "XLMR-Large"
drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/alt-diffusion-m18-inference.yaml ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 1.0e-04
3
+ target: ldm.models.diffusion.ddpm.LatentDiffusion
4
+ params:
5
+ linear_start: 0.00085
6
+ linear_end: 0.0120
7
+ num_timesteps_cond: 1
8
+ log_every_t: 200
9
+ timesteps: 1000
10
+ first_stage_key: "jpg"
11
+ cond_stage_key: "txt"
12
+ image_size: 64
13
+ channels: 4
14
+ cond_stage_trainable: false # Note: different from the one we trained before
15
+ conditioning_key: crossattn
16
+ monitor: val/loss_simple_ema
17
+ scale_factor: 0.18215
18
+ use_ema: False
19
+
20
+ scheduler_config: # 10000 warmup steps
21
+ target: ldm.lr_scheduler.LambdaLinearScheduler
22
+ params:
23
+ warm_up_steps: [ 10000 ]
24
+ cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
25
+ f_start: [ 1.e-6 ]
26
+ f_max: [ 1. ]
27
+ f_min: [ 1. ]
28
+
29
+ unet_config:
30
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
31
+ params:
32
+ image_size: 32 # unused
33
+ in_channels: 4
34
+ out_channels: 4
35
+ model_channels: 320
36
+ attention_resolutions: [ 4, 2, 1 ]
37
+ num_res_blocks: 2
38
+ channel_mult: [ 1, 2, 4, 4 ]
39
+ num_head_channels: 64
40
+ use_spatial_transformer: True
41
+ use_linear_in_transformer: True
42
+ transformer_depth: 1
43
+ context_dim: 1024
44
+ use_checkpoint: True
45
+ legacy: False
46
+
47
+ first_stage_config:
48
+ target: ldm.models.autoencoder.AutoencoderKL
49
+ params:
50
+ embed_dim: 4
51
+ monitor: val/rec_loss
52
+ ddconfig:
53
+ double_z: true
54
+ z_channels: 4
55
+ resolution: 256
56
+ in_channels: 3
57
+ out_ch: 3
58
+ ch: 128
59
+ ch_mult:
60
+ - 1
61
+ - 2
62
+ - 4
63
+ - 4
64
+ num_res_blocks: 2
65
+ attn_resolutions: []
66
+ dropout: 0.0
67
+ lossconfig:
68
+ target: torch.nn.Identity
69
+
70
+ cond_stage_config:
71
+ target: modules.xlmr_m18.BertSeriesModelWithTransformation
72
+ params:
73
+ name: "XLMR-Large"
drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/instruct-pix2pix.yaml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # File modified by authors of InstructPix2Pix from original (https://github.com/CompVis/stable-diffusion).
2
+ # See more details in LICENSE.
3
+
4
+ model:
5
+ base_learning_rate: 1.0e-04
6
+ target: modules.models.diffusion.ddpm_edit.LatentDiffusion
7
+ params:
8
+ linear_start: 0.00085
9
+ linear_end: 0.0120
10
+ num_timesteps_cond: 1
11
+ log_every_t: 200
12
+ timesteps: 1000
13
+ first_stage_key: edited
14
+ cond_stage_key: edit
15
+ # image_size: 64
16
+ # image_size: 32
17
+ image_size: 16
18
+ channels: 4
19
+ cond_stage_trainable: false # Note: different from the one we trained before
20
+ conditioning_key: hybrid
21
+ monitor: val/loss_simple_ema
22
+ scale_factor: 0.18215
23
+ use_ema: false
24
+
25
+ scheduler_config: # 10000 warmup steps
26
+ target: ldm.lr_scheduler.LambdaLinearScheduler
27
+ params:
28
+ warm_up_steps: [ 0 ]
29
+ cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
30
+ f_start: [ 1.e-6 ]
31
+ f_max: [ 1. ]
32
+ f_min: [ 1. ]
33
+
34
+ unet_config:
35
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
36
+ params:
37
+ image_size: 32 # unused
38
+ in_channels: 8
39
+ out_channels: 4
40
+ model_channels: 320
41
+ attention_resolutions: [ 4, 2, 1 ]
42
+ num_res_blocks: 2
43
+ channel_mult: [ 1, 2, 4, 4 ]
44
+ num_heads: 8
45
+ use_spatial_transformer: True
46
+ transformer_depth: 1
47
+ context_dim: 768
48
+ use_checkpoint: True
49
+ legacy: False
50
+
51
+ first_stage_config:
52
+ target: ldm.models.autoencoder.AutoencoderKL
53
+ params:
54
+ embed_dim: 4
55
+ monitor: val/rec_loss
56
+ ddconfig:
57
+ double_z: true
58
+ z_channels: 4
59
+ resolution: 256
60
+ in_channels: 3
61
+ out_ch: 3
62
+ ch: 128
63
+ ch_mult:
64
+ - 1
65
+ - 2
66
+ - 4
67
+ - 4
68
+ num_res_blocks: 2
69
+ attn_resolutions: []
70
+ dropout: 0.0
71
+ lossconfig:
72
+ target: torch.nn.Identity
73
+
74
+ cond_stage_config:
75
+ target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
76
+
77
+ data:
78
+ target: main.DataModuleFromConfig
79
+ params:
80
+ batch_size: 128
81
+ num_workers: 1
82
+ wrap: false
83
+ validation:
84
+ target: edit_dataset.EditDataset
85
+ params:
86
+ path: data/clip-filtered-dataset
87
+ cache_dir: data/
88
+ cache_name: data_10k
89
+ split: val
90
+ min_text_sim: 0.2
91
+ min_image_sim: 0.75
92
+ min_direction_sim: 0.2
93
+ max_samples_per_prompt: 1
94
+ min_resize_res: 512
95
+ max_resize_res: 512
96
+ crop_res: 512
97
+ output_as_edit: False
98
+ real_input: True
drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/sd_xl_inpaint.yaml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ target: sgm.models.diffusion.DiffusionEngine
3
+ params:
4
+ scale_factor: 0.13025
5
+ disable_first_stage_autocast: True
6
+
7
+ denoiser_config:
8
+ target: sgm.modules.diffusionmodules.denoiser.DiscreteDenoiser
9
+ params:
10
+ num_idx: 1000
11
+
12
+ weighting_config:
13
+ target: sgm.modules.diffusionmodules.denoiser_weighting.EpsWeighting
14
+ scaling_config:
15
+ target: sgm.modules.diffusionmodules.denoiser_scaling.EpsScaling
16
+ discretization_config:
17
+ target: sgm.modules.diffusionmodules.discretizer.LegacyDDPMDiscretization
18
+
19
+ network_config:
20
+ target: sgm.modules.diffusionmodules.openaimodel.UNetModel
21
+ params:
22
+ adm_in_channels: 2816
23
+ num_classes: sequential
24
+ use_checkpoint: True
25
+ in_channels: 9
26
+ out_channels: 4
27
+ model_channels: 320
28
+ attention_resolutions: [4, 2]
29
+ num_res_blocks: 2
30
+ channel_mult: [1, 2, 4]
31
+ num_head_channels: 64
32
+ use_spatial_transformer: True
33
+ use_linear_in_transformer: True
34
+ transformer_depth: [1, 2, 10] # note: the first is unused (due to attn_res starting at 2) 32, 16, 8 --> 64, 32, 16
35
+ context_dim: 2048
36
+ spatial_transformer_attn_type: softmax-xformers
37
+ legacy: False
38
+
39
+ conditioner_config:
40
+ target: sgm.modules.GeneralConditioner
41
+ params:
42
+ emb_models:
43
+ # crossattn cond
44
+ - is_trainable: False
45
+ input_key: txt
46
+ target: sgm.modules.encoders.modules.FrozenCLIPEmbedder
47
+ params:
48
+ layer: hidden
49
+ layer_idx: 11
50
+ # crossattn and vector cond
51
+ - is_trainable: False
52
+ input_key: txt
53
+ target: sgm.modules.encoders.modules.FrozenOpenCLIPEmbedder2
54
+ params:
55
+ arch: ViT-bigG-14
56
+ version: laion2b_s39b_b160k
57
+ freeze: True
58
+ layer: penultimate
59
+ always_return_pooled: True
60
+ legacy: False
61
+ # vector cond
62
+ - is_trainable: False
63
+ input_key: original_size_as_tuple
64
+ target: sgm.modules.encoders.modules.ConcatTimestepEmbedderND
65
+ params:
66
+ outdim: 256 # multiplied by two
67
+ # vector cond
68
+ - is_trainable: False
69
+ input_key: crop_coords_top_left
70
+ target: sgm.modules.encoders.modules.ConcatTimestepEmbedderND
71
+ params:
72
+ outdim: 256 # multiplied by two
73
+ # vector cond
74
+ - is_trainable: False
75
+ input_key: target_size_as_tuple
76
+ target: sgm.modules.encoders.modules.ConcatTimestepEmbedderND
77
+ params:
78
+ outdim: 256 # multiplied by two
79
+
80
+ first_stage_config:
81
+ target: sgm.models.autoencoder.AutoencoderKLInferenceWrapper
82
+ params:
83
+ embed_dim: 4
84
+ monitor: val/rec_loss
85
+ ddconfig:
86
+ attn_type: vanilla-xformers
87
+ double_z: true
88
+ z_channels: 4
89
+ resolution: 256
90
+ in_channels: 3
91
+ out_ch: 3
92
+ ch: 128
93
+ ch_mult: [1, 2, 4, 4]
94
+ num_res_blocks: 2
95
+ attn_resolutions: []
96
+ dropout: 0.0
97
+ lossconfig:
98
+ target: torch.nn.Identity
drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/v1-inference.yaml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 1.0e-04
3
+ target: ldm.models.diffusion.ddpm.LatentDiffusion
4
+ params:
5
+ linear_start: 0.00085
6
+ linear_end: 0.0120
7
+ num_timesteps_cond: 1
8
+ log_every_t: 200
9
+ timesteps: 1000
10
+ first_stage_key: "jpg"
11
+ cond_stage_key: "txt"
12
+ image_size: 64
13
+ channels: 4
14
+ cond_stage_trainable: false # Note: different from the one we trained before
15
+ conditioning_key: crossattn
16
+ monitor: val/loss_simple_ema
17
+ scale_factor: 0.18215
18
+ use_ema: False
19
+
20
+ scheduler_config: # 10000 warmup steps
21
+ target: ldm.lr_scheduler.LambdaLinearScheduler
22
+ params:
23
+ warm_up_steps: [ 10000 ]
24
+ cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
25
+ f_start: [ 1.e-6 ]
26
+ f_max: [ 1. ]
27
+ f_min: [ 1. ]
28
+
29
+ unet_config:
30
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
31
+ params:
32
+ image_size: 32 # unused
33
+ in_channels: 4
34
+ out_channels: 4
35
+ model_channels: 320
36
+ attention_resolutions: [ 4, 2, 1 ]
37
+ num_res_blocks: 2
38
+ channel_mult: [ 1, 2, 4, 4 ]
39
+ num_heads: 8
40
+ use_spatial_transformer: True
41
+ transformer_depth: 1
42
+ context_dim: 768
43
+ use_checkpoint: True
44
+ legacy: False
45
+
46
+ first_stage_config:
47
+ target: ldm.models.autoencoder.AutoencoderKL
48
+ params:
49
+ embed_dim: 4
50
+ monitor: val/rec_loss
51
+ ddconfig:
52
+ double_z: true
53
+ z_channels: 4
54
+ resolution: 256
55
+ in_channels: 3
56
+ out_ch: 3
57
+ ch: 128
58
+ ch_mult:
59
+ - 1
60
+ - 2
61
+ - 4
62
+ - 4
63
+ num_res_blocks: 2
64
+ attn_resolutions: []
65
+ dropout: 0.0
66
+ lossconfig:
67
+ target: torch.nn.Identity
68
+
69
+ cond_stage_config:
70
+ target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
drive/MyDrive/AI_PICS/stable-diffusion-webui/configs/v1-inpainting-inference.yaml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ model:
2
+ base_learning_rate: 7.5e-05
3
+ target: ldm.models.diffusion.ddpm.LatentInpaintDiffusion
4
+ params:
5
+ linear_start: 0.00085
6
+ linear_end: 0.0120
7
+ num_timesteps_cond: 1
8
+ log_every_t: 200
9
+ timesteps: 1000
10
+ first_stage_key: "jpg"
11
+ cond_stage_key: "txt"
12
+ image_size: 64
13
+ channels: 4
14
+ cond_stage_trainable: false # Note: different from the one we trained before
15
+ conditioning_key: hybrid # important
16
+ monitor: val/loss_simple_ema
17
+ scale_factor: 0.18215
18
+ finetune_keys: null
19
+
20
+ scheduler_config: # 10000 warmup steps
21
+ target: ldm.lr_scheduler.LambdaLinearScheduler
22
+ params:
23
+ warm_up_steps: [ 2500 ] # NOTE for resuming. use 10000 if starting from scratch
24
+ cycle_lengths: [ 10000000000000 ] # incredibly large number to prevent corner cases
25
+ f_start: [ 1.e-6 ]
26
+ f_max: [ 1. ]
27
+ f_min: [ 1. ]
28
+
29
+ unet_config:
30
+ target: ldm.modules.diffusionmodules.openaimodel.UNetModel
31
+ params:
32
+ image_size: 32 # unused
33
+ in_channels: 9 # 4 data + 4 downscaled image + 1 mask
34
+ out_channels: 4
35
+ model_channels: 320
36
+ attention_resolutions: [ 4, 2, 1 ]
37
+ num_res_blocks: 2
38
+ channel_mult: [ 1, 2, 4, 4 ]
39
+ num_heads: 8
40
+ use_spatial_transformer: True
41
+ transformer_depth: 1
42
+ context_dim: 768
43
+ use_checkpoint: True
44
+ legacy: False
45
+
46
+ first_stage_config:
47
+ target: ldm.models.autoencoder.AutoencoderKL
48
+ params:
49
+ embed_dim: 4
50
+ monitor: val/rec_loss
51
+ ddconfig:
52
+ double_z: true
53
+ z_channels: 4
54
+ resolution: 256
55
+ in_channels: 3
56
+ out_ch: 3
57
+ ch: 128
58
+ ch_mult:
59
+ - 1
60
+ - 2
61
+ - 4
62
+ - 4
63
+ num_res_blocks: 2
64
+ attn_resolutions: []
65
+ dropout: 0.0
66
+ lossconfig:
67
+ target: torch.nn.Identity
68
+
69
+ cond_stage_config:
70
+ target: ldm.modules.encoders.modules.FrozenCLIPEmbedder
drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/Place Textual Inversion embeddings here.txt ADDED
File without changes
drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.html ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <head>
3
+
4
+ <meta charset="UTF-8">
5
+ <link rel="stylesheet" type="text/css" href="/content/drive/MyDrive/AI_PICS/stable-diffusion-webui/extensions/sd-civitai-browser-plus/style_html.css">
6
+ </head>
7
+ <div class="model-block">
8
+ <h2><a href=https://civitai.com/models/87781 target="_blank" id="model_header">Boring_e621 Negative Embedding: Enhance Images Stylistically AND Topically</a></h2>
9
+ <h3 class="model-uploader">Uploaded by <a href="https://civitai.com/user/FoodDesert" target="_blank">FoodDesert</a><div class="avatar"><img src=https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2bbfbe7f-8c45-43f5-ab04-cb1c30fb4155/width=96/FoodDesert.jpeg></div></h3>
10
+ <div class="civitai-version-info" style="display:flex; flex-wrap:wrap; justify-content:space-between;">
11
+ <dl id="info_block">
12
+ <dt>Version</dt>
13
+ <dd>v4.0</dd>
14
+ <dt>Base Model</dt>
15
+ <dd>SD 1.4</dd>
16
+ <dt>CivitAI Tags</dt>
17
+ <dd>
18
+ <div class="civitai-tags-container">
19
+ <span class="civitai-tag">negative</span><span class="civitai-tag">negative embedding</span><span class="civitai-tag">textual inversion</span><span class="civitai-tag">embedding</span><span class="civitai-tag">tool</span>
20
+ </div>
21
+ </dd>
22
+ <dt>Download Link</dt>
23
+ <dd><a href=https://civitai.com/api/download/models/94126 target="_blank">https://civitai.com/api/download/models/94126</a></dd>
24
+ </dl>
25
+ <div style="align-self:center; min-width:320px;">
26
+ <div>
27
+ <p style="line-height: 2; font-weight: bold;"><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Use the model without crediting the creator<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Sell images they generate<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Run on services that generate images for money<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Run on Civitai<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Share merges using this model<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="red"><path d="M18 6l-12 12"></path><path d="M6 6l12 12"></path></svg></span> Sell this model or merges using this model<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="red"><path d="M18 6l-12 12"></path><path d="M6 6l12 12"></path></svg></span> Have different permissions when sharing merges</p>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ <input type="checkbox" id="civitai-description" class="description-toggle-checkbox">
32
+ <div class="model-description">
33
+ <h2>Description</h2>
34
+ <p>This is a download site for the negative embedding boring_e621. Its original huggingface repository, which goes into more detail about how it was trained and what it does, can be found <a target="_blank" rel="ugc" href="https://huggingface.co/FoodDesert/boring_e621">here</a>.</p><p></p><p>Briefly, This embedding attempts to capture what it means for an image to be uninteresting. So if you're using the <a target="_blank" rel="ugc" href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Automatic1111 Stable Diffusion WebUI</a>, you can place this file in stable-diffusion-webui\embeddings and add the trigger word to your NEGATIVE prompt, and your results should become more interesting, both stylistically and topically.</p><p></p><p>The title image for this model illustrates the quality improvements it can make to four simple prompts in the base SD 1.5 model. In the first column, for example, boring_e621_v4 makes the hamburger more photorealistic, places it on a cocobolo table, freshens the vegetables, and adds a slice of cheese and an order of fries.</p><p></p><p>As this embedding is known for its ability to improve furry art specifically, the second image illustrates the improvements it yields on four simple prompts on <a target="_blank" rel="ugc" href="https://huggingface.co/Doubleyobro/yiffy-e18/tree/main">YE-18</a>, a model appearing in many furry mix models.</p><p></p><p>Which version should I get?</p><ul><li><p><strong>boring_e621_v4</strong> (newest and works best with most non-furry models)</p></li><li><p>boring_e621_fluffyrock_v4 (May work best on models with <a target="_blank" rel="ugc" href="https://civitai.com/models/92450">Fluffyrock</a> in their ancestry, which includes most popular furry models)</p></li><li><p>boring_e621 (works well with most models, but is less intense than v4)</p></li></ul><p></p><p>Each of the Suggested Resource models below has specifically been reported to produce great results with one of these embeddings.</p>
35
+ </div>
36
+ <label for="civitai-description" class="description-toggle-label"></label>
37
+ </div>
38
+ <div align=center><div class="sampleimgs"><input type="radio" name="zoomRadio" id="resetZoom" class="zoom-radio" checked>
39
+ <div class="model-block" style="display:flex;align-items:flex-start;">
40
+ <div class="civitai-image-container">
41
+ <input type="radio" name="zoomRadio" id="zoomRadio0" class="zoom-radio">
42
+ <label for="zoomRadio0" class="zoom-img-container">
43
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7feae94-dbc0-46c4-8861-68938b56c676/width=2432/1114352.jpeg">
44
+ </label>
45
+ <label for="resetZoom" class="zoom-overlay"></label>
46
+
47
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
48
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f7feae94-dbc0-46c4-8861-68938b56c676/width=2432/1114352.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
49
+ </div></div>
50
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>|a hamburger|a landscape|king tut|an aquarium|</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>|.|by boring_e621|boring_e621_v4|</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>Euler a</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>25</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>7</dd></div></dl></div></div>
51
+ <div class="model-block" style="display:flex;align-items:flex-start;">
52
+ <div class="civitai-image-container">
53
+ <input type="radio" name="zoomRadio" id="zoomRadio1" class="zoom-radio">
54
+ <label for="zoomRadio1" class="zoom-img-container">
55
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44feaf23-361c-4583-b61d-54790ccae4aa/width=2432/1188006.jpeg">
56
+ </label>
57
+ <label for="resetZoom" class="zoom-overlay"></label>
58
+
59
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
60
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/44feaf23-361c-4583-b61d-54790ccae4aa/width=2432/1188006.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
61
+ </div></div>
62
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>safe content,anthro,clothed, |fox,male|porcupine,female|robot,male|cactus,female|</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>|.|by boring_e621|boring_e621_v4|, explict content,questionable content</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>Euler a</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>25</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>7</dd></div></dl></div></div>
63
+ <div class="model-block" style="display:flex;align-items:flex-start;">
64
+ <div class="civitai-image-container">
65
+ <input type="radio" name="zoomRadio" id="zoomRadio2" class="zoom-radio">
66
+ <label for="zoomRadio2" class="zoom-img-container">
67
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e2f73c-4cbe-47fb-a369-b2f12e3d8edf/width=704/1253450.jpeg">
68
+ </label>
69
+ <label for="resetZoom" class="zoom-overlay"></label>
70
+
71
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
72
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/49e2f73c-4cbe-47fb-a369-b2f12e3d8edf/width=704/1253450.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
73
+ </div></div>
74
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>cervid, mammal, female, blue fur, white fur, countershading, young, feral, blue eyes, big eyes, selfie, looking at viewer, cemetery, tombstone, scut tail, realistic custom_embed, tears, mascara, running mascara, insincere,sad,
75
+ BREAK &lt;|startoftext|&gt; by lunalei, by fivel, by bonifasko, by leonid afremov</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>boring_e621_v4, Unspeakable-Horrors-Composition-4v, antlers, breasts, smile</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Seed', this)"><dt>Seed</dt><dd>1028250437</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Size', this)"><dt>Size</dt><dd>704x512</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>Euler a</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>25</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>5</dd></div>
76
+ <div class="tabs">
77
+ <div class="tab">
78
+ <input type="checkbox" class="accordionCheckbox" id="chck2">
79
+ <label class="tab-label" for="chck2">More details...</label>
80
+ <div class="tab-content" style="gap:10px;display:grid;margin-left:1px;">
81
+ <div class="civitai-meta"><dt>Version</dt><dd>v1.3.0</dd></div><div class="civitai-meta"><dt>Resources</dt><dd>[]</dd></div><div class="civitai-meta"><dt>Model hash</dt><dd>2ef17dd96c</dd></div></div></div></div></dl></div></div>
82
+ <div class="model-block" style="display:flex;align-items:flex-start;">
83
+ <div class="civitai-image-container">
84
+ <input type="radio" name="zoomRadio" id="zoomRadio3" class="zoom-radio">
85
+ <label for="zoomRadio3" class="zoom-img-container">
86
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb23349-893a-4107-a585-42cceadb44ff/width=704/1114571.jpeg">
87
+ </label>
88
+ <label for="resetZoom" class="zoom-overlay"></label>
89
+
90
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
91
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/aeb23349-893a-4107-a585-42cceadb44ff/width=704/1114571.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
92
+ </div></div>
93
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>savory, hamburger, meat, cheese, (foodporn:0.7)
94
+ &lt;lora:add_detail:1&gt; &lt;lora:FoodPorn_v2_:1&gt;</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>boring_e621_v4</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Seed', this)"><dt>Seed</dt><dd>2903854202</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Size', this)"><dt>Size</dt><dd>704x512</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>Euler a</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>25</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>7</dd></div>
95
+ <div class="tabs">
96
+ <div class="tab">
97
+ <input type="checkbox" class="accordionCheckbox" id="chck3">
98
+ <label class="tab-label" for="chck3">More details...</label>
99
+ <div class="tab-content" style="gap:10px;display:grid;margin-left:1px;">
100
+ <div class="civitai-meta"><dt>Version</dt><dd>v1.3.0</dd></div><div class="civitai-meta"><dt>Resources</dt><dd>[{&#x27;name&#x27;: &#x27;add_detail&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}, {&#x27;name&#x27;: &#x27;FoodPorn_v2_&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}]</dd></div><div class="civitai-meta"><dt>Model hash</dt><dd>5e579a0d89</dd></div><div class="civitai-meta"><dt>&quot;add_detail</dt><dd>7c6bad76eb54</dd></div><div class="civitai-meta"><dt>Foodporn_v2_</dt><dd>fd34c6b6b877&quot;</dd></div></div></div></div></dl></div></div>
101
+ <div class="model-block" style="display:flex;align-items:flex-start;">
102
+ <div class="civitai-image-container">
103
+ <input type="radio" name="zoomRadio" id="zoomRadio4" class="zoom-radio">
104
+ <label for="zoomRadio4" class="zoom-img-container">
105
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c32e3f17-05e2-4823-9335-613fd9b864f2/width=704/1739175.jpeg">
106
+ </label>
107
+ <label for="resetZoom" class="zoom-overlay"></label>
108
+ </div></div>
109
+ <div class="model-block" style="display:flex;align-items:flex-start;">
110
+ <div class="civitai-image-container">
111
+ <input type="radio" name="zoomRadio" id="zoomRadio5" class="zoom-radio">
112
+ <label for="zoomRadio5" class="zoom-img-container">
113
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/b1c5f2f5-b093-4a6a-9670-73eeef9d646d/width=2187/1739211.jpeg">
114
+ </label>
115
+ <label for="resetZoom" class="zoom-overlay"></label>
116
+ </div></div>
117
+ <div class="model-block" style="display:flex;align-items:flex-start;">
118
+ <div class="civitai-image-container">
119
+ <input type="radio" name="zoomRadio" id="zoomRadio6" class="zoom-radio">
120
+ <label for="zoomRadio6" class="zoom-img-container">
121
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b0e4c7e-c3f8-46af-8652-b3f788b0b7a0/width=768/1993737.jpeg">
122
+ </label>
123
+ <label for="resetZoom" class="zoom-overlay"></label>
124
+
125
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
126
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1b0e4c7e-c3f8-46af-8652-b3f788b0b7a0/width=768/1993737.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
127
+ </div></div>
128
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>foodporn, savory, meat, ribs, barbecue sauce
129
+ &lt;lora:FoodPorn_v2_:1&gt; &lt;lora:more_details:1&gt;</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>boring_e621_v4,Unspeakable-Horrors-Composition-4v</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Seed', this)"><dt>Seed</dt><dd>1630692557</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Size', this)"><dt>Size</dt><dd>768x512</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>DPM++ 2M SDE Karras</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>30</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>5</dd></div>
130
+ <div class="tabs">
131
+ <div class="tab">
132
+ <input type="checkbox" class="accordionCheckbox" id="chck6">
133
+ <label class="tab-label" for="chck6">More details...</label>
134
+ <div class="tab-content" style="gap:10px;display:grid;margin-left:1px;">
135
+ <div class="civitai-meta"><dt>Hashes</dt><dd>{&#x27;vae&#x27;: &#x27;c6a580b13a&#x27;, &#x27;model&#x27;: &#x27;5e579a0d89&#x27;, &#x27;lora:add_detail&#x27;: &#x27;47aaaf0d29&#x27;, &#x27;lora:more_details&#x27;: &#x27;d9cf2f88de&#x27;, &#x27;embed:boring_e621_v4&#x27;: &#x27;f9b806505b&#x27;}</dd></div><div class="civitai-meta"><dt>Version</dt><dd>v1.4.0</dd></div><div class="civitai-meta"><dt>Resources</dt><dd>[{&#x27;name&#x27;: &#x27;FoodPorn_v2_&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}, {&#x27;name&#x27;: &#x27;add_detail&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 0}, {&#x27;name&#x27;: &#x27;more_details&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}]</dd></div><div class="civitai-meta"><dt>Model hash</dt><dd>5e579a0d89</dd></div><div class="civitai-meta"><dt>Add_detail</dt><dd>7c6bad76eb54</dd></div><div class="civitai-meta"><dt>Cfg rescale</dt><dd>0.7</dd></div><div class="civitai-meta"><dt>More_details</dt><dd>3b8aa1d351ef&quot;</dd></div><div class="civitai-meta"><dt>&quot;foodporn_v2_</dt><dd>fd34c6b6b877</dd></div></div></div></div></dl></div></div>
136
+ <div class="model-block" style="display:flex;align-items:flex-start;">
137
+ <div class="civitai-image-container">
138
+ <input type="radio" name="zoomRadio" id="zoomRadio7" class="zoom-radio">
139
+ <label for="zoomRadio7" class="zoom-img-container">
140
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a083b610-87c6-4e34-9061-99d71f8a2483/width=768/1993738.jpeg">
141
+ </label>
142
+ <label for="resetZoom" class="zoom-overlay"></label>
143
+
144
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
145
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a083b610-87c6-4e34-9061-99d71f8a2483/width=768/1993738.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
146
+ </div></div>
147
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>[Babe the Pig:foodporn, savory, meat, ribs, barbecue sauce, pork sculture:0.4]
148
+ &lt;lora:FoodPorn_v2_:1&gt; &lt;lora:more_details:1&gt;</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>boring_e621_v4,Unspeakable-Horrors-Composition-4v</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Seed', this)"><dt>Seed</dt><dd>167240207</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Size', this)"><dt>Size</dt><dd>768x512</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>DPM++ 2M SDE Karras</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>30</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>5</dd></div>
149
+ <div class="tabs">
150
+ <div class="tab">
151
+ <input type="checkbox" class="accordionCheckbox" id="chck7">
152
+ <label class="tab-label" for="chck7">More details...</label>
153
+ <div class="tab-content" style="gap:10px;display:grid;margin-left:1px;">
154
+ <div class="civitai-meta"><dt>Hashes</dt><dd>{&#x27;vae&#x27;: &#x27;c6a580b13a&#x27;, &#x27;model&#x27;: &#x27;5e579a0d89&#x27;, &#x27;lora:add_detail&#x27;: &#x27;47aaaf0d29&#x27;, &#x27;lora:more_details&#x27;: &#x27;d9cf2f88de&#x27;, &#x27;embed:boring_e621_v4&#x27;: &#x27;f9b806505b&#x27;}</dd></div><div class="civitai-meta"><dt>Version</dt><dd>v1.4.0</dd></div><div class="civitai-meta"><dt>Resources</dt><dd>[{&#x27;name&#x27;: &#x27;FoodPorn_v2_&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}, {&#x27;name&#x27;: &#x27;add_detail&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 0}, {&#x27;name&#x27;: &#x27;more_details&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}]</dd></div><div class="civitai-meta"><dt>Model hash</dt><dd>5e579a0d89</dd></div><div class="civitai-meta"><dt>Add_detail</dt><dd>7c6bad76eb54</dd></div><div class="civitai-meta"><dt>Cfg rescale</dt><dd>0.7</dd></div><div class="civitai-meta"><dt>More_details</dt><dd>3b8aa1d351ef&quot;</dd></div><div class="civitai-meta"><dt>&quot;foodporn_v2_</dt><dd>fd34c6b6b877</dd></div></div></div></div></dl></div></div>
155
+ <div class="model-block" style="display:flex;align-items:flex-start;">
156
+ <div class="civitai-image-container">
157
+ <input type="radio" name="zoomRadio" id="zoomRadio8" class="zoom-radio">
158
+ <label for="zoomRadio8" class="zoom-img-container">
159
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88bdb3ef-c79a-48d6-a577-b5eb786d1b57/width=1408/2142002.jpeg">
160
+ </label>
161
+ <label for="resetZoom" class="zoom-overlay"></label>
162
+
163
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
164
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/88bdb3ef-c79a-48d6-a577-b5eb786d1b57/width=1408/2142002.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
165
+ </div></div>
166
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>A (kawaii squirrel:1.0) bathing in a bowl of spaghetti. [:(foodporn:1.0), pasta, spaghetti, cheese, parmesan, cream, alfredo sauce, shrimp, olive oil, fresh basil, cherry tomatoes:0.1]. cherry blossoms, action scene, fine china, anime, cel shading, dramatic
167
+ &lt;lora:FoodPorn_v2:1.0&gt; &lt;lora:more_details:0&gt;</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>boring_e621_v4,Unspeakable-Horrors-Composition-4v,antlers
168
+ &lt;lora:FoodPorn_v2:1.0&gt; &lt;lora:more_details:0&gt;</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Seed', this)"><dt>Seed</dt><dd>1020811836</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Size', this)"><dt>Size</dt><dd>704x512</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>DPM++ 2M SDE Karras</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>30</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>5</dd></div>
169
+ <div class="tabs">
170
+ <div class="tab">
171
+ <input type="checkbox" class="accordionCheckbox" id="chck8">
172
+ <label class="tab-label" for="chck8">More details...</label>
173
+ <div class="tab-content" style="gap:10px;display:grid;margin-left:1px;">
174
+ <div class="civitai-meta"><dt>Hashes</dt><dd>{&#x27;vae&#x27;: &#x27;c6a580b13a&#x27;, &#x27;model&#x27;: &#x27;5e579a0d89&#x27;, &#x27;lora:FoodPorn_v2&#x27;: &#x27;dfc8b3bdb0&#x27;, &#x27;lora:more_details&#x27;: &#x27;d9cf2f88de&#x27;, &#x27;embed:boring_e621_v4&#x27;: &#x27;f9b806505b&#x27;}</dd></div><div class="civitai-meta"><dt>Version</dt><dd>v1.5.1</dd></div><div class="civitai-meta"><dt>Resources</dt><dd>[{&#x27;name&#x27;: &#x27;FoodPorn_v2&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}, {&#x27;name&#x27;: &#x27;more_details&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 0}]</dd></div><div class="civitai-meta"><dt>Model hash</dt><dd>5e579a0d89</dd></div><div class="civitai-meta"><dt>Cfg rescale</dt><dd>0.7</dd></div><div class="civitai-meta"><dt>&quot;foodporn_v2</dt><dd>fd34c6b6b877</dd></div><div class="civitai-meta"><dt>More_details</dt><dd>3b8aa1d351ef&quot;</dd></div><div class="civitai-meta"><dt>&quot;boring_e621_v4</dt><dd>f9b806505bc2</dd></div><div class="civitai-meta"><dt>Unspeakable-horrors-composition-4v</dt><dd>1e854da9de9c&quot;</dd></div></div></div></div></dl></div></div>
175
+ <div class="model-block" style="display:flex;align-items:flex-start;">
176
+ <div class="civitai-image-container">
177
+ <input type="radio" name="zoomRadio" id="zoomRadio9" class="zoom-radio">
178
+ <label for="zoomRadio9" class="zoom-img-container">
179
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc76ecb-6956-46ea-bf4b-2a4333f5f6c8/width=704/2141980.jpeg">
180
+ </label>
181
+ <label for="resetZoom" class="zoom-overlay"></label>
182
+
183
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
184
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8fc76ecb-6956-46ea-bf4b-2a4333f5f6c8/width=704/2141980.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
185
+ </div></div>
186
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>A (kawaii blue deer fawn:1.0) looking up at you from a bowl [:of spaghetti. (foodporn:1.0), meat, cheese, tomato sauce, italian, pasta:0.4]. &lt;&#x27;EM_1&#x27;&gt; , cherry blossoms, great library of alexandria
187
+ &lt;lora:FoodPorn_v2:1.0&gt;</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>boring_e621_v4,Unspeakable-Horrors-Composition-4v,antlers</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Seed', this)"><dt>Seed</dt><dd>1042278403</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Size', this)"><dt>Size</dt><dd>704x512</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>DPM++ 2M SDE Karras</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>30</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>5</dd></div>
188
+ <div class="tabs">
189
+ <div class="tab">
190
+ <input type="checkbox" class="accordionCheckbox" id="chck9">
191
+ <label class="tab-label" for="chck9">More details...</label>
192
+ <div class="tab-content" style="gap:10px;display:grid;margin-left:1px;">
193
+ <div class="civitai-meta"><dt>Hashes</dt><dd>{&#x27;vae&#x27;: &#x27;c6a580b13a&#x27;, &#x27;model&#x27;: &#x27;5e579a0d89&#x27;, &#x27;lora:FoodPorn_v2&#x27;: &#x27;dfc8b3bdb0&#x27;, &#x27;embed:boring_e621_v4&#x27;: &#x27;f9b806505b&#x27;}</dd></div><div class="civitai-meta"><dt>Version</dt><dd>v1.5.1</dd></div><div class="civitai-meta"><dt>Resources</dt><dd>[{&#x27;name&#x27;: &#x27;FoodPorn_v2&#x27;, &#x27;type&#x27;: &#x27;lora&#x27;, &#x27;weight&#x27;: 1}]</dd></div><div class="civitai-meta"><dt>Model hash</dt><dd>5e579a0d89</dd></div><div class="civitai-meta"><dt>Cfg rescale</dt><dd>0.7</dd></div><div class="civitai-meta"><dt>&quot;foodporn_v2</dt><dd>fd34c6b6b877&quot;</dd></div><div class="civitai-meta"><dt>Embeddingmerge</dt><dd>&lt;&#x27;EM_1&#x27;&gt;=&lt;&#x27;blue&#x27;+&#x27;fawn&#x27;&gt;</dd></div><div class="civitai-meta"><dt>&quot;boring_e621_v4</dt><dd>f9b806505bc2</dd></div><div class="civitai-meta"><dt>Unspeakable-horrors-composition-4v</dt><dd>1e854da9de9c&quot;</dd></div></div></div></div></dl></div></div></div></div>
194
+
drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation text": "boring_e621_fluffyrock_v4",
3
+ "description": "This is a download site for the negative embedding boring_e621. Its original huggingface repository, which goes into more detail about how it was trained and what it does, can be found here https://huggingface.co/FoodDesert/boring_e621.Briefly, This embedding attempts to capture what it means for an image to be uninteresting. So if you're using the Automatic1111 Stable Diffusion WebUI https://github.com/AUTOMATIC1111/stable-diffusion-webui, you can place this file in stable-diffusion-webui\\embeddings and add the trigger word to your NEGATIVE prompt, and your results should become more interesting, both stylistically and topically.The title image for this model illustrates the quality improvements it can make to four simple prompts in the base SD 1.5 model. In the first column, for example, boring_e621_v4 makes the hamburger more photorealistic, places it on a cocobolo table, freshens the vegetables, and adds a slice of cheese and an order of fries.As this embedding is known for its ability to improve furry art specifically, the second image illustrates the improvements it yields on four simple prompts on YE-18 https://huggingface.co/Doubleyobro/yiffy-e18/tree/main, a model appearing in many furry mix models.Which version should I get?boring_e621_v4 (newest and works best with most non-furry models)boring_e621_fluffyrock_v4 (May work best on models with Fluffyrock https://civitai.com/models/92450 in their ancestry, which includes most popular furry models)boring_e621 (works well with most models, but is less intense than v4)Each of the Suggested Resource models below has specifically been reported to produce great results with one of these embeddings.",
4
+ "sd version": "Other",
5
+ "modelId": 87781,
6
+ "sha256": "F80ED3FEE940257916656C72C21AA07B83E2C2C0E18ECEDD3EA98B8B556D39BE"
7
+ }
drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.preview.png ADDED
drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/boring_e621_fluffyrock_v4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80ed3fee940257916656c72c21aa07b83e2c2c0e18ecedd3ea98b8b556d39be
3
+ size 25697
drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/easynegative.html ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <head>
3
+
4
+ <meta charset="UTF-8">
5
+ <link rel="stylesheet" type="text/css" href="/content/drive/MyDrive/AI_PICS/stable-diffusion-webui/extensions/sd-civitai-browser-plus/style_html.css">
6
+ </head>
7
+ <div class="model-block">
8
+ <h2><a href=https://civitai.com/models/7808 target="_blank" id="model_header">EasyNegative</a></h2>
9
+ <h3 class="model-uploader">Uploaded by <a href="https://civitai.com/user/Havoc" target="_blank">Havoc</a><div class="avatar"><img src=https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/2da02a6c-ff45-4469-d64e-a2d8a4e75900/width=96/Havoc.jpeg></div></h3>
10
+ <div class="civitai-version-info" style="display:flex; flex-wrap:wrap; justify-content:space-between;">
11
+ <dl id="info_block">
12
+ <dt>Version</dt>
13
+ <dd>EasyNegative</dd>
14
+ <dt>Base Model</dt>
15
+ <dd>SD 1.5</dd>
16
+ <dt>CivitAI Tags</dt>
17
+ <dd>
18
+ <div class="civitai-tags-container">
19
+ <span class="civitai-tag">anime</span><span class="civitai-tag">negative</span><span class="civitai-tag">negative embedding</span><span class="civitai-tag">textual inversion</span><span class="civitai-tag">embedding</span><span class="civitai-tag">tool</span>
20
+ </div>
21
+ </dd>
22
+ <dt>Download Link</dt>
23
+ <dd><a href=https://civitai.com/api/download/models/9208 target="_blank">https://civitai.com/api/download/models/9208</a></dd>
24
+ </dl>
25
+ <div style="align-self:center; min-width:320px;">
26
+ <div>
27
+ <p style="line-height: 2; font-weight: bold;"><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Use the model without crediting the creator<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Sell images they generate<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Run on services that generate images for money<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Run on Civitai<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Share merges using this model<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="lime"><path d="M5 12l5 5l10 -10"></path></svg></span> Sell this model or merges using this model<br/><span style="display:inline-block;vertical-align:middle;"><svg width="15" height="15" viewBox="0 1.5 24 24" stroke-width="4" stroke-linecap="round" stroke="red"><path d="M18 6l-12 12"></path><path d="M6 6l12 12"></path></svg></span> Have different permissions when sharing merges</p>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ <input type="checkbox" id="civitai-description" class="description-toggle-checkbox">
32
+ <div class="model-description">
33
+ <h2>Description</h2>
34
+ <p><a target="_blank" rel="ugc" href="https://huggingface.co/datasets/gsdf/EasyNegative"><strong>Original Hugging Face Repository</strong></a><strong><br />Simply uploaded by me, all credit goes to </strong><a target="_blank" rel="ugc" href="https://huggingface.co/gsdf"><strong>https://huggingface.co/gsdf</strong></a><strong>.</strong><br /><strong>Counterfeit-V3 (which has 2.5 and 2.5 as well) on Civitai - </strong><a target="_blank" rel="ugc" href="https://civitai.com/models/4468/counterfeit-v25"><strong>https://civitai.com/models/4468/counterfeit-v25</strong></a><br /><strong>If you like this embedding, please consider taking the time to give the repository a like and browsing their other work on HuggingFace.</strong><br /></p><p><strong>This embedding should be used in your NEGATIVE prompt. Adjust the strength as desired (seems to scale well without any distortions), the strength required may vary based on positive and negative prompts. Use the EasyNegative_pt (PickleTensors) version if you are unable to use SafeTensors embeddings.</strong><br /><br /><strong>Samples are, in order:</strong></p><ol><li><p><strong>sample01 - Counterfeit-V2.0.safetensors</strong></p></li><li><p><strong>sample02 - AbyssOrangeMix2_sfw.safetensors</strong></p></li><li><p><strong>sample03 - anything-v4.0-pruned.safetensors</strong></p></li><li><p><strong>Strength comparison using AbyssOrangeMix2_sfw.</strong></p></li></ol><p><br /><strong>From Author</strong><br />"This is a Negative Embedding trained with Counterfeit. Please use it in the "\stable-diffusion-webui\embeddings" folder. It can be used with other models, but the effectiveness is not certain."</p>
35
+ </div>
36
+ <label for="civitai-description" class="description-toggle-label"></label>
37
+ </div>
38
+ <div align=center><div class="sampleimgs"><input type="radio" name="zoomRadio" id="resetZoom" class="zoom-radio" checked>
39
+ <div class="model-block" style="display:flex;align-items:flex-start;">
40
+ <div class="civitai-image-container">
41
+ <input type="radio" name="zoomRadio" id="zoomRadio0" class="zoom-radio">
42
+ <label for="zoomRadio0" class="zoom-img-container">
43
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a2505a48-8eed-4b12-b6a0-6a8ec7e0c600/width=3387/88246.jpeg">
44
+ </label>
45
+ <label for="resetZoom" class="zoom-overlay"></label>
46
+ </div></div>
47
+ <div class="model-block" style="display:flex;align-items:flex-start;">
48
+ <div class="civitai-image-container">
49
+ <input type="radio" name="zoomRadio" id="zoomRadio1" class="zoom-radio">
50
+ <label for="zoomRadio1" class="zoom-img-container">
51
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/945f1968-7fda-4512-0676-d41787befd00/width=3387/88248.jpeg">
52
+ </label>
53
+ <label for="resetZoom" class="zoom-overlay"></label>
54
+ </div></div>
55
+ <div class="model-block" style="display:flex;align-items:flex-start;">
56
+ <div class="civitai-image-container">
57
+ <input type="radio" name="zoomRadio" id="zoomRadio2" class="zoom-radio">
58
+ <label for="zoomRadio2" class="zoom-img-container">
59
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/027053dc-60f2-42c5-6373-64db78fbc100/width=3387/88273.jpeg">
60
+ </label>
61
+ <label for="resetZoom" class="zoom-overlay"></label>
62
+ </div></div>
63
+ <div class="model-block" style="display:flex;align-items:flex-start;">
64
+ <div class="civitai-image-container">
65
+ <input type="radio" name="zoomRadio" id="zoomRadio3" class="zoom-radio">
66
+ <label for="zoomRadio3" class="zoom-img-container">
67
+ <img data-sampleimg="true" src="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c1de243-daf4-413e-386e-d5b8a33e7e00/width=6656/88725.jpeg">
68
+ </label>
69
+ <label for="resetZoom" class="zoom-overlay"></label>
70
+
71
+ <div class="civitai_txt2img" style="margin-top:30px;margin-bottom:30px;">
72
+ <label onclick='sendImgUrl("https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c1de243-daf4-413e-386e-d5b8a33e7e00/width=6656/88725.jpeg")' class="civitai-txt2img-btn" style="max-width:fit-content;cursor:pointer;">Send to txt2img</label>
73
+ </div></div>
74
+ <div style="margin:1em 0em 1em 1em;text-align:left;line-height:1.5em;" id="image_info"><dl style="gap:10px; display:grid;"><div class="civitai-meta-btn" onclick="metaToTxt2Img('Prompt', this)"><dt>Prompt</dt><dd>absurdres, 1girl, ocean, railing, white dress, sun hat, smile, (realistic:0.75), (waving:0.9),</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Negative prompt', this)"><dt>Negative prompt</dt><dd>(EasyNegative:1.2), (monochrome:1.1), (greyscale),</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Seed', this)"><dt>Seed</dt><dd>3912355876</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Size', this)"><dt>Size</dt><dd>512x768</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Clip skip', this)"><dt>Clip skip</dt><dd>2</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Sampler', this)"><dt>Sampler</dt><dd>DPM++ 2M Karras</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('Steps', this)"><dt>Steps</dt><dd>30</dd></div><div class="civitai-meta-btn" onclick="metaToTxt2Img('CFG scale', this)"><dt>CFG scale</dt><dd>7</dd></div>
75
+ <div class="tabs">
76
+ <div class="tab">
77
+ <input type="checkbox" class="accordionCheckbox" id="chck3">
78
+ <label class="tab-label" for="chck3">More details...</label>
79
+ <div class="tab-content" style="gap:10px;display:grid;margin-left:1px;">
80
+ <div class="civitai-meta"><dt>Ensd</dt><dd>31337</dd></div><div class="civitai-meta"><dt>Script</dt><dd>X/Y/Z plot</dd></div><div class="civitai-meta"><dt>X type</dt><dd>Prompt S/R</dd></div><div class="civitai-meta"><dt>X values</dt><dd>&quot;(EasyNegative</dd></div><div class="civitai-meta"><dt>Resources</dt><dd>[]</dd></div><div class="civitai-meta"><dt>Model hash</dt><dd>b644d850c9</dd></div><div class="civitai-meta"><dt>(easynegative</dt><dd>0.1)</dd></div></div></div></div></dl></div></div></div></div>
81
+
drive/MyDrive/AI_PICS/stable-diffusion-webui/embeddings/easynegative.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation text": "easynegative",
3
+ "description": "Original Hugging Face Repository https://huggingface.co/datasets/gsdf/EasyNegativeSimply uploaded by me, all credit goes to https://huggingface.co/gsdf https://huggingface.co/gsdf.Counterfeit-V3 (which has 2.5 and 2.5 as well) on Civitai - https://civitai.com/models/4468/counterfeit-v25 https://civitai.com/models/4468/counterfeit-v25If you like this embedding, please consider taking the time to give the repository a like and browsing their other work on HuggingFace.This embedding should be used in your NEGATIVE prompt. Adjust the strength as desired (seems to scale well without any distortions), the strength required may vary based on positive and negative prompts. Use the EasyNegative_pt (PickleTensors) version if you are unable to use SafeTensors embeddings.Samples are, in order:sample01 - Counterfeit-V2.0.safetensorssample02 - AbyssOrangeMix2_sfw.safetensorssample03 - anything-v4.0-pruned.safetensorsStrength comparison using AbyssOrangeMix2_sfw.From Author\"This is a Negative Embedding trained with Counterfeit. Please use it in the \"\\stable-diffusion-webui\\embeddings\" folder. It can be used with other models, but the effectiveness is not certain.\"",
4
+ "sd version": "SD1",
5
+ "modelId": 7808,
6
+ "sha256": "C74B4E810B030F6B75FDE959E2DB678C268D07115B85356D3C0138BA5EB42340"
7
+ }