2023-08-25 01:59:46 +00:00
# Example Workflows
2023-09-07 05:58:39 +00:00
We've curated some example workflows for you to get started with Workflows in InvokeAI
2023-08-25 01:59:46 +00:00
2023-10-31 05:06:48 +00:00
To use them, right click on your desired workflow, follow the link to GitHub and click the "⬇" button to download the raw file. You can then use the "Load Workflow" functionality in InvokeAI to load the workflow and start generating images!
2023-08-25 01:59:46 +00:00
2023-09-07 06:11:22 +00:00
If you're interested in finding more workflows, checkout the [#share-your-workflows ](https://discord.com/channels/1020123559063990373/1130291608097661000 ) channel in the InvokeAI Discord.
* [SD1.5 / SD2 Text to Image ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/Text_to_Image.json )
2023-11-20 03:08:01 +00:00
* [SDXL Text to Image ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/SDXL_Text_to_Image.json )
* [SDXL Text to Image with Refiner ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/SDXL_w_Refiner_Text_to_Image.json )
* [Multi ControlNet (Canny & Depth) ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/Multi_ControlNet_Canny_and_Depth.json )
2023-10-31 05:06:48 +00:00
* [Tiled Upscaling with ControlNet ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/ESRGAN_img2img_upscale_w_Canny_ControlNet.json )
2023-11-20 03:08:01 +00:00
* [Prompt From File ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/Prompt_from_File.json )
* [Face Detailer with IP-Adapter & ControlNet ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/Face_Detailer_with_IP-Adapter_and_Canny.json )
Nodes-FaceTools (FaceIdentifier, FaceOff, FaceMask) (#4576)
* node-FaceTools
* Added more documentation for facetools
* invert FaceMask masking
- FaceMask had face protected and surroundings change by default (face white, else black)
- Change to how FaceOff/others work: the opposite where surroundings protected, face changes by default (face black, else white)
* reflect changed facemask behaviour in docs
* add FaceOff+FaceMask workflows
- Add FaceOff and FaceMask example workflows to docs/workflows
* add FaceMask+FaceOff workflows to exampleworkflows.md
- used invokeai URL paths mimicking other workflow URLs, hopefully they translate when/if merged
* inheriting, typehints, black/isort/flake8
- modified FaceMask and FaceOff output classes to inherit base image, height, width from ImageOutput
- Added type annotations to helper functions, required some reworking of code's stored data
* remove credit header
- Was in my personal/repo copy, don't think it's necessary if merged.
* Optionals & image declaration duplication
- Added Optional[] to optional outputs and types
- removed duplication of image = context.services.images.get_pil_images(self.image.image_name) declaration
- Still need to find a way to deal with mask_pil None typing errors
* face(facetools): fix typing issues, add validation, clean up structure
* feat(facetools): update field descriptions
* Update FaceOff_FaceScale2x.json
- update FaceOff workflow after Bounded Image field removed in place of inheriting Image out field from ImageOutput
* feat(facetools): pass through original image on facemask if invalid face ids requested
* feat(facetools): tidy variable names & fn calls
* feat(facetools): bundle inter font, draw ids with it
Inter is a SIL Open Font license. The license is included and is fully permissive. Inter is the same font the UI and commercial application already uses.
Only the "regular" version is bundled.
* chore(facetools): isort & fix mypy issues
* docs(facetools): update and format docs
---------
Co-authored-by: Millun Atluri <millun.atluri@gmail.com>
Co-authored-by: Millun Atluri <Millu@users.noreply.github.com>
Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2023-09-29 07:54:13 +00:00
* [FaceMask ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/FaceMask.json )
* [FaceOff with 2x Face Scaling ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/FaceOff_FaceScale2x.json )
2023-11-20 03:08:01 +00:00
* [QR Code Monster ](https://github.com/invoke-ai/InvokeAI/blob/main/docs/workflows/QR_Code_Monster.json )