@@ -11,6 +11,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
...
@@ -11,6 +11,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
- One click install and run script (but you still must install python and git)
- One click install and run script (but you still must install python and git)
- Outpainting
- Outpainting
- Inpainting
- Inpainting
- Color Sketch
- Prompt Matrix
- Prompt Matrix
- Stable Diffusion Upscale
- Stable Diffusion Upscale
- Attention, specify parts of text that the model should pay more attention to
- Attention, specify parts of text that the model should pay more attention to
...
@@ -23,6 +24,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
...
@@ -23,6 +24,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
- have as many embeddings as you want and use any names you like for them
- have as many embeddings as you want and use any names you like for them
- use multiple embeddings with different numbers of vectors per token
- use multiple embeddings with different numbers of vectors per token
- works with half precision floating point numbers
- works with half precision floating point numbers
- train embeddings on 8GB (also reports of 6GB working)
- Extras tab with:
- Extras tab with:
- GFPGAN, neural network that fixes faces
- GFPGAN, neural network that fixes faces
- CodeFormer, face restoration tool as an alternative to GFPGAN
- CodeFormer, face restoration tool as an alternative to GFPGAN
...
@@ -37,14 +39,14 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
...
@@ -37,14 +39,14 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
- Interrupt processing at any time
- Interrupt processing at any time
- 4GB video card support (also reports of 2GB working)
- 4GB video card support (also reports of 2GB working)
- Correct seeds for batches
- Correct seeds for batches
- Prompt length validation
- Live prompt token length validation
- get length of prompt in tokens as you type
- get a warning after generation if some text was truncated
- Generation parameters
- Generation parameters
- parameters you used to generate images are saved with that image
- parameters you used to generate images are saved with that image
- in PNG chunks for PNG, in EXIF for JPEG
- in PNG chunks for PNG, in EXIF for JPEG
- can drag the image to PNG info tab to restore generation parameters and automatically copy them into UI
- can drag the image to PNG info tab to restore generation parameters and automatically copy them into UI
- can be disabled in settings
- can be disabled in settings
- drag and drop an image/text-parameters to promptbox
- Read Generation Parameters Button, loads parameters in promptbox to UI
- Settings page
- Settings page
- Running arbitrary python code from UI (must run with --allow-code to enable)
- Running arbitrary python code from UI (must run with --allow-code to enable)
- Mouseover hints for most UI elements
- Mouseover hints for most UI elements
...
@@ -59,10 +61,10 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
...
@@ -59,10 +61,10 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
- CLIP interrogator, a button that tries to guess prompt from an image
- CLIP interrogator, a button that tries to guess prompt from an image
- Prompt Editing, a way to change prompt mid-generation, say to start making a watermelon and switch to anime girl midway
- Prompt Editing, a way to change prompt mid-generation, say to start making a watermelon and switch to anime girl midway
- Batch Processing, process a group of files using img2img
- Batch Processing, process a group of files using img2img
- Img2img Alternative
- Img2img Alternative, reverse Euler method of cross attention control
- Highres Fix, a convenience option to produce high resolution pictures in one click without usual distortions
- Highres Fix, a convenience option to produce high resolution pictures in one click without usual distortions
- Reloading checkpoints on the fly
- Reloading checkpoints on the fly
- Checkpoint Merger, a tab that allows you to merge two checkpoints into one
- Checkpoint Merger, a tab that allows you to merge up to 3 checkpoints into one
-[Custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts) with many extensions from community
-[Custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Scripts) with many extensions from community
-[Composable-Diffusion](https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/), a way to use multiple prompts at once
-[Composable-Diffusion](https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/), a way to use multiple prompts at once
- separate prompts using uppercase `AND`
- separate prompts using uppercase `AND`
...
@@ -70,14 +72,35 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
...
@@ -70,14 +72,35 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web
- No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
- No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
- DeepDanbooru integration, creates danbooru style tags for anime prompts (add --deepdanbooru to commandline args)
- DeepDanbooru integration, creates danbooru style tags for anime prompts (add --deepdanbooru to commandline args)
-[xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add --xformers to commandline args)
-[xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add --xformers to commandline args)
- History tab: view, direct and delete images conveniently within the UI
- Generate forever option
- Training tab
- hypernetworks and embeddings options
- Preprocessing images: cropping, mirroring, autotagging using BLIP or deepdanbooru (for anime)
- Clip skip
- Use Hypernetworks
- Use VAEs
- Estimated completion time in progress bar
- API
- Support for dedicated [inpainting model](https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion) by RunwayML.
- 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 embds (implementation of [https://github.com/vicgalle/stable-diffusion-aesthetic-gradients](https://github.com/vicgalle/stable-diffusion-aesthetic-gradients))
## Where are Aesthetic Gradients?!?!
Aesthetic Gradients are now an extension. You can install it using git:
After running this command, make sure that you have `aesthetic-gradients` dir in webui's `extensions` directory and restart
the UI. The interface for Aesthetic Gradients should appear exactly the same as it was.
## Installation and Running
## Installation and Running
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs)(recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs)(recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
Alternatively, use Google Colab:
Alternatively, use online services (like Google Colab):
-[Colab, maintained by Akaibu](https://colab.research.google.com/drive/1kw3egmSn-KgWsikYvOMjJkVDsPLjEMzl)
-[List of Online Services](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Online-Services)
-[Colab, original by me, outdated](https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh).
### Automatic Installation on Windows
### Automatic Installation on Windows
1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
"Image for inpainting with mask":"Image for inpainting with mask",
"Mask":"Mask",
"Mask blur":"Mask blur",
"Mask mode":"Mask mode",
"Draw mask":"Draw mask",
"Upload mask":"Upload mask",
"Masking mode":"Masking mode",
"Inpaint masked":"Inpaint masked",
"Inpaint not masked":"Inpaint not masked",
"Masked content":"Masked content",
"fill":"fill",
"original":"オリジナル",
"latent noise":"latent noise",
"latent nothing":"latent nothing",
"Inpaint at full resolution":"Inpaint at full resolution",
"Inpaint at full resolution padding, pixels":"Inpaint at full resolution padding, pixels",
"Process images in a directory on the same machine where the server is running.":"Process images in a directory on the same machine where the server is running.",
"Use an empty output directory to save pictures normally instead of writing to the output directory.":"Use an empty output directory to save pictures normally instead of writing to the output directory.",
"Input directory":"入力フォルダ",
"Output directory":"出力フォルダ",
"Resize mode":"リサイズモード",
"Just resize":"リサイズのみ",
"Crop and resize":"切り取ってからリサイズ",
"Resize and fill":"リサイズして埋める",
"img2img alternative test":"img2img alternative test",
"Override `Sampling method` to Euler?(this method is built for it)":"サンプリングアルゴリズムをEulerに上書きする(そうすることを前提に設計されています)",
"Override `prompt` to the same value as `original prompt`?(and `negative prompt`)":"Override `prompt` to the same value as `original prompt`?(and `negative prompt`)",
"Will upscale the image to twice the dimensions; use width and height sliders to set tile size":"画像を2倍の大きさにアップスケールします。幅と高さのスライダーでタイルの大きさを設定します。",
"Tile overlap":"Tile overlap",
"Upscaler":"アップスケーラー",
"Lanczos":"Lanczos",
"LDSR":"LDSR",
"BSRGAN 4x":"BSRGAN 4x",
"ESRGAN_4x":"ESRGAN_4x",
"ScuNET GAN":"ScuNET GAN",
"ScuNET PSNR":"ScuNET PSNR",
"SwinIR 4x":"SwinIR 4x",
"Single Image":"単一画像",
"Batch Process":"バッチ処理",
"Batch from Directory":"フォルダからバッチ処理",
"Source":"入力",
"Show result images":"出力画像を表示",
"Scale by":"倍率指定",
"Scale to":"解像度指定",
"Resize":"倍率",
"Crop to fit":"合うように切り抜き",
"Upscaler 2":"アップスケーラー 2",
"Upscaler 2 visibility":"Upscaler 2 visibility",
"GFPGAN visibility":"GFPGAN visibility",
"CodeFormer visibility":"CodeFormer visibility",
"CodeFormer weight (0 = maximum effect, 1 = minimum effect)":"CodeFormer weight (0 = maximum effect, 1 = minimum effect)",
"Open output directory":"出力フォルダを開く",
"Send to txt2img":"txt2imgに送る",
"txt2img history":"txt2imgの履歴",
"img2img history":"img2imgの履歴",
"extras history":"その他タブの履歴",
"Renew Page":"更新",
"First Page":"最初のぺージへ",
"Prev Page":"前ページへ",
"Page Index":"ページ番号",
"Next Page":"次ページへ",
"End Page":"最後のページへ",
"number of images to delete consecutively next":"number of images to delete consecutively next",
"Delete":"削除",
"Generate Info":"生成情報",
"File Name":"ファイル名",
"set_index":"set_index",
"A merger of the two checkpoints will be generated in your":"統合されたチェックポイントはあなたの",
"checkpoint":"checkpoint",
"directory.":"フォルダに保存されます.",
"Primary model (A)":"1つめのmodel (A)",
"Secondary model (B)":"2つめのmodel (B)",
"Tertiary model (C)":"3つめのmodel (C)",
"Custom Name (Optional)":"Custom Name (任意)",
"Multiplier (M) - set to 0 to get model A":"Multiplier (M) 0にすると完全にmodel Aとなります (ツールチップ参照)",
"Interpolation Method":"混合(Interpolation)方式",
"Weighted sum":"加重平均",
"Add difference":"差を加える",
"Save as float16":"float16で保存",
"See":"詳細な説明については",
"wiki":"wiki",
"for detailed explanation.":"を見てください。",
"Create embedding":"Embeddingを作る",
"Create hypernetwork":"Hypernetworkを作る",
"Preprocess images":"画像の前処理",
"Name":"ファイル名",
"Initialization text":"Initialization text",
"Number of vectors per token":"Number of vectors per token",
"Modules":"Modules",
"Source directory":"入力フォルダ",
"Destination directory":"出力フォルダ",
"Create flipped copies":"反転画像を生成する",
"Split oversized images into two":"大きすぎる画像を2分割する",
"Use BLIP for caption":"BLIPで説明をつける",
"Use deepbooru for caption":"deepbooruで説明をつける",
"Preprocess":"前処理開始",
"Train an embedding; must specify a directory with a set of 1:1 ratio images":"embeddingの学習をします;データセット内の画像は正方形でなければなりません。",
"Embedding":"Embedding",
"Learning rate":"学習率",
"Dataset directory":"データセットフォルダ",
"Log directory":"ログフォルダ",
"Prompt template file":"Prompt template file",
"Max steps":"最大ステップ数",
"Save an image to log directory every N steps, 0 to disable":"指定したステップ数ごとに画像を生成し、ログに保存する。0で無効化。",
"Save a copy of embedding to log directory every N steps, 0 to disable":"指定したステップ数ごとにEmbeddingのコピーをログに保存する。0で無効化。",
"Save images with embedding in PNG chunks":"保存する画像にembeddingを埋め込む",
"Read parameters (prompt, etc...) from txt2img tab when making previews":"Read parameters (prompt, etc...) from txt2img tab when making previews",
"Train Hypernetwork":"Hypernetworkの学習を開始",
"Train Embedding":"Embeddingの学習を開始",
"Apply settings":"Apply settings",
"Saving images/grids":"画像/グリッドの保存",
"Always save all generated images":"生成された画像をすべて保存する",
"File format for images":"画像ファイルの保存形式",
"Images filename pattern":"ファイル名のパターン",
"Always save all generated image grids":"グリッド画像を常に保存する",
"File format for grids":"グリッド画像の保存形式",
"Add extended info (seed, prompt) to filename when saving grid":"保存するグリッド画像のファイル名に追加情報(シード値、プロンプト)を加える",
"Do not save grids consisting of one picture":"1画像からなるグリッド画像は保存しない",
"Prevent empty spots in grid (when set to autodetect)":"(自動設定のとき)グリッドに空隙が生じるのを防ぐ",
"Grid row count; use -1 for autodetect and 0 for it to be same as batch size":"グリッドの列数; -1で自動設定、0でバッチ生成回数と同じにする",
"Save text information about generation parameters as chunks to png files":"生成に関するパラメーターをpng画像に含める",
"Create a text file next to every image with generation parameters.":"保存する画像とともに生成パラメータをテキストファイルで保存する",
"Save a copy of image before doing face restoration.":"顔修復を行う前にコピーを保存しておく。",
"Quality for saved jpeg images":"JPG保存時の画質",
"If PNG image is larger than 4MB or any dimension is larger than 4000, downscale and save copy as JPG":"PNG画像が4MBを超えるか、どちらか1辺の長さが4000を超えたなら、ダウンスケールしてコピーを別にJPGで保存する",
"Use original name for output filename during batch process in extras tab":"Use original name for output filename during batch process in extras tab",
"When using 'Save' button, only save a single selected image":"When using 'Save' button, only save a single selected image",
"Do not add watermark to images":"電子透かしを画像に追加しない",
"Paths for saving":"Paths for saving",
"Output directory for images; if empty, defaults to three directories below":"画像の保存先フォルダ(下項目のデフォルト値になります)",
"Output directory for txt2img images":"txt2imgで作った画像の保存先フォルダ",
"Output directory for img2img images":"img2imgで作った画像の保存先フォルダ",
"Output directory for images from extras tab":"その他タブで作った画像の保存先フォルダ",
"Output directory for grids; if empty, defaults to two directories below":"画像の保存先フォルダ(下項目のデフォルト値になります)",
"Output directory for txt2img grids":"txt2imgで作ったグリッドの保存先フォルダ",
"Output directory for img2img grids":"img2imgで作ったグリッドの保存先フォルダ",
"Directory for saving images using the Save button":"保存ボタンを押したときの画像の保存先フォルダ",
"Saving to a directory":"フォルダについて",
"Save images to a subdirectory":"画像をサブフォルダに保存する",
"Save grids to a subdirectory":"グリッドをサブフォルダに保存する",
"When using \"Save\" button, save images to a subdirectory":"保存ボタンを押した時、画像をサブフォルダに保存する",
"Directory name pattern":"フォルダ名のパターン",
"Max prompt words for [prompt_words] pattern":"Max prompt words for [prompt_words] pattern",
"Upscaling":"アップスケール",
"Tile size for ESRGAN upscalers. 0 = no tiling.":"ESRGANのタイルサイズ。0とするとタイルしない。",
"Tile overlap, in pixels for ESRGAN upscalers. Low values = visible seam.":"ESRGANのタイルの重複部分のピクセル数。少なくするとつなぎ目が見えやすくなる。",
"Tile size for all SwinIR.":"SwinIRのタイルサイズ",
"Tile overlap, in pixels for SwinIR. Low values = visible seam.":"SwinIRのタイルの重複部分のピクセル数。少なくするとつなぎ目が見えやすくなる。",
"Move face restoration model from VRAM into RAM after processing":"処理終了後、顔修復モデルをVRAMからRAMへと移動する",
"System":"システム設定",
"VRAM usage polls per second during generation. Set to 0 to disable.":"VRAM usage polls per second during generation. Set to 0 to disable.",
"Always print all generation info to standard output":"常にすべての生成に関する情報を標準出力(stdout)に出力する",
"Add a second progress bar to the console that shows progress for an entire job.":"Add a second progress bar to the console that shows progress for an entire job.",
"Training":"学習",
"Unload VAE and CLIP from VRAM when training":"学習を行う際、VAEとCLIPをVRAMから削除する",
"Filename word regex":"Filename word regex",
"Filename join string":"Filename join string",
"Number of repeats for a single input image per epoch; used only for displaying epoch number":"Number of repeats for a single input image per epoch; used only for displaying epoch number",
"Save an csv containing the loss to log directory every N steps, 0 to disable":"Save an csv containing the loss to log directory every N steps, 0 to disable",
"Stable Diffusion":"Stable Diffusion",
"Checkpoints to cache in RAM":"RAMにキャッシュするCheckpoint数",
"Hypernetwork strength":"Hypernetwork strength",
"Apply color correction to img2img results to match original colors.":"元画像に合わせてimg2imgの結果を色補正する",
"Save a copy of image before applying color correction to img2img results":"色補正をする前の画像も保存する",
"With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising).":"img2imgでスライダーで指定されたステップ数を正確に実行する(通常は、ノイズ除去を少なくするためにより少ないステップ数で実行します)。",
"Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply.":"Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply.",
"Emphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention":"強調: (text)とするとモデルはtextをより強く扱い、[text]とするとモデルはtextをより弱く扱います。",
"Use old emphasis implementation. Can be useful to reproduce old seeds.":"古い強調の実装を使う。古い生成物を再現するのに使えます。",
"Make K-diffusion samplers produce same images in a batch as when making a single image":"Make K-diffusion samplers produce same images in a batch as when making a single image",
"Increase coherency by padding from the last comma within n tokens when using more than 75 tokens":"Increase coherency by padding from the last comma within n tokens when using more than 75 tokens",
"Filter NSFW content":"NSFW(≒R-18)なコンテンツを検閲する",
"Stop At last layers of CLIP model":"最後から何層目でCLIPを止めるか(stop…layers of CLIP model)",
"Interrogate Options":"Interrogate 設定",
"Interrogate: keep models in VRAM":"Interrogate: モデルをVRAMに保持する",
"Interrogate: use artists from artists.csv":"Interrogate: artists.csvにある芸術家などの名称を利用する",
"Interrogate: include ranks of model tags matches in results (Has no effect on caption-based interrogators).":"Interrogate: include ranks of model tags matches in results (Has no effect on caption-based interrogators).",
"Interrogate: num_beams for BLIP":"Interrogate: num_beams for BLIP",
"use spaces for tags in deepbooru":"deepbooruのタグでスペースを使う",
"escape (\\) brackets in deepbooru (so they are used as literal brackets and not for emphasis)":"deepbooruで括弧をエスケープする(\\) (強調を示す()ではなく、文字通りの()であることをモデルに示すため)",
"User interface":"UI設定",
"Show progressbar":"プログレスバーを表示",
"Show image creation progress every N sampling steps. Set 0 to disable.":"指定したステップ数ごとに画像の生成過程を表示する。0で無効化。",
"Show grid in results for web":"WebUI上でグリッド表示",
"Do not show any images in results for web":"WebUI上で一切画像を表示しない",
"Add model hash to generation information":"モデルのハッシュ値を生成情報に追加",
"Add model name to generation information":"モデルの名称を生成情報に追加",
"Font for image grids that have text":"画像グリッド内のテキストフォント",
"Enable full page image viewer":"フルページの画像ビューワーを有効化",
"Show images zoomed in by default in full page image viewer":"フルページ画像ビューアでデフォルトで画像を拡大して表示する",
"Show generation progress in window title.":"ウィンドウのタイトルで生成の進捗を表示",
"Reload custom script bodies (No ui updates, No restart)":"カスタムスクリプトを再読み込み (UIは変更されず、再起動もしません。)",
"Restart Gradio and Refresh components (Custom Scripts, ui.py, js and css only)":"Gradioを再起動してコンポーネントをリフレッシュする (Custom Scripts, ui.py, js, cssのみ影響を受ける)",
"Prompt (press Ctrl+Enter or Alt+Enter to generate)":"プロンプト (Ctrl+Enter か Alt+Enter を押して生成)",
"Negative prompt (press Ctrl+Enter or Alt+Enter to generate)":"ネガティブ プロンプト (Ctrl+Enter か Alt+Enter を押して生成)",
"Add a random artist to the prompt.":"芸術家などの名称をプロンプトに追加",
"Read generation parameters from prompt or last generation if prompt is empty into user interface.":"Read generation parameters from prompt or last generation if prompt is empty into user interface.",
"Save style":"スタイルを保存する",
"Apply selected styles to current prompt":"現在のプロンプトに選択したスタイルを適用する",
"Stop processing current image and continue processing.":"現在の処理を中断し、その後の処理は続ける",
"Stop processing images and return any results accumulated so far.":"処理を中断し、それまでに出来た結果を表示する",
"Style to apply; styles have components for both positive and negative prompts and apply to both":"Style to apply; styles have components for both positive and negative prompts and apply to both",
"Do not do anything special":"特別なことをなにもしない",
"Which algorithm to use to produce the image":"どのアルゴリズムを使って生成するか",
"Euler Ancestral - very creative, each can get a completely different picture depending on step count, setting steps to higher than 30-40 does not help":"Euler Ancestral - 非常に独創的で、ステップ数によって全く異なる画像が得られる、ステップ数を30~40より高く設定しても効果がない。",
"Denoising Diffusion Implicit Models - best at inpainting":"Denoising Diffusion Implicit Models - 描き直しには最適",
"Produce an image that can be tiled.":"Produce an image that can be tiled.",
"Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition":"2ステップで、まず部分的に小さい解像度で画像を作成し、その後アップスケールすることで、構図を変えずにディテールが改善されます。",
"Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.":"Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.",
"How many batches of images to create":"バッチ処理を何回行うか",
"How many image to create in a single batch":"1回のバッチ処理で何枚の画像を生成するか",
"Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results":"Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results",
"A value that determines the output of random number generator - if you create an image with same parameters and seed as another image, you'll get the same result":"A value that determines the output of random number generator - if you create an image with same parameters and seed as another image, you'll get the same result",
"Set seed to -1, which will cause a new random number to be used every time":"シード値を -1 に設定するとランダムに生成します。",
"Reuse seed from last generation, mostly useful if it was randomed":"前回生成時のシード値を読み出す。(ランダム生成時に便利)",
"Seed of a different picture to be mixed into the generation.":"Seed of a different picture to be mixed into the generation.",
"How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).":"How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).",
"Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution":"Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution",
"Separate values for X axis using commas.":"X軸に用いる値をカンマ(,)で区切って入力してください。",
"Separate values for Y axis using commas.":"Y軸に用いる値をカンマ(,)で区切って入力してください。",
"Write image to a directory (default - log/images) and generation parameters into csv file.":"Write image to a directory (default - log/images) and generation parameters into csv file.",
"Open images output directory":"画像の出力フォルダを開く",
"How much to blur the mask before processing, in pixels.":"How much to blur the mask before processing, in pixels.",
"What to put inside the masked area before processing it with Stable Diffusion.":"What to put inside the masked area before processing it with Stable Diffusion.",
"fill it with colors of the image":"fill it with colors of the image",
"keep whatever was there originally":"keep whatever was there originally",
"fill it with latent space noise":"fill it with latent space noise",
"fill it with latent space zeroes":"fill it with latent space zeroes",
"Upscale masked region to target resolution, do inpainting, downscale back and paste into original image":"Upscale masked region to target resolution, do inpainting, downscale back and paste into original image",
"Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.":"Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.",
"Resize the image so that entirety of target resolution is filled with the image. Crop parts that stick out.":"Resize the image so that entirety of target resolution is filled with the image. Crop parts that stick out.",
"Resize the image so that entirety of image is inside target resolution. Fill empty space with image's colors.":"Resize the image so that entirety of image is inside target resolution. Fill empty space with image's colors.",
"How many times to repeat processing an image and using it as input for the next iteration":"How many times to repeat processing an image and using it as input for the next iteration",
"In loopback mode, on each loop the denoising strength is multiplied by this value. <1 means decreasing variety so your sequence will converge on a fixed picture. >1 means increasing variety so your sequence will become more and more chaotic.":"In loopback mode, on each loop the denoising strength is multiplied by this value. <1 means decreasing variety so your sequence will converge on a fixed picture. >1 means increasing variety so your sequence will become more and more chaotic.",
"For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.":"For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.",
"A directory on the same machine where the server is running.":"A directory on the same machine where the server is running.",
"Leave blank to save images to the default path.":"空欄でデフォルトの場所へ画像を保存",
"Result = A * (1 - M) + B * M":"結果モデル = A * (1 - M) + B * M",
"Result = A + (B - C) * M":"結果モデル = A + (B - C) * M",
"Path to directory with input images":"Path to directory with input images",
"Path to directory where to write outputs":"Path to directory where to write outputs",
"Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.":"Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.",
"If this option is enabled, watermark will not be added to created images. Warning: if you do not add watermark, you may be behaving in an unethical manner.":"このオプションを有効にすると、作成された画像にウォーターマークが追加されなくなります。警告:ウォーターマークを追加しない場合、非倫理的な行動とみなされる場合があります。",
"Use following tags to define how subdirectories for images and grids are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.":"Use following tags to define how subdirectories for images and grids are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.",
"Restore low quality faces using GFPGAN neural network":"GFPGANを用いて低クオリティーの画像を修復",
"This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.":"This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.",
"This string will be used to join split words into a single line if the option above is enabled.":"This string will be used to join split words into a single line if the option above is enabled.",
"List of setting names, separated by commas, for settings that should go to the quick access bar at the top, rather than the usual setting tab. See modules/shared.py for setting names. Requires restarting to apply.":"List of setting names, separated by commas, for settings that should go to the quick access bar at the top, rather than the usual setting tab. See modules/shared.py for setting names. Requires restarting to apply.",
"If this values is non-zero, it will be added to seed and used to initialize RNG for noises when using samplers with Eta. You can use this to produce even more variation of images, or you can use this to match images of other software if you know what you are doing.":"If this values is non-zero, it will be added to seed and used to initialize RNG for noises when using samplers with Eta. You can use this to produce even more variation of images, or you can use this to match images of other software if you know what you are doing."
"Image for inpainting with mask":"врисовать (вход с трафаретом)",
"Mask":"Трафарет",
"Mask blur":"Размытие трафарета",
"Mask mode":"Режим трафарета",
"Draw mask":"Нарисовать трафарет",
"Upload mask":"Загрузить трафарет",
"Masking mode":"Режим трафарета",
"Inpaint masked":"Внутри трафарета",
"Inpaint not masked":"Вне трафарета",
"Masked content":"Под трафаретом",
"fill":"залить",
"original":"сохранить",
"latent noise":"латентный шум",
"latent nothing":"латентная пустота",
"Inpaint at full resolution":"Врисовать при полном разрешении",
"Inpaint at full resolution padding, pixels":"Врисовать с достройкой до полного разрешения, в пикселях",
"Process images in a directory on the same machine where the server is running.":"Обрабатывать рисунки на том же компьютере, где сервер",
"Use an empty output directory to save pictures normally instead of writing to the output directory.":"Использовать пустую папку вместо того, чтобы выводить в output",
"Disabled when launched with --hide-ui-dir-config.":"Выключено при запуске с --hide-ui-dir-config",
"Input directory":"Папка входа",
"Output directory":"Папка выхода",
"Resize mode":"Масштабирование",
"Just resize":"Только сжать",
"Crop and resize":"Сжать и обрезать",
"Resize and fill":"Сжать и залить",
"img2img alternative test":"рисунок-в-рисунок (альтернатива)",
"Loopback":"Прокручивание",
"Outpainting mk2":"Обрисовыватель mk2",
"Poor man's outpainting":"Хоть какой-то обрисовыватель",
"SD upscale":"SD-апскейл",
"should be 2 or lower.":"должно быть меньше равно 2",
"Override `Sampling method` to Euler?(this method is built for it)":"Сменить метод семплирования на метод Эйлера?(скрипт строился с его учётом)",
"Override `prompt` to the same value as `original prompt`?(and `negative prompt`)":"Сменить `запрос` на `изначальный запрос`?(и `запрос-исключение`)",
"Will upscale the image to twice the dimensions; use width and height sliders to set tile size":"Расширит рисунок дважды; ползунки ширины и высоты устанавливают размеры плиток",
"Train an embedding; must specify a directory with a set of 1:1 ratio images":"Обучить эмбеддинг; укажите папку рисунков с пропорциями 1:1",
"Train an embedding or Hypernetwork; you must specify a directory with a set of 1:1 ratio images":"Обучить эмбеддинг или гиперсеть; укажите папку рисунков с пропорциями 1:1",
"[wiki]":"[вики]",
"Embedding":"Эмбеддинг",
"Embedding Learning rate":"Скорость обучения эмбеддинга",
"Hypernetwork Learning rate":"Скорость обучения гиперсети",
"Learning rate":"Скорость обучения",
"Dataset directory":"Папка датасета",
"Log directory":"Папка журнала",
"Prompt template file":"Файл шаблона запроса",
"Max steps":"Макс. шагов",
"Save an image to log directory every N steps, 0 to disable":"Сохранять рисунок каждые N шагов, 0 чтобы отключить",
"Save a copy of embedding to log directory every N steps, 0 to disable":"Сохранять эмбеддинг каждые N шагов, 0 чтобы отключить",
"Save images with embedding in PNG chunks":"Сохранить рисунок с эмбеддингом в виде PNG-фрагментов",
"Read parameters (prompt, etc...) from txt2img tab when making previews":"Считать параметры (запрос и т.д.) из вкладки текст-в-рисунок для предпросмотра",
"Train Hypernetwork":"Обучить гиперсеть",
"Train Embedding":"Обучить эмбеддинг",
"Create an aesthetic embedding out of any number of images":"Создать эмбеддинг эстетики по любому числу рисунков",
"Always save all generated images":"Всегда сохранять созданные рисунки",
"File format for images":"Формат файла рисунков",
"Images filename pattern":"Формат имени файлов рисунков",
"Always save all generated image grids":"Всегда сохранять созданные таблицы",
"File format for grids":"Формат файла таблиц",
"Add extended info (seed, prompt) to filename when saving grid":"Вставлять доп. сведения (семя, запрос) в имя файла таблиц",
"Do not save grids consisting of one picture":"Не сохранять таблицы из одного рисунка",
"Prevent empty spots in grid (when set to autodetect)":"Не допускать пустоты в таблицах (автообнаружение)",
"Grid row count; use -1 for autodetect and 0 for it to be same as batch size":"Число строк таблицы; -1, чтобы автоматически, 0 — размер набора",
"Save text information about generation parameters as chunks to png files":"Встроить сведения о генерации в файлы png",
"Create a text file next to every image with generation parameters.":"Создать текстовый файл для каждого рисунка с параметрами генерации",
"Save a copy of image before doing face restoration.":"Сохранить копию перед восстановлением лиц",
"Quality for saved jpeg images":"Качество jpeg-рисунков",
"If PNG image is larger than 4MB or any dimension is larger than 4000, downscale and save copy as JPG":"Если размер PNG больше 4МБ или рисунок шире 4000 пикселей, пересжать в JPEG",
"Use original name for output filename during batch process in extras tab":"Использовать исходное имя выходного файла для обработки набора во вкладке дополнений",
"When using 'Save' button, only save a single selected image":"Сохранять только один рисунок при нажатии кнопки Сохранить",
"Do not add watermark to images":"Не добавлять водяной знак",
"Paths for saving":"Папки сохранений",
"Output directory for images; if empty, defaults to three directories below":"Папка выхода рисунков; если пусто, использует те, что ниже",
"Output directory for txt2img images":"Папка выхода текста-в-рисунок",
"Output directory for img2img images":"Папка выхода рисунка-в-рисунок",
"Output directory for images from extras tab":"Папка выхода для дополнений",
"Output directory for grids; if empty, defaults to two directories below":"Папка выхода таблиц; если пусто, использует папки выше",
"Output directory for txt2img grids":"Папка выхода текста-в-рисунок",
"Output directory for img2img grids":"Папка выхода рисунка-в-рисунок",
"Directory for saving images using the Save button":"Папка выхода для кнопки Сохранить",
"Saving to a directory":"Сохранить в папку",
"Save images to a subdirectory":"Сохранить рисунки в подпапку",
"Save grids to a subdirectory":"Сохранить таблицы в подпапку",
"When using \"Save\" button, save images to a subdirectory":"При нажатии кнопки Сохранить, сложить рисунки в подпапку",
"Directory name pattern":"Шаблон имени папки",
"Max prompt words for [prompt_words] pattern":"Макс. число слов для шаблона [prompt_words]",
"Upscaling":"Апскейл",
"Tile size for ESRGAN upscalers. 0 = no tiling.":"Размер плитки для ESRGAN. 0 = нет замощения",
"Tile overlap, in pixels for ESRGAN upscalers. Low values = visible seam.":"Наложение плиток ESRGAN, в пикселях. Меньше = выделеннее шов",
"Tile size for all SwinIR.":"Размер плиток SwinIR",
"Tile overlap, in pixels for SwinIR. Low values = visible seam.":"Наложение плиток SwinIR, в пикселях. Меньше = выделеннее шов",
"Move face restoration model from VRAM into RAM after processing":"Переместить модель восстановления лиц из ВОЗУ в ОЗУ после обработки",
"System":"Система",
"VRAM usage polls per second during generation. Set to 0 to disable.":"Сколько раз в секунду следить за потреблением ВОЗУ. 0, чтобы отключить",
"Always print all generation info to standard output":"Выводить все сведения о генерации в стандартный вывод",
"Add a second progress bar to the console that shows progress for an entire job.":"Вторая шкала прогресса для всей задачи",
"Training":"Обучение",
"Unload VAE and CLIP from VRAM when training":"Убрать VAE и CLIP из ВОЗУ на время обучения",
"Move VAE and CLIP to RAM when training hypernetwork. Saves VRAM.":"Переместить VAE и CLIP в ОЗУ на время обучения гиперсети. Сохраняет ВОЗУ",
"Filename word regex":"Regex имени файла",
"Filename join string":"Дополнить к имени файла",
"Number of repeats for a single input image per epoch; used only for displaying epoch number":"Число повторов для каждого рисунка за эпоху; используется только, чтобы отобразить число эпохи",
"Save an csv containing the loss to log directory every N steps, 0 to disable":"Сохранять csv с параметром loss в папку журнала каждые N шагов, 0 - отключить",
"Stable Diffusion":"Stable Diffusion",
"Checkpoints to cache in RAM":"Удерживать веса в ОЗУ",
"Hypernetwork strength":"Сила гиперсети",
"Apply color correction to img2img results to match original colors.":"Цветокоррекция вывода рисунка-в-рисунок, сохраняющая исходные цвета",
"Save a copy of image before applying color correction to img2img results":"Сохранить копию рисунка перед цветокоррекцией",
"With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising).":"В режиме рисунок-в-рисунок сделать ровно указанное ползунком число шагов (обычно шумоподавление их уменьшает)",
"Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply.":"Включить квантование К-семплерах для более резких и чистых результатов. Может потребовать поменять семя. Требует перезапуска.",
"Emphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention":"Скобки: (понятие) - больше внимания к тексту, [понятие] - меньше внимания к тексту",
"Use old emphasis implementation. Can be useful to reproduce old seeds.":"Включить старую обработку скобок. Может потребоваться, чтобы воспроизвести старые семена.",
"Make K-diffusion samplers produce same images in a batch as when making a single image":"Заставить семплеры K-diffusion производить тот же самый рисунок в наборе, как и в единичной генерации",
"Increase coherency by padding from the last comma within n tokens when using more than 75 tokens":"Увеличить связность, достраивая запрос от последней запятой до n токенов, когда используется свыше 75 токенов",
"Stop At last layers of CLIP model":"Остановиться на последних слоях модели CLIP",
"Interrogate Options":"Опции распознавания",
"Interrogate: keep models in VRAM":"Распознавание: хранить модели в ВОЗУ",
"Interrogate: use artists from artists.csv":"Распознавание: использовать художников из artists.csv",
"Interrogate: include ranks of model tags matches in results (Has no effect on caption-based interrogators).":"Распознавание: включить ранжирование совпавших тегов в результате (не работает для распознавателей-создателей заголовков)",
"Interrogate: num_beams for BLIP":"Распознавание: num_beams для BLIP",
"Interrogate: minimum description length (excluding artists, etc..)":"Распознавание: минимальная длина описания (исключая художников и т.п.)",
"Interrogate: maximum description length":"Распознавание: максимальная длина описания",
"CLIP: maximum number of lines in text file (0 = No limit)":"CLIP: максимальное число строк в текстовом файле (0 = без ограничений)",
"Interrogate: deepbooru sort alphabetically":"Распознавание: сортировать deepbooru по алфавиту",
"use spaces for tags in deepbooru":"Пробелы для тегов deepbooru",
"escape (\\) brackets in deepbooru (so they are used as literal brackets and not for emphasis)":"Использовать скобки в deepbooru как обычные скобки, а не для усиления",
"User interface":"Пользовательский интерфейс",
"Show progressbar":"Шкала прогресса",
"Show image creation progress every N sampling steps. Set 0 to disable.":"Показывать процесс созданния рисунка каждые N шагов. 0 - отключить",
"Show grid in results for web":"Показать таблицу в выводе браузера",
"Do not show any images in results for web":"Не показывать выходные рисунки в браузере",
"Add model hash to generation information":"Добавить хеш весов к параметрам генерации",
"Add model name to generation information":"Добавить имя весов к параметрам генерации",
"When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint.":"При считывании параметров генерации из текста в интерфейс, не менять выбранную модель/веса.",
"Font for image grids that have text":"Шрифт для таблиц, содержащих текст",
"Enable full page image viewer":"Включить полноэкранный просмотр картинок",
"Show images zoomed in by default in full page image viewer":"По умолчанию увеличивать картинки в полноэкранном просмотре",
"Show generation progress in window title.":"Отображать прогресс в имени вкладки",
"Reload custom script bodies (No ui updates, No restart)":"Перезагрузить пользовательские скрипты (не требует обновления интерфейса и перезапуска)",
"Restart Gradio and Refresh components (Custom Scripts, ui.py, js and css only)":"Перезагрузить Gradio и обновить компоненты (только пользовательские скрипты, ui.py, js и css)",
"Prompt (press Ctrl+Enter or Alt+Enter to generate)":"Запрос (нажмите Ctrl+Enter или Alt+Enter для генерации)",
"Negative prompt (press Ctrl+Enter or Alt+Enter to generate)":"Запрос-исключение (нажмите Ctrl+Enter или Alt+Enter для генерации)",
"Add a random artist to the prompt.":"Добавить случайного художника к запросу",
"Read generation parameters from prompt or last generation if prompt is empty into user interface.":"Считать параметры генерации из запроса или из предыдущей генерации в пользовательский интерфейс, если пусто",
"Save style":"Сохранить стиль",
"Apply selected styles to current prompt":"Применить выбранные стили к текущему промпту",
"Stop processing current image and continue processing.":"Прекратить обрабатывать текущий рисунок, но продолжить работу",
"Stop processing images and return any results accumulated so far.":"Прекратить обрабатку рисунков и вернуть всё, что успели сделать.",
"Style to apply; styles have components for both positive and negative prompts and apply to both":"Стиль к применению; стили содержат как запрос, так и исключение, и применяют их оба",
"Do not do anything special":"Не делать ничего особенного",
"Which algorithm to use to produce the image":"Какой алгоритм использовать для того, чтобы произвести рисунок",
"Euler Ancestral - very creative, each can get a completely different picture depending on step count, setting steps to higher than 30-40 does not help":"Euler Ancestral - очень творческий, в зависимости от числа шагов может привести совершенно к различным результатам, выше 30-40 лучше не ставить",
"Denoising Diffusion Implicit Models - best at inpainting":"Denoising Diffusion Implicit модели - лучше всего для обрисовки",
"Produce an image that can be tiled.":"Сделать из рисунка непрерывную обёртку",
"Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition":"Применить двушаговый процесс, чтобы создать рисунок на меньшем разрешении, апскейлнуть, а затем улучшить детали без смены композиции",
"Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.":"Определяет, насколько сильно алгоритм будет опираться на содержание изображения. 0 - не меняет ничего, 1 - совсем не связанный выход. Меньше 1.0 процесс использует меньше шагов, чем указано их ползунком.",
"How many batches of images to create":"Сколько создать наборов из картинок",
"How many image to create in a single batch":"Сколько картинок создать в каждом наборе",
"Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results":"Classifier Free Guidance Scale: насколько сильно изображение должно соответсвтовать запросу — меньшие значения приведут к более свободным итогам",
"A value that determines the output of random number generator - if you create an image with same parameters and seed as another image, you'll get the same result":"Значение, которое определяет выход генератора случайных чисел — если вы создадите рисунок с теми же параметрами и семенем, как у другого изображения, вы получите тот же результат",
"Set seed to -1, which will cause a new random number to be used every time":"Установить семя в -1, что вызовет каждый раз случайное число",
"Reuse seed from last generation, mostly useful if it was randomed":"Использовать семя предыдущей генерации, обычно полезно, если оно было случайным",
"Seed of a different picture to be mixed into the generation.":"Семя с другого рисунка, подмешенного в генерацию.",
"How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).":"Насколько сильную вариацию произвести. При 0м значении действия не будет. Для 1 вы получите полноценный рисунок с семенем вариации (кроме ancestral-семплеров, где вы просто что-то получите).",
"Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution":"Попытаться воспроизвести изображение, похожее на то, чтобы получилось с тем же семенем на выбранном разрешении",
"This text is used to rotate the feature space of the imgs embs":"Этот текст используется, чтобы произвести вращение пространства признаков из эмбеддинга рисунков",
"Separate values for X axis using commas.":"Отдельные значения оси X через запятую.",
"Separate values for Y axis using commas.":"Отдельные значения оси Y через запятую.",
"Write image to a directory (default - log/images) and generation parameters into csv file.":"Записать изображение в папку (по-умолчанию - log/images), а параметры генерации - в csv файл",
"Open images output directory":"Открыть папку сохранения изображений",
"How much to blur the mask before processing, in pixels.":"Насколько пикселей размыть трафарет перед обработкой",
"What to put inside the masked area before processing it with Stable Diffusion.":"Что поместить в область под трафаретом перед обработкой Stable Diffusion",
"fill it with colors of the image":"залить цветами изображения",
"keep whatever was there originally":"сохранить то, что было до этого",
"fill it with latent space noise":"залить латентным шумом",
"fill it with latent space zeroes":"залить латентными нулями",
"Upscale masked region to target resolution, do inpainting, downscale back and paste into original image":"апскейл до нужного разрешения, врисовка, сжатие до начального размера и вставка в исходный рисунок",
"Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.":"Масшабировать изображение до нужного разрешения. Если только высота и ширина не совпадают, вы получите неверное соотношение сторон.",
"Resize the image so that entirety of target resolution is filled with the image. Crop parts that stick out.":"Масштабировать изображение так, чтобы им заполнялось всё выбранное выходное разрешение. Обрезать выступающие части",
"Resize the image so that entirety of image is inside target resolution. Fill empty space with image's colors.":"Масштабировать изображение так, всё изображение помещалось в выбранное выходное разрешение. Заполнить пустое место цветами изображения.",
"How many times to repeat processing an image and using it as input for the next iteration":"Сколько раз повторить обработку изображения и использовать её как вход для следующией итерации",
"In loopback mode, on each loop the denoising strength is multiplied by this value. <1 means decreasing variety so your sequence will converge on a fixed picture. >1 means increasing variety so your sequence will become more and more chaotic.":"В режиме прокрутки, для каждого цикла сила шумоподавления умножается на это значение. <1 уменьшает вариации так, чтобы последовательность сошлась на какой-то одной картинке. >1 увеличивает вариации, так что ваша последовательность станет всё более и более сумбурной.",
"For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.":"Для SD-апскейла, как много перекрытия в пикселях должно быть между плитками. Плитки перекрываются таким образом, чтобы они могли сойтись обратно в единое изображение, без видимого шва.",
"A directory on the same machine where the server is running.":"Папка на той же машине, где запущен сервер",
"Leave blank to save images to the default path.":"Оставьте пустым, чтобы сохранить рисунки в папку по-умолчанию",
"Result = A * (1 - M) + B * M":"Выход = A * (1 - M) + B * M",
"Result = A + (B - C) * M":"Выход = A + (B - C) * M",
"1st and last digit must be 1. ex:'1, 2, 1'":"1я и последняя цифры должны быть 1. напр.'1, 2, 1'",
"how fast should the training go. Low values will take longer to train, high values may fail to converge (not generate accurate results) and/or may break the embedding (This has happened if you see Loss: nan in the training info textbox. If this happens, you need to manually restore your embedding from an older not-broken backup).\n\nYou can set a single numeric value, or multiple learning rates using the syntax:\n\n rate_1:max_steps_1, rate_2:max_steps_2, ...\n\nEG: 0.005:100, 1e-3:1000, 1e-5\n\nWill train with rate of 0.005 for first 100 steps, then 1e-3 until 1000 steps, then 1e-5 for all remaining steps.":"как быстро будет происходить обучение. Меньшие значения увеличат время обучения, но высокие могут нарушить сходимость модели (не будет создавать должные результаты) и/или сломать эмбеддинг. (Это случилось, если вы видете Loss: nan в текстовом окне вывода обучения. В этом случае вам придётся восстанавливать эмбеддинг вручную из старой, не повреждённой резервной копии).\n\nВы также можете указать единичное значение или последовательность из нескольких, используя следующий синтаксис:\n\n rate_1:max_steps_1, rate_2:max_steps_2, ...\n\nEG: 0.005:100, 1e-3:1000, 1e-5\n\nБудет обучаться со скоростью 0.005 первые 100 шагов, затем 1e-3 до 1000 шагов, после 1e-5 для всех оставшихся шагов.",
"Path to directory with input images":"Путь к папке со входными изображениями",
"Path to directory where to write outputs":"Путь к папке, в которую записывать результаты",
"Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.":"Используйте следующие теги, чтобы определить, как подбираются названия файлов для изображений: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; если пусто, используется значение по-умолчанию",
"If this option is enabled, watermark will not be added to created images. Warning: if you do not add watermark, you may be behaving in an unethical manner.":"Когда эта опция включена, на созданные изображения не будет добавляться водяной знак. Предупреждение: не добавляя водяной знак, вы, вероятно, ведёте себя аморально.",
"Use following tags to define how subdirectories for images and grids are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.":"Используйте следующие теги, чтобы определить, как подбираются названия подпапок для рисунков и табоиц: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; если пусто, используется значение по-умолчанию",
"Restore low quality faces using GFPGAN neural network":"Восстановить низкокачественные лица, используя нейросеть GFPGAN",
"This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.":"Это регулярное выражение будет использовано, чтобы извлечь слова из имени файла, и они будут соединены с текстом в метке ниже как вход во время обучения. Оставьте пустым, чтобы сохранить имя файла как есть",
"This string will be used to join split words into a single line if the option above is enabled.":"Эта строка будет использована, чтобы объединить разделённые слова в одну строку, если включена опция выше.",
"List of setting names, separated by commas, for settings that should go to the quick access bar at the top, rather than the usual setting tab. See modules/shared.py for setting names. Requires restarting to apply.":"Список имён настроек, разделённый запятыми, предназначенных для быстрого доступа через панель наверху, а не через привычную вкладку настроек. Для применения требует перезапуска.",
"If this values is non-zero, it will be added to seed and used to initialize RNG for noises when using samplers with Eta. You can use this to produce even more variation of images, or you can use this to match images of other software if you know what you are doing.":"Если это значение не нулевое, оно будет добавлено к семени и использовано для инициалицации ГСЧ шума семплеров с параметром Eta. Вы можете использовать это, чтобы произвести ещё больше вариаций рисунков, либо же для того, чтобы подойти близко к результатам других программ, если знаете, что делаете.",
"Enable Autocomplete":"Включить автодополнение",
"Allowed categories for random artists selection when using the Roll button":"Разрешённые категории художников для случайного выбора при использовании кнопки + три",
parser.add_argument("--ui-settings-file",type=str,help="filename to use for ui settings",default=os.path.join(script_path,'config.json'))
parser.add_argument("--ui-settings-file",type=str,help="filename to use for ui settings",default=os.path.join(script_path,'config.json'))
parser.add_argument("--gradio-debug",action='store_true',help="launch gradio with --debug option")
parser.add_argument("--gradio-debug",action='store_true',help="launch gradio with --debug option")
parser.add_argument("--gradio-auth",type=str,help='set gradio authentication like "username:password"; or comma-delimit multiple like "u1:p1,u2:p2,u3:p3"',default=None)
parser.add_argument("--gradio-auth",type=str,help='set gradio authentication like "username:password"; or comma-delimit multiple like "u1:p1,u2:p2,u3:p3"',default=None)
parser.add_argument("--api",action='store_true',help="use api=True to launch the api with the webui")
parser.add_argument("--api",action='store_true',help="use api=True to launch the api with the webui")
parser.add_argument("--nowebui",action='store_true',help="use api=True to launch the api instead of the webui")
parser.add_argument("--nowebui",action='store_true',help="use api=True to launch the api instead of the webui")
parser.add_argument("--ui-debug-mode",action='store_true',help="Don't load model to quickly launch UI")
parser.add_argument("--ui-debug-mode",action='store_true',help="Don't load model to quickly launch UI")
parser.add_argument("--device-id",type=str,help="Select the default CUDA device to use (export CUDA_VISIBLE_DEVICES=0,1,etc might be needed before)",default=None)
parser.add_argument("--browse-all-images",action='store_true',help="Allow browsing all images by Image Browser",default=False)
"training_image_repeats_per_epoch":OptionInfo(1,"Number of repeats for a single input image per epoch; used only for displaying epoch number",gr.Number,{"precision":0}),
"training_image_repeats_per_epoch":OptionInfo(1,"Number of repeats for a single input image per epoch; used only for displaying epoch number",gr.Number,{"precision":0}),
"show_progress_every_n_steps":OptionInfo(0,"Show image creation progress every N sampling steps. Set 0 to disable.",gr.Slider,{"minimum":0,"maximum":32,"step":1}),
"show_progress_every_n_steps":OptionInfo(0,"Show image creation progress every N sampling steps. Set 0 to disable.",gr.Slider,{"minimum":0,"maximum":32,"step":1}),
"show_progress_grid":OptionInfo(True,"Show previews of all images generated in a batch as a grid"),
"return_grid":OptionInfo(True,"Show grid in results for web"),
"return_grid":OptionInfo(True,"Show grid in results for web"),
"do_not_show_images":OptionInfo(False,"Do not show any images in results for web"),
"do_not_show_images":OptionInfo(False,"Do not show any images in results for web"),
"add_model_hash_to_info":OptionInfo(True,"Add model hash to generation information"),
"add_model_hash_to_info":OptionInfo(True,"Add model hash to generation information"),
#"images_history_reconstruct_directory": OptionInfo(False, "Reconstruct output directory structure.This can greatly improve the speed of loading , but will change the original output directory structure"),
"images_history_preload":OptionInfo(False,"Preload images at startup"),
"images_history_num_per_page":OptionInfo(36,"Number of pictures displayed on each page"),
"images_history_pages_num":OptionInfo(6,"Minimum number of pages per load "),
"images_history_grid_num":OptionInfo(6,"Number of grids in each row"),
new_hypernetwork_layer_structure=gr.Textbox("1, 2, 1",label="Enter hypernetwork layer structure",placeholder="1st and last digit must be 1. ex:'1, 2, 1'")
new_hypernetwork_layer_structure=gr.Textbox("1, 2, 1",label="Enter hypernetwork layer structure",placeholder="1st and last digit must be 1. ex:'1, 2, 1'")
new_hypernetwork_activation_func=gr.Dropdown(value="relu",label="Select activation function of hypernetwork",choices=["linear","relu","leakyrelu","elu","swish"])
gr.HTML(value="<p style='margin-bottom: 0.7em'>Train an embedding; must specify a directory with a set of 1:1 ratio images</p>")
gr.HTML(value="<p style='margin-bottom: 0.7em'>Train an embedding or Hypernetwork; you must specify a directory with a set of 1:1 ratio images <a href=\"https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Textual-Inversion\" style=\"font-weight:bold;\">[wiki]</a></p>")