asian girl,small head,pretty girl,korean girl, ((slim body)),(small breasts),Dynamic angle,Dynamic pose,
模仿图片生成的机械娘
非常美丽。 直接复制粘贴图片就看在comfyUI中直接导出工作流。
1
(masterpiece, best quality, ultra-detailed), 1girl, petite body (158cm), (long straight black hair:1.3), slender eyes, (porcelain white skin with subtle mechanical texture:1.2), shy smile, (gentle yet dependent gaze:1.3), (engineer-style outfit:1.4) - white shirt with tie, brown tool skirt, (small gear-shaped accessories:1.2), (delicate repair marks on limbs:1.1), (soft mechanical glow on joints), standing beside vintage computer consoles, steampunk pipes and brass machinery in background, warm ambient lighting, holographic data panels floating nearby, (blend of organic and mechanical aesthetics:1.3),<otintin:0.8>,<zzz-emoji:0.5>
1
bad quality,worst quality,worst detail,censor,bad anatomy,duplicate hair shape,embedding:badhandv4,
WARNING! Don't rename an original pdf or epub file! The plugin is
going to lose the connection between annotations and file in that
case.
警告!不要重命名原始 PDF 或 epub 文件!在这种情况下,插件将失去
annotation 和 file 之间的连接。
Annotating
注释 Annotation is self-explanatory. Select text with your mouse to
get started.
注释是不言自明的。用鼠标选择文本以开始使用。
To return to the regular obsidian markdown editing mode, you can
select more options → Open as MD. Each
annotation has an associated quote block with a block reference. Be
careful with modifying these blocks. Minor edits to PREFIX, HIGHLIGHT,
and POSTFIX are typically ok. But if the edits are too major, hypothesis
may no longer be able to identify the corresponding text.
要返回常规的 obsidian markdown 编辑模式,你可以选择
Open as MD→ 更多选项
。每个注释都有一个带有块引用的关联 quote 块。修改这些块时要小心。对
PREFIX、HIGHLIGHT 和 POSTFIX
进行次要编辑通常是可以的。但是,如果编辑过于严重,假设可能无法再识别相应的文本。
The COMMENT region can be freely edited. (but ensure that it is still
part of the quote block.)
COMMENT 区域可以自由编辑。(但请确保它仍然是 quote 块的一部分。
The TAGS region should consist of a comma-separated list of obsidian
tags. (like #tag1, #tag2, #tag3)
TAGS 区域应由以逗号分隔的黑曜石标签列表组成。(如
#tag1、#tag2 #tag3)
Dark Mode
深色模式
The plugin has built-in dark mode support. To toggle dark mode,
select more options → Toggle Dark Mode while
annotating. You can also tweak the dark mode behavior in the settings
tab for the plugin.
该插件具有内置的暗模式支持。要切换深色模式,请在注释时选择更多选项→ Toggle Dark Mode(切换深色模式 )。您还可以在插件的
settings (设置) 选项卡中调整暗模式行为。
Linking to annotations
链接到注释
An obsidian link to an annotation block-reference will, when clicked,
open the corresponding file and scroll to the associated highlight. If
the file is already open in a pane, then the link will cause the
existing pane to scroll instead.
单击指向注释块引用的黑曜石链接将打开相应的文件并滚动到关联的高亮显示。如果文件已在窗格中打开,则该链接将导致现有窗格滚动。
Contributing
贡献
Visit CONTRIBUTING.md
for information on building from source or contribution improvements. To
report a bug, ask a question or suggest an improvement for this plugin,
you can create an issue.
请访问 CONTRIBUTING.md
以获取有关从源构建或贡献改进的信息。要报告错误、提出问题或建议此插件的改进,您可以创建一个问题
。
[package] name = "hello-wasm" version = "0.1.0" authors = ["Your Name <you@example.com>"] description = "A sample project with wasm-pack" license = "MIT/Apache-2.0" repository = "https://github.com/yourgithubusername/hello-wasm"
[package.metadata.wasm-pack.profile.dev] # Should `wasm-opt` be used to further optimize the wasm binary generated after # the Rust compiler has finished? Using `wasm-opt` can often further decrease # binary size or do clever tricks that haven't made their way into LLVM yet. # # Configuration is set to `false` by default for the dev profile, but it can # be set to an array of strings which are explicit arguments to pass to # `wasm-opt`. For example `['-Os']` would optimize for size while `['-O4']` # would execute very expensive optimizations passes wasm-opt = ['-O']
[package.metadata.wasm-pack.profile.dev.wasm-bindgen] # Should we enable wasm-bindgen's debug assertions in its generated JS glue? debug-js-glue = true # Should wasm-bindgen demangle the symbols in the "name" custom section? demangle-name-section = true # Should we emit the DWARF debug info custom sections? dwarf-debug-info = false
# `wasm-opt` is on by default in for the release profile, but it can be # disabled by setting it to `false` [package.metadata.wasm-pack.profile.release] wasm-opt = false
[package] name = "hello-wasm" version = "0.1.0" authors = ["Your Name <you@example.com>"] description = "A sample project with wasm-pack" license = "MIT/Apache-2.0" repository = "https://github.com/yourgithubusername/hello-wasm"