Update PictureColorDiffusion.csproj #7
Annotations
10 warnings
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionModelModel.cs#L9
Non-nullable property 'model_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionVAEModel.cs#L9
Non-nullable property 'model_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionImageResponseModel.cs#L12
Non-nullable property 'images' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionProcessingAlwaysonScriptsModel.cs#L12
Non-nullable property 'ControlNet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionExtensionControlNetModel.cs#L9
Non-nullable property 'args' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionOptionsModel.cs#L12
Non-nullable property 'sd_model_checkpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionInterrogateRequestModel.cs#L30
Non-nullable property 'caption' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionControlNetModelListModel.cs#L11
Non-nullable property 'model_list' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/MainForm.cs#L43
Non-nullable field 'StableAPI' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with 'Release' config to the $BUILD_OUTPUT_PATH env:
PictureColorDiffusion/Models/StableDiffusionModelModel.cs#L9
Non-nullable property 'model_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading