some wyrde workflows for comfyUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wyrde b6dbf9cede images and info 2 years ago
..
README.md images and info 2 years ago
example.png Create example.png 2 years ago
wyrde was basic img resize.png new category and workflow 2 years ago
wyrde was basic img2img switch.png new category and workflow 2 years ago
wyrde was basic prompts.png images and info 2 years ago
wyrde was basic vae switch.png new category and workflow 2 years ago
wyrde was node basic move2.png new category and workflow 2 years ago
wyrde was node basic move3.png new category and workflow 2 years ago
wyrde was node basic.json new category and workflow 2 years ago
wyrde was node basic.png new category and workflow 2 years ago

README.md

wyrde'a basic workflows

This is a workflow utilizing several WAS nodes.

Switching nodes

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.

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.
  • To change back, drag a noodle from the VAE dot in the CheckpointLoaderSimple node to the purple redirect node below.

In stable diffusion, size does matter

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 for experimenting.)

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.

Prompts

The workflow includes some basic propmts. Prompts are split into 2 types, positive and negative.

  • Positive prompts are what what you hope to see in the result.
    • (Positibe prompts are often referred to simply as prompts, but sometimes prompts means both positive and negative prompts. Confusing? Welcome to Stable Diffusion!)
  • Negative prompts are items which the user hopes don't show up in the result.
  • There are all sorts of guides on making good prompts.
    • Basically, a good prompt has a subject and conditionals.
    • Subject is the main thing desired in the result, such as adorable cat girl wearing a striped bikini
    • conditionals are further details about the subject or the type of image desired. detailed eyes, detailed hair, pastel hair, give further detail about the subject.
    • absurdres, vibrant, photograph, photographic photo, photogenic, rule of thirds, anime, illustration, medium shot, Azulejo, finely detailed, realistic, masterpiece, best quality, illustration, soft focus, HDR 8K, artstation, pixv, unreal engine 5, SFW, is a bunch of information about the type of image desired.
      • as an aside, Azulejo is a Portuguese tile which adds an interesting style to images with many models.

resources

WAS nodes

Model

Info about VAE

Places to find models and other Stable Diffusion goodies