-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello. Z-Image Turbo works, but Qwen Image returns an error:
2026-01-19 14:10:34.250 +03:00 [INF] [TextToImageView] [ExecuteAsync] - Executing pipeline.. 2026-01-19 14:10:46.505 +03:00 [ERR] [PipelineClient] [ProcessProgressQueueAsync] - An exception occurred processing progress System.IO.EndOfStreamException: Unable to read beyond the end of the stream. at System.IO.Stream.ReadAtLeastAsyncCore(Memory1 buffer, Int32 minimumBytes, Boolean throwOnEndOfStream, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at DiffuseApp.Common.Extensions.ReceiveObject[T](PipeStream pipe, CancellationToken cancellationToken)
at DiffuseApp.Common.PipelineClient.ProcessProgressQueueAsync(IProgress1 progressCallback) 2026-01-19 14:10:46.512 +03:00 [ERR] [PipelineClient] [ProcessProgressQueueAsync] - An exception occurred processing progress System.IO.EndOfStreamException: Unable to read beyond the end of the stream. at System.IO.Stream.ReadAtLeastAsyncCore(Memory1 buffer, Int32 minimumBytes, Boolean throwOnEndOfStream, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at DiffuseApp.Common.Extensions.ReceiveObject[T](PipeStream pipe, CancellationToken cancellationToken)
at DiffuseApp.Common.PipelineClient.ProcessProgressQueueAsync(IProgress1 progressCallback) 2026-01-19 14:10:46.514 +03:00 [ERR] [TextToImageView] [ExecuteAsync] - An exception occurred executing pipeline. System.IO.EndOfStreamException: Attempted to read past the end of the stream. at DiffuseApp.Common.Extensions.ReadExactlyAsync(Stream stream, Int32 count, CancellationToken cancellationToken) at DiffuseApp.Common.Extensions.ReceiveMessage[T](PipeStream pipe, CancellationToken cancellationToken) at DiffuseApp.Common.PipelineClient.SendPipelineRequestAsync(PipelineRequest request, CancellationToken cancellationToken) at DiffuseApp.Common.PipelineClient.RunAsync(PipelineOptions options) at Diffuse.Services.DiffusionService.GenerateImageAsync(DiffusionInputOptions options) at Diffuse.Views.TextToImageView.ExecuteAsync() 2026-01-19 14:11:07.675 +03:00 [INF] [TextToImageView] [ExecuteAsync] - Elapsed: 00:00:33.4246488
2026-01-19 14:09:19.054 +03:00 [INF] [PipelineServer] [PipelineChannel] Waiting for request. 2026-01-19 14:09:19.160 +03:00 [INF] [PythonPipeline] [PythonRuntime] [configure_pipeline_memory]: is_memory_offload:False, is_full_offload_enabled:False, is_model_offload_enabled:False, is_vae_slicing_enabled:False, is_vae_tiling_enabled:False 2026-01-19 14:10:34.313 +03:00 [INF] [PipelineServer] [PipelineChannel] PipelineRun request received. 2026-01-19 14:10:34.339 +03:00 [INF] [PythonPipeline] [Generate] Executing pipeline. 2026-01-19 14:10:34.510 +03:00 [INF] [PythonPipeline] [PythonRuntime] [InferenceOptions] {'seed': 1181396312, 'prompt': 'cat', 'negative_prompt': ' ', 'guidance_scale': 4, 'guidance_scale2': 1, 'steps': 30, 'steps2': 0, 'height': 1024, 'width': 1024, 'frames': 0, 'frame_rate': 0, 'strength': 1, 'control_net_scale': 1, 'scheduler': 'FlowMatchEulerDiscrete'} 2026-01-19 14:10:34.518 +03:00 [INF] [PythonPipeline] [PythonRuntime] [SchedulerOptions] {'num_train_timesteps': 1000, 'steps_offset': 0, 'beta_start': 0.00085, 'beta_end': 0.012, 'beta_schedule': 'scaled_linear', 'prediction_type': 'epsilon', 'timestep_spacing': 'linspace', 'clip_sample': False, 'clip_sample_range': 1, 'thresholding': False, 'dynamic_thresholding_ratio': 0.995, 'sample_max_value': 1, 'use_karras_sigmas': False, 'rho': 7, 'solver_order': 2, 'solver_type': 'midpoint', 'algorithm_type': 'dpmsolver++', 'lower_order_final': True, 'eta': 0, 's_noise': 1, 's_churn': 0, 's_tmin': 0, 's_tmax': 0, 'shift': 1, 'use_dynamic_shifting': False, 'base_shift': 0.5, 'max_shift': 1.15, 'stochastic_sampling': False, 'flow_shift': 1}