Browse Source

new category and workflow

category readme
basic was workflow
wyrde-docs
wyrde 2 years ago
parent
commit
113457c6d9
  1. 7
      basics/README.md
  2. 26
      basics/was-nodes-start/README.md
  3. BIN
      basics/was-nodes-start/wyrde was basic img resize.png
  4. BIN
      basics/was-nodes-start/wyrde was basic img2img switch.png
  5. BIN
      basics/was-nodes-start/wyrde was basic vae switch.png
  6. BIN
      basics/was-nodes-start/wyrde was node basic move2.png
  7. BIN
      basics/was-nodes-start/wyrde was node basic move3.png
  8. 1197
      basics/was-nodes-start/wyrde was node basic.json
  9. BIN
      basics/was-nodes-start/wyrde was node basic.png

7
basics/README.md

@ -0,0 +1,7 @@
# wyrde'a basic workflows
Some basic workflows showing beginning principles.
Be sure to check out the [comfy examples](https://comfyanonymous.github.io/ComfyUI_examples/) as well!
* [WAS Starting Workflow](./was-nodes-start/)

26
basics/was-nodes-start/README.md

@ -0,0 +1,26 @@
# wyrde'a basic workflows
This is a workflow utilizing several WAS nodes.
<img src="./wyrde was node basic.png" width="80%" align="middle">
The workflow uses noodles (the lines between nodes) to switch from img2img to txt2img and baked vae to loaded vae.
* To switch from img2img to txt2img, drag a noodle from the LATENT dot on the "_EmptyLatentImage_" node to the _redirect_ node in the blue box. (The old noodle is replaced.)
* Switch back by draging from the LATENT dot on the _VAEEncode_ box to the _redirect_ node.
<img src="wyrde was basic img2img switch.png" width="80%" align="middle">
<img src="wyrde was node basic move1.png" width="80%" align="middle">
<img src="wyrde was node basic move3.png" width="80%" align="middle">
Switching from baked VAE to loaded vae is similar. (Baked VAEs are included inside the model file.)
* Drag a noodle from the VAE dot in the _VAELoader_ node to the purple _redirect_ node below.
<img src="./wyrde was basic vae switch.png" width="80%" align="middle">
* To change back, drag a noodle from the VAE dot in the _CheckpointLoaderSimple_ node to the purple _redirect_ node below.
When using img2img, images should be resized to better fit the model. Most models are designed for 512x512 _initial_ generations. 768x512 and 512x768 are also common.
Large images will also suck of VRAM and time during sampling for the first generation. Instead of creating a big image in stable diffusion, it is better to go through a process called Hi-Res Fixing. That's a subject for another time, but for this basic workflow, stick to smaller initial images. (This can easily be changed to experiment with.)
Back to img2img.
* Use the _Resize Image_ node. The node is initially configured to resize images to 512x768. It is best to crop/alter your image in another program so it it fits 1:1 or 1:2 ratio for easy scaling. (Nodes can be used to alter images, but that's a more advanced topic.) Doesn't matter if the ratio isn't perfect, the image is a guide. Closer the better though.
* The _node's_ "mode" can be changed from "resize" to "rescale" to easily reduce larger images as well.
<img src="./wyrde was basic img resize.png" width="80%" align="middle">

BIN
basics/was-nodes-start/wyrde was basic img resize.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

BIN
basics/was-nodes-start/wyrde was basic img2img switch.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

BIN
basics/was-nodes-start/wyrde was basic vae switch.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

BIN
basics/was-nodes-start/wyrde was node basic move2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
basics/was-nodes-start/wyrde was node basic move3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

1197
basics/was-nodes-start/wyrde was node basic.json

File diff suppressed because it is too large Load Diff

BIN
basics/was-nodes-start/wyrde was node basic.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Loading…
Cancel
Save