[image](readme/ComfyUI-workflow.png) + diff --git a/mask-image.py b/mask-image.py new file mode 100644 index 0000000..3b62b06 --- /dev/null +++ b/mask-image.py @@ -0,0 +1,123 @@ +import os +from functools import reduce +import wget +import cv2 +import numpy as ...
The next generation of LoRAs will be trained onSDXL Quick Use: AUTOMATIC1111users can use LoRAs by downloading them, placing them in the folderstable-diffusion-webui/models/Loraand then adding the phrase<lora:LORA-FILENAME:WEIGHT>to your prompt, whereLORA-FILENAMEis the filename of the LoRA...