marhensa commited on
Commit
3b17f32
1 Parent(s): 75534de

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Drag and Drop Template.JSON / Template.PNG into ComfyUI browser interface to load the template!
2
+
3
+ Notes:
4
+
5
+ For SDXL_tidy-workflow-template.json (THE SIMPLE ONE, modified from ComfyUI official repo), you could use it as is, it only need Base and Refiner models of SDXL.
6
+
7
+ For SDXL_tidy-SAIstyle-LoRA-VAE-workflow-template_rev3.json, it requires custom node and file requirements:
8
+ 1. "SDXL Prompt Sytler" dropdown menu (install sdxl prompt styler first, by open command prompt from this folder \ComfyUI\custom_nodes\ then use this command "git clone https://github.com/twri/sdxl_prompt_styler.git")
9
+ 2. LoRA selector, (needs a SDXL LoRA file, for example, download SDXL LoRA example from [StabilityAI](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors), put into ComfyUI\models\lora\)
10
+ 3. VAE selector, (needs a VAE file, download default VAE from [StabilityAI](https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors), put into \ComfyUI\models\vae\), just in case in the future there's better VAE or mandatory VAE for some models, use this selector
11
+ 4. Restart ComfyUI
12
+
13
+ For SDXL_tidy-SAIstyle-LoRA-VAE-workflow-template_rev3.json, prompt is now minimalistic (both positive and negative), because art style and other enhancement is selected via SDXL Prompt Styler dropdown menu.
14
+
15
+ So you could create so many style easily, without need to remembering custom prompt for specific art style. There's 3 style you could combine.
16
+
17
+ I usualy put the top one for "sai-enhance" as a replacement for "masterpiece, highest quality, etc", second one is the main style, third one is another, or leaving it as blank one "sai-base".
18
+
19
+ SDXL_tidy-workflow-template.json
20
+ ![SDXL_tidy-workflow-preview.png](https://cdn-uploads.huggingface.co/production/uploads/64c65341e77ea9f28151a4e6/2kGzbsFajZtrAsrOB53l5.png)
21
+
22
+ SDXL_tidy-SAIstyle-LoRA-VAE-workflow-template_rev3.json
23
+ ![SDXL_tidy-SAIstyle-LoRA-VAE-workflow-preview_rev3.png](https://cdn-uploads.huggingface.co/production/uploads/64c65341e77ea9f28151a4e6/-yAcsAxrG-Ef21b_E2Z_C.png)