()
| 1092 | |
| 1093 | #[test] |
| 1094 | fn image_preprocess_nonexistent_file_errors() { |
| 1095 | let result = image_preprocess("/tmp/nonexistent_cake_test_image_12345.png"); |
| 1096 | assert!(result.is_err()); |
| 1097 | } |
| 1098 | |
| 1099 | // --- StableDiffusionConfig construction for all versions --- |
| 1100 |
nothing calls this directly
no test coverage detected