Soft errors on MacOS

#57
by v3rlon - opened

While trying to get it to run on an Apple M1 Ultra, I hadn’t to go back to an older PyTorch 2.3.1. I reported this in another thread, but the OP closed that. These errors still here, and was hoping to find seers on them.

That got flux.1 To work, but does seem a bit slow. I am on an M1 Ultra / 64GB ram and it is running maybe 5 minutes for Dev on a 1024*1024 using FP16 from a cold start (first render on starting). Subsequent render in the same workflow was about 4 minutes.

Also, I am BRAND NEW to ComfyUI and not much better on AI image generation (was using Fooocus a little before, but wanted Flux.1 for the hands).
I notice a couple of soft errors in terminal when using the workflow from this site (Anime girl holding a cake). These happened on the first render before the progress bar, but did not show again on changing the prompt.

clip missing: ['text_projection.weight']

huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:

  • Avoid using tokenizers before the fork if possible
  • Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false

Sign up or log in to comment