Open ccs779 opened 2 months ago
@ccs779
The error message indicates that the checkpoint file 'flux1-schnell-fp8.safetensors' is not found in the expected list of checkpoint files.
It also mentions that a required input 'ckpt_name' is missing.
To fix this issue, you could try the following:
Check the file path: Ensure that the 'flux1-schnell-fp8.safetensors' file is in the correct directory where the script is looking for checkpoint files.
Verify the checkpoint name: Make sure the name 'flux1-schnell-fp8.safetensors' is spelled correctly and matches the actual filename.
Update the list of valid checkpoints: If you're using a configuration file or a list of allowed checkpoints, add 'flux1-schnell-fp8.safetensors' to that list.
Provide the 'ckpt_name' parameter: In your code or configuration, make sure you're explicitly setting the 'ckpt_name' parameter to 'flux1-schnell-fp8.safetensors'.
Check the framework documentation: Look up the specific requirements for the CheckpointLoaderSimple in the documentation of this framework.
Prompt outputs failed validation CheckpointLoaderSimple:
Prompt outputs failed validation CheckpointLoaderSimple:
I know something is missing but I don't know how to fix it