Vladimir Krutikov

Results 7 comments of Vladimir Krutikov

I added the lines: print(sys.platform) print(torch.backends.mps.is_available()) After the lines: If device == "mps": torch_dtype = torch.float16 else: torch_dtype = torch.bfloat16 Result in console: darwin True

This variant doesn't change anything, as the text generation itself doesn't seem to be affected in any way, if there are more than a certain number of characters, it starts...

Where can I send log file? :)

Done. Thank you for your fast answer 🙏

> https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/1264 Nothing changes

> @achiever1984 I can get it to work with the official Flux Dev release from Huggingface https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main > > I agree that the flux1-dev-bnb-nf4.safetensors doesn't work - apologies if this...

> @achiever1984 please try `t5xxl_fp8_e4m3fn.safetensors` instead of `fp16`. For me it started working after pulling changes from @conornash on MBP M3 Pro > > UPD. ah, never mind, I see...