Safe-and-Stable-Ckpt2Safetensors-Conversion-Tool-GUI icon indicating copy to clipboard operation
Safe-and-Stable-Ckpt2Safetensors-Conversion-Tool-GUI copied to clipboard

Convert your Stable Diffusion checkpoints quickly and easily.

Results 8 Safe-and-Stable-Ckpt2Safetensors-Conversion-Tool-GUI issues
Sort by recently updated
recently updated
newest added

Exception in thread Thread-1 (process_directory): Traceback (most recent call last): File "/home/wilk/.local/lib/python3.10/site-packages/pandas/core/arrays/datetimes.py", line 2192, in objects_to_datetime64ns values, tz_parsed = conversion.datetime_to_datetime64(data.ravel("K")) File "pandas/_libs/tslibs/conversion.pyx", line 359, in pandas._libs.tslibs.conversion.datetime_to_datetime64 TypeError: Unrecognized value type:...

got an error after fresh install "ModuleNotFoundError: No module named 'tkinter'" fixed it with sudo apt-get install python3-tk, maybe its worth to add to notes or someting.

Hi, i followed all step and got this. Thanks ``` $ python3.8 run_app_gui.py Error: Invalid folder path. Traceback (most recent call last): File "run_app_gui.py", line 310, in main() File "run_app_gui.py",...

environment: macos m1 python 3.9 ``` python3 run_app_gui.py /Users/songkeys/Library/Python/3.9/lib/python/site-packages/PySimpleGUI/PySimpleGUI.py:24845: UserWarning: You are running a VERY old version of tkinter 8.5.9. You cannot use PNG formatted images for example. Please upgrade...

can you add converting from CKPT/Safetensors to Tensorflow Lite?

am i just stupid? i don't even see anything in this program to actually run the program, an explanation on how to run it would be great.

NOT working import to DiffusionBee(MAC M2platform) after conversion safttensors to ckpt, ERROR information as below. Error Traceback (most recent call last): File "convert_model.py", line 28, in KeyError: 'state_dict' [18150] Failed...

i experienced crashes with long file names, i dont know if there is a limit on the total path length but after debugging it seems that `selected_path = file_explorer.SelectedFileSystem.path `...