comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
57.49k stars 6.09k forks source link

Flux fill is prone to crashing #5715

Open yincangshiwei opened 11 hours ago

yincangshiwei commented 11 hours ago

Expected Behavior

Normal output.

Actual Behavior

After a few drawings it occasionally looks like this: image

Steps to Reproduce

flux fill test.json

Debug Logs

got prompt
using extra model: /root/ComfyUI/models/sams/sam_hq_vit_l.pth
<All keys matched successfully>
grounding-dino is using models/bert-base-uncased
final text_encoder_type: /root/ComfyUI/models/bert-base-uncased
# 😺dzNodes: LayerStyle -> SegmentAnythingUltra Processed 1 image(s).
loaded completely 18778.313576507568 18638.461921691895 True
torch.Size([1, 1, 1024, 768])
torch.Size([1, 1, 1024, 768])
100%|██████████| 20/20 [00:19<00:00,  1.03it/s]
Prompt executed in 48.17 seconds

Other

No response

maizhouzi commented 1 hour ago

I encountered the same issue; it seems that during the iteration process, one or more steps turn into complete noise.