marhensa commited on
Commit
23f6686
1 Parent(s): 7d98d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -25
README.md CHANGED
@@ -10,16 +10,14 @@ tags:
10
 
11
  Drag and Drop Template.JSON / Template.PNG into [ComfyUI in browser](https://github.com/comfyanonymous/ComfyUI) to load the template! (Yes even output PNG file works as workflow template).
12
 
13
- # ADDITIONAL INSTALLATION NOTES:
14
 
15
- For **SDXL_tidy-workflow-template.json** (THE SIMPLE ONE, modified from ComfyUI official repo), you could use it as it is, it only needs Base and Refiner models of SDXL.
16
-
17
- For other workflow template, it requires custom nodes and file requirements, it's easy:
18
 
19
  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")
20
  2. "Recommended SDXL Resolution Calculator" (install it first just like number 1, open command prompt from this folder \ComfyUI\custom_nodes\ then use this command "git clone https://github.com/marhensa/sdxl-recommended-res-calc.git")
21
  3. 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\loras\ )
22
- 4. 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
23
  5. Upscale model, (needs to be downloaded into \ComfyUI\models\upscale_models\ Recommended one is 4x-UltraSharp, download [from here](https://mega.nz/folder/qZRBmaIY#nIG8KyWFcGNTuMX_XNbJ_g). All the list of Upscale model is [here](https://upscale.wiki/wiki/Model_Database))
24
  6. Single (Non Base+Refiner) SDXL Finetuned Checkpoints, (can be downloaded in CivitAI, my favorite is [Crystal Clear XL](https://civitai.com/models/122822), download Safetensors file and put into \ComfyUI\models\checkpoints\ )
25
  7. Restart ComfyUI
@@ -38,27 +36,19 @@ You only need to input your FINAL target resolution with this custom node.
38
 
39
  # WORKFLOW SELECTION:
40
 
41
- ## [MY RECOMMENDATION!] Single SDXL Checkpoint Workflow with Model Upscaler: [SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-ModelUpscale-workflow-template.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-ModelUpscale-workflow-template.png)
42
- (click url above to download, drag and drop that PNG image file into ComfyUI interface, it will open up as workflow template)
43
- ![_preview_SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-ModelUpscale-workflow-template.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/_preview_SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-ModelUpscale-workflow-template.jpg)
44
-
45
- ## Same as Above with Additional Control-LoRA: [https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale-ControlNet.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale-ControlNet.png) and reference example: [halo.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/halo.jpg)
46
- ![_https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale-ControlNet.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale-ControlNet.png)
47
-
48
- ## Single SDXL Checkpoint Latent Upscaler (it's fast but grainy): [SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-FastLatentUpscale-workflow-template.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-FastLatentUpscale-workflow-template.png)
49
- ![_preview_SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-FastLatentUpscale-workflow-template.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/_preview_SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-SingleSDXL-FastLatentUpscale-workflow-template.jpg)
50
-
51
- ## SDXL Base+Refiner Workflow with Model Upscaler on Both: [SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.png)
52
- ![_preview_SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/_preview_SDXL_tidy-SAIstyle-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.jpg)
53
 
54
- ## Same as Above with Additional SDXL G-L Prompt: [SDXL_tidy-SAIstyle-GLpromptSDXL-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_tidy-SAIstyle-GLpromptSDXL-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.png)
55
- ![_preview_SDXL_tidy-SAIstyle-GLpromptSDXL-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/_preview_SDXL_tidy-SAIstyle-GLpromptSDXL-LoRA-VAE-RecRes-KsamplerUpscaleBaseRefiner-workflow-template.jpg)
 
56
 
57
- ## [My Previous Recommendation] Simple Prompt SDXL: [SDXL_tidy-SAIstyle-LoRA-VAE-workflow-template_rev4b.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_tidy-SAIstyle-LoRA-VAE-workflow-template_rev4b.png)
58
- ![_preview_SDXL_tidy-SAIstyle-LoRA-VAE-workflow-template_rev4b.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/_preview_SDXL_tidy-SAIstyle-LoRA-VAE-workflow-template_rev4b.jpg)
59
 
60
- ## Tidy SDXL: [SDXL_tidy-workflow-template.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_tidy-workflow-template.png)
61
- ![_preview_SDXL_tidy-workflow-template.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/_preview_SDXL_tidy-workflow-template.jpg)
62
 
63
- ## Tidy Old Stable Diffusion 1.5 Based: [SD15_tidy-latent-hiresfix.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SD15_tidy-latent-hiresfix.png)
64
- ![_preview_SD15_tidy-latent-hiresfix.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/_preview_SD15_tidy-latent-hiresfix.jpg)
 
10
 
11
  Drag and Drop Template.JSON / Template.PNG into [ComfyUI in browser](https://github.com/comfyanonymous/ComfyUI) to load the template! (Yes even output PNG file works as workflow template).
12
 
13
+ # PREQUISITE INSTALLATION NOTES:
14
 
15
+ It requires custom nodes and file requirements, it's easy:
 
 
16
 
17
  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")
18
  2. "Recommended SDXL Resolution Calculator" (install it first just like number 1, open command prompt from this folder \ComfyUI\custom_nodes\ then use this command "git clone https://github.com/marhensa/sdxl-recommended-res-calc.git")
19
  3. 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\loras\ )
20
+ 4. VAE selector, (needs a VAE file, download SDXL BF16 VAE from [here](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/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
21
  5. Upscale model, (needs to be downloaded into \ComfyUI\models\upscale_models\ Recommended one is 4x-UltraSharp, download [from here](https://mega.nz/folder/qZRBmaIY#nIG8KyWFcGNTuMX_XNbJ_g). All the list of Upscale model is [here](https://upscale.wiki/wiki/Model_Database))
22
  6. Single (Non Base+Refiner) SDXL Finetuned Checkpoints, (can be downloaded in CivitAI, my favorite is [Crystal Clear XL](https://civitai.com/models/122822), download Safetensors file and put into \ComfyUI\models\checkpoints\ )
23
  7. Restart ComfyUI
 
36
 
37
  # WORKFLOW SELECTION:
38
 
39
+ ## [MY RECOMMENDATION!] Single SDXL Checkpoint Workflow with Model Upscaler:
40
+ (drag and drop that PNG image file into ComfyUI interface, it will open up as workflow template)
41
+ ![SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale.png)
 
 
 
 
 
 
 
 
 
42
 
43
+ ## Same as Above with Additional Control-LoRA:
44
+ (image reference example: [halo.jpg](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/halo.jpg))
45
+ ![SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale-ControlNet.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-ModelUpscale-ControlNet.png)
46
 
47
+ ## Single SDXL Checkpoint Latent Upscaler (it's fast but grainy):
48
+ ![SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-LatentUpscale.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_Single_Tidy_PromptStyler-LoRA-VAE-RecRes-LatentUpscale.png)
49
 
50
+ ## [My Previous Recommendation] Simple Prompt SDXL:
51
+ ![SDXL_BaseRefiner_Tidy_PromptStyler-LoRA-VAE.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SDXL_BaseRefiner_Tidy_PromptStyler-LoRA-VAE.png)
52
 
53
+ ## Simple Prompt SD1.5 Based:
54
+ ![SD15_PromptStyler-LoRA-VAE-LatentHiresFix.png](https://huggingface.co/datasets/marhensa/comfyui-workflow/resolve/main/SD15_PromptStyler-LoRA-VAE-LatentHiresFix.png)