Description:
This worflow enables upscaling in two different ways:
- Automatically with the Florence module
- Manually with your own prompt
Resources you need:
📂Files for "base" version :
Model : flux1-dev-fp8.safetensors or flux1-dev-fp16.safetensors
in ComfyUI\models\diffusion_models
CLIP : clip_l.safetensors
in ComfyUI\models\clip
📂Files for GGUF version :
Model : Q8, Q6, Q5, Q4, Q3
in ComfyUI\models\unet
CLIP : Q8, Q6, Q5, Q4, Q3
in ComfyUI\models\clip
📂Common Files
Text encoder : t5xxl_fp8_e4m3fn.safetensors or ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors
VAE : ae.safetensors
in ComfyUI\models\vae
ANY upscale model :
Realistic : RealESRGAN_x4plus.pth
Anime : RealESRGAN_x4plus_anime_6B.pth
in ComfyUI\models\upscale_models
📦Custom Nodes :

Description
Tested on ComfyUI v0.3.62.
A few modifications to standardize my workflows.
FAQ
Comments (3)
3.0 Works perfectly. but 3.1 just right away give me a lot of errors
- Return type mismatch between linked nodes: conditioning, received_type(CLIP) mismatch input_type(CONDITIONING) CLIPTextEncode: - Return type mismatch between linked nodes: clip, received_type(STRING) mismatch input_type(CLIP) GetImageSizeAndCount: - Return type mismatch between linked nodes: image, received_type(CONDITIONING) mismatch input_type(IMAGE) DownloadAndLoadFlorence2Model:
........
and the list just incrieses for what i see the Florence model have all the input mixmatch but after comparing it to the 3.0 they seem similar sooo no clue, and they will still get trigger if i disable automatic promt
Same thing for me. i've got the same list of issues. 3.0 work fine
I've got better upscale result with the workflow Qwen img to img and this lora https://civitai.com/models/2046703?modelVersionId=2368038

