From ea5e3eb587bbc517a71dc9c8aa15ea872f4eab15 Mon Sep 17 00:00:00 2001 From: Aryan Date: Thu, 19 Jun 2025 04:07:59 +0200 Subject: [PATCH] update --- .../hidream_image/pipeline_hidream_image.py | 14 ++++++++++++++ .../pipelines/hidream_image/pipeline_output.py | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/diffusers/pipelines/hidream_image/pipeline_hidream_image.py b/src/diffusers/pipelines/hidream_image/pipeline_hidream_image.py index 20f54bda1aef..341cdaf1e6ef 100644 --- a/src/diffusers/pipelines/hidream_image/pipeline_hidream_image.py +++ b/src/diffusers/pipelines/hidream_image/pipeline_hidream_image.py @@ -1,3 +1,17 @@ +# Copyright 2025 HiDream-ai Team and The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import inspect import math from typing import Any, Callable, Dict, List, Optional, Union diff --git a/src/diffusers/pipelines/hidream_image/pipeline_output.py b/src/diffusers/pipelines/hidream_image/pipeline_output.py index 1890a8a3f5f1..66f0f1260d18 100644 --- a/src/diffusers/pipelines/hidream_image/pipeline_output.py +++ b/src/diffusers/pipelines/hidream_image/pipeline_output.py @@ -1,3 +1,17 @@ +# Copyright 2025 HiDream-ai Team and The HuggingFace Team. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + from dataclasses import dataclass from typing import List, Union