hollowstrawberry commited on
Commit
b0d13de
1 Parent(s): a8c31ff

Update spanish.md

Browse files
Files changed (1) hide show
  1. spanish.md +29 -29
spanish.md CHANGED
@@ -231,63 +231,63 @@ En el futuro puede que muestre una comparación de diferentes upscalers.
231
 
232
  # Scripts <a name="scripts"></a>[▲](#index)
233
 
234
- Esperando traducción.
235
-
236
- Scripts can be found at the bottom of your generation parameters in txt2img or img2img.
237
 
238
  * **X/Y/Z Plot** <a name="plot"></a>[▲](#index)
239
 
240
- Capable of generating a series of images, usually with the exact same seed, but varying parameters of your choice. Can compare almost anything you want, including different models, parts of your prompt, sampler, upscaler and much more. You can have 1, 2, or 3 variable parameters, hence the X, Y and Z.
241
-
242
- Your parameters in X/Y/Z Plot are separated by commas, but anything else can go inbetween. The most common parameter to compare is **S/R Prompt**, where the first term is a phrase in your prompt and each term afterwards will replace the original. Knowing this, you can compare, say, Lora intensity, like this:
243
 
244
- `<lora:my lora:0.4>, <lora:my lora:0.6>, <lora:my lora:0.8>, <lora:my lora:1>`
 
 
245
 
 
 
246
  Here I made a comparison between different **models** (columns) and faces of different ethnicities via **S/R Prompt** (rows):
247
 
248
  <details>
249
- <summary>X/Y/Z Plot example, click to expand</summary>
250
 
251
- ![X Y Z plot of models and ethnicities](images/XYZplot.png)
252
  </details>
253
 
254
- **Tip:** It appears possible to do S/R with commas by using quotes like this (note no spaces between the commas and quotes): `"term 1, term 2","term 3, term 4","term 5, term 6"`
255
 
256
  * **Prompt Matrix** <a name="matrix"></a>[▲](#index)
257
 
258
- Similar conceptually to S/R from before, but more in-depth. It works by showing each possible combination of terms listed between the `|` symbol in your prompt, for example: `young man|tree|city` will always contain "young man", but we'll see what happens when we add or remove "tree" and "city". You can use commas and spaces just fine between the `|`.
259
-
260
- Inside the script, you will choose either your prompt or your negative prompt to make a matrix of, and whether the variable terms should be put at the start or the end.
261
 
262
- <a name="matrixneg"></a>Here is a comparison using the negative prompts I showed you in [Prompts ▲](#prompt). We can see how EasyNegative affects the image, as well as how the rest of the prompt affects the image, then both together:
263
 
264
  <details>
265
- <summary>Prompt matrix examples, click to expand</summary>
266
 
267
- ![Prompt matrix of anime negative prompt sections](images/promptmatrix1.png)
268
- ![Prompt matrix of photorealistic negative prompt sections](images/promptmatrix2.png)
269
  </details>
270
 
271
  * **Ultimate Upscale** <a name="ultimate"></a>[▲](#index)
272
 
273
- An improved version of a builtin script, it can be added as an [extension ▲] and used from within **img2img**. Its purpose is to resize an image and add more detail way past the normal limits of your VRAM by splitting it into chunks, although slower. Here are the steps:
274
 
275
- 1. Generate your image normally up to 768 width and height, you can then apply hires fix if you are able to.
276
 
277
- 1. From txt2img or the Image Browser extension send it directly into img2img, along with its prompt and parameters.
278
-
279
- 1. Set the **Denoising** somewhere between 0.1 and 0.4. If you go higher you most likely will experience mutations.
280
-
281
- 1. Go down to **Scripts** and choose **Ultimate SD Upscale**. Then, set your parameters like this, with your desired size and upscaler, and the **"Chess" Type**:
282
 
283
- ![Ultimate upscale parameters](images/ultimate.png)
284
 
285
- * If you have enough VRAM, you may increase the **Tile width** as well as the **Padding**. For example, doubling both of them. **Tile height** can remain at 0 and it'll match the width.
 
 
 
 
286
 
287
- * It is not necessary to set the **Seams fix** unless you encounter visible seams between regions in the final image.
288
 
289
- 1. Generate your image and wait. You can watch the squares get sharper if you have image previews enabled.
290
-
291
  &nbsp;
292
 
293
  # ControlNet <a name="controlnet"></a>[▲](#index)
 
231
 
232
  # Scripts <a name="scripts"></a>[▲](#index)
233
 
234
+ Los Scripts se encuentran al final de tus opciones de generación de imágenes, tanto en txt2img como img2img.
 
 
235
 
236
  * **X/Y/Z Plot** <a name="plot"></a>[▲](#index)
237
 
238
+ Capaz de generar una serie de imágenes, por lo general con la misma seed, pero cambiando algunos otros parámetros que tú elijas. Permite comparar casi cualquier cosa que desees, como diferentes modelos, partes de tu prompt, sampler, upscaler y mucho más. Puedes tener 1, 2 ó 3 parámetros variables, de allí el X, Y, Z.
 
 
239
 
240
+ Debes separar tus parámetros con comas, y cualquier otra cosa puede ir entre medio. El parámetro más común es **S/R Prompt**, donde antes de la coma escribes una parte de tu prompt, y cada coma precede una frase que la reemplazará. Sabiendo esto, podemos comparar, por ejemplo, el peso/intensidad de un Lora, así:
241
+
242
+ `<lora:mi lora:0.4>, <lora:mi lora:0.6>, <lora:mi lora:0.8>, <lora:mi lora:1>`
243
 
244
+ Aquí abajo he hecho una comparación de diferentes **modelos** (en las columnas) y rostros de diferentes países con **S/R Prompt** (en las filas):
245
+
246
  Here I made a comparison between different **models** (columns) and faces of different ethnicities via **S/R Prompt** (rows):
247
 
248
  <details>
249
+ <summary>Ejemplo de X/Y/Z Plot, click para expandir</summary>
250
 
251
+ ![X Y Z plot de modelos y países](images/XYZplot.png)
252
  </details>
253
 
254
+ **Consejo:** Parece posible hacer S/R incluyendo comas si utilizas comillas de la siguiente forma, sin espacio entre cada coma y comilla: `"frase 1, frase 2","frase 3, fase 4","frase 5, frase 6"`
255
 
256
  * **Prompt Matrix** <a name="matrix"></a>[▲](#index)
257
 
258
+ Un concepto similar al S/R anterior, pero con mayor profundidad. Lo que hace es una cuadrícula, la cual muestra cada posible combinación de términos, donde los términos estarán separados con un `|` en tu prompt. Por ejemplo, `young man|tree, grass|city` - aquí "young man" siempre será considerado, pero podremos ver qué pasa al añadir o quitar "tree, grass" y/o "city".
259
+
260
+ Dentro del script puedes elegir hacerlo con tu prompt o tu negative prompt, y si quieres que los términos adicionales se introduzcan al inicio o al final.
261
 
262
+ <a name="matrixneg"></a>Aquí hay una comparación de los negative prompt que te mostré [anteriormente ▲](#prompt). Podemos ver cómo EasyNegative afecta la imagen, cómo el resto del negative prompt afecta la imagen, y luego ambos juntos:
263
 
264
  <details>
265
+ <summary>Ejemplo de Prompt Matrix, click para expandir</summary>
266
 
267
+ ![Prompt matrix negativo de anime](images/promptmatrix1.png)
268
+ ![Prompt matrix negativo de fotos](images/promptmatrix2.png)
269
  </details>
270
 
271
  * **Ultimate Upscale** <a name="ultimate"></a>[▲](#index)
272
 
273
+ Ésta es una versión mejorada de un script básico y debe ser añadida como una [extensión ▲](#extensions) para ser usada desde **img2img**. Su propósito es agrandar una imagen así añadiendo más detalles, sobrepasando el límite de tu gráfica dado que divide la imagen en secciones, aunque esto sea más lento. Aquí las instrucciones:
274
 
275
+ 1. Genera tu imagen normalmente hasta un ancho y largo de 768, y aplica Hires fix si es que puedes.
276
 
277
+ 1. Desde txt2img o la extensión del navegador de imágenes, envía directamente la imagen con sus parámetros a img2img.
 
 
 
 
278
 
279
+ 1. Ajusta el **Denoising** entre 0.1 y 0.4. Valores más grandes probablemente introduzcan mutaciones en tu imagen.
280
 
281
+ 1. Baja a **Scripts** y elije **Ultimate SD Upscale**. Configúralo de la siguiente forma, con el tamaño y upscaler que desees, y con el **Type "Chess"**:
282
+
283
+ ![Ultimate upscale](images/ultimate.png)
284
+
285
+ * Si tienes suficiente VRAM puedes aumentar el **Tile width** y el **Padding**, por ejemplo duplicando ambos. Así será más rápido. El **Tile height** puede permanecer en 0.
286
 
287
+ * No es necesario cambiar el **Seams fix** a menos que la imagen final muestre distorsiones visibles entre cada zona cuadrada.
288
 
289
+ 1. Genera tu imagen y espera que empiece. Podrás ver cómo los cuadros se vuelven más nítidos si es que tienes activada la previsualización de imágenes.
290
+
291
  &nbsp;
292
 
293
  # ControlNet <a name="controlnet"></a>[▲](#index)