Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
S
Stable Diffusion Webui
管理
动态
成员
代码
仓库
分支
提交
标签
仓库图
比较修订版本
部署
模型注册表
分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
Hunter0726
Stable Diffusion Webui
提交
43f926aa
提交
43f926aa
编辑于
2 years ago
作者:
Gugubo
提交者:
AUTOMATIC1111
2 years ago
浏览文件
操作
下载
补丁
差异文件
Add option to prevent empty spots in grid (1/2)
上级
2fb9891a
No related branches found
No related tags found
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
modules/shared.py
+1
-0
1 个添加, 0 个删除
modules/shared.py
有
1 个添加
和
0 个删除
modules/shared.py
+
1
−
0
浏览文件 @
43f926aa
...
@@ -175,6 +175,7 @@ options_templates.update(options_section(('saving-images', "Saving images/grids"
...
@@ -175,6 +175,7 @@ options_templates.update(options_section(('saving-images', "Saving images/grids"
"
grid_format
"
:
OptionInfo
(
'
png
'
,
'
File format for grids
'
),
"
grid_format
"
:
OptionInfo
(
'
png
'
,
'
File format for grids
'
),
"
grid_extended_filename
"
:
OptionInfo
(
False
,
"
Add extended info (seed, prompt) to filename when saving grid
"
),
"
grid_extended_filename
"
:
OptionInfo
(
False
,
"
Add extended info (seed, prompt) to filename when saving grid
"
),
"
grid_only_if_multiple
"
:
OptionInfo
(
True
,
"
Do not save grids consisting of one picture
"
),
"
grid_only_if_multiple
"
:
OptionInfo
(
True
,
"
Do not save grids consisting of one picture
"
),
"
grid_prevent_empty_spots
"
:
OptionInfo
(
False
,
"
Prevent empty spots in grid (when set to autodetect)
"
),
"
n_rows
"
:
OptionInfo
(
-
1
,
"
Grid row count; use -1 for autodetect and 0 for it to be same as batch size
"
,
gr
.
Slider
,
{
"
minimum
"
:
-
1
,
"
maximum
"
:
16
,
"
step
"
:
1
}),
"
n_rows
"
:
OptionInfo
(
-
1
,
"
Grid row count; use -1 for autodetect and 0 for it to be same as batch size
"
,
gr
.
Slider
,
{
"
minimum
"
:
-
1
,
"
maximum
"
:
16
,
"
step
"
:
1
}),
"
enable_pnginfo
"
:
OptionInfo
(
True
,
"
Save text information about generation parameters as chunks to png files
"
),
"
enable_pnginfo
"
:
OptionInfo
(
True
,
"
Save text information about generation parameters as chunks to png files
"
),
...
...
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录