Posts

comfyui_ultimatesdupscale

 comfyui_ultimatesdupscale FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\simra\\Downloads\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\comfyui_ultimatesdupscale\\repositories\\ultimate_sd_upscale\\scripts\\ultimate-upscale.py' so created a scripts folder and copied ultimate-upscale.py

directadmin mail storage

rm -rf  /home/drushtiin/imap/drushti.in/k.kailash/Maildir/.Junk/cur mv /home/drushtiin/imap/drushti.in/k.kailash/Maildir/cur /mnt/bum/month folder

buffer overflow detected zimbra mysql not starting

 buffer overflow detected /opt/zimbra/log tail -f mysql_error.log 2025-01-08 13:19:42 139686650230656 [Note] InnoDB: The log sequence number 41186032713 in ibdata file do not match the log sequence number 41944999446 in the /opt/zimbra/db/data remove all 3 files ibdata1 ib_logfile0 ib_logfile1 rsync -avhe 'ssh -p 22' ib* root@172.16.2.22:/opt/zimbra/db/data/ restart  zmcontrol restart

secondary disk backup or local backup

webmail.korb.co.in

Image
 one time mail recvd for verification on postmaster.korb.co.in

to use comfyui python on windows from teminal

 C:\Users\simra\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts set this in path remove other python paths also you can check comfyui python verion Loading personal and system profiles took 1098ms. (base) PS C:\Users\simra\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded> .\python.exe -V Python 3.11.9 (base) PS C:\Users\simra\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded> python -V Python 3.12.7 both are different python one is from system and one is from comfyui

ImportError: DLL load failed while importing onnx_cpp2py_export

  Fixed, I had to input the following commands from the comfyUI portable root folder: python_embeded\python.exe -m pip uninstall onnx onnxruntime onnxruntime-gpu python_embeded\python.exe -m pip install onnx onnx==1.14.0 onnxruntime-gpu==1.15.0 I'm not very literate in python or any of this. But I think it was running on onnx 1.16.2 ModuleNotFoundError: No module named 'facexlib' python -m pip install --use-pep517 facexlib