Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
c9c82173
Unverified
Commit
c9c82173
authored
Aug 11, 2025
by
Sayak Paul
Committed by
GitHub
Aug 11, 2025
Browse files
[chore] complete the licensing statement. (#12001)
complete the licensing statement.
parent
135df5be
Changes
52
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
0 deletions
+20
-0
examples/dreambooth/train_dreambooth_lora_hidream.py
examples/dreambooth/train_dreambooth_lora_hidream.py
+1
-0
examples/dreambooth/train_dreambooth_lora_lumina2.py
examples/dreambooth/train_dreambooth_lora_lumina2.py
+1
-0
examples/dreambooth/train_dreambooth_lora_sana.py
examples/dreambooth/train_dreambooth_lora_sana.py
+1
-0
examples/dreambooth/train_dreambooth_lora_sd3.py
examples/dreambooth/train_dreambooth_lora_sd3.py
+1
-0
examples/dreambooth/train_dreambooth_lora_sdxl.py
examples/dreambooth/train_dreambooth_lora_sdxl.py
+1
-0
examples/dreambooth/train_dreambooth_sd3.py
examples/dreambooth/train_dreambooth_sd3.py
+1
-0
examples/flux-control/train_control_flux.py
examples/flux-control/train_control_flux.py
+1
-0
examples/flux-control/train_control_lora_flux.py
examples/flux-control/train_control_lora_flux.py
+1
-0
examples/kandinsky2_2/text_to_image/train_text_to_image_decoder.py
...kandinsky2_2/text_to_image/train_text_to_image_decoder.py
+1
-0
examples/kandinsky2_2/text_to_image/train_text_to_image_prior.py
...s/kandinsky2_2/text_to_image/train_text_to_image_prior.py
+1
-0
examples/research_projects/autoencoderkl/train_autoencoderkl.py
...es/research_projects/autoencoderkl/train_autoencoderkl.py
+1
-0
examples/research_projects/controlnet/train_controlnet_webdataset.py
...search_projects/controlnet/train_controlnet_webdataset.py
+1
-0
examples/research_projects/diffusion_dpo/train_diffusion_dpo.py
...es/research_projects/diffusion_dpo/train_diffusion_dpo.py
+1
-0
examples/research_projects/diffusion_dpo/train_diffusion_dpo_sdxl.py
...search_projects/diffusion_dpo/train_diffusion_dpo_sdxl.py
+1
-0
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora.py
...projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora.py
+1
-0
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora_wds.py
...ects/diffusion_orpo/train_diffusion_orpo_sdxl_lora_wds.py
+1
-0
examples/research_projects/flux_lora_quantization/train_dreambooth_lora_flux_miniature.py
...lora_quantization/train_dreambooth_lora_flux_miniature.py
+1
-0
examples/research_projects/multi_token_textual_inversion/textual_inversion.py
...ojects/multi_token_textual_inversion/textual_inversion.py
+1
-0
examples/research_projects/onnxruntime/text_to_image/train_text_to_image.py
...projects/onnxruntime/text_to_image/train_text_to_image.py
+1
-0
examples/research_projects/onnxruntime/textual_inversion/textual_inversion.py
...ojects/onnxruntime/textual_inversion/textual_inversion.py
+1
-0
No files found.
examples/dreambooth/train_dreambooth_lora_hidream.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
copy
import
copy
...
...
examples/dreambooth/train_dreambooth_lora_lumina2.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
copy
import
copy
...
...
examples/dreambooth/train_dreambooth_lora_sana.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# /// script
# /// script
# dependencies = [
# dependencies = [
...
...
examples/dreambooth/train_dreambooth_lora_sd3.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
copy
import
copy
...
...
examples/dreambooth/train_dreambooth_lora_sdxl.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
gc
import
gc
...
...
examples/dreambooth/train_dreambooth_sd3.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
copy
import
copy
...
...
examples/flux-control/train_control_flux.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
copy
import
copy
...
...
examples/flux-control/train_control_lora_flux.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
copy
import
copy
...
...
examples/kandinsky2_2/text_to_image/train_text_to_image_decoder.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
logging
import
logging
...
...
examples/kandinsky2_2/text_to_image/train_text_to_image_prior.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
logging
import
logging
...
...
examples/research_projects/autoencoderkl/train_autoencoderkl.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
contextlib
import
contextlib
...
...
examples/research_projects/controlnet/train_controlnet_webdataset.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
functools
import
functools
...
...
examples/research_projects/diffusion_dpo/train_diffusion_dpo.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
contextlib
import
contextlib
...
...
examples/research_projects/diffusion_dpo/train_diffusion_dpo_sdxl.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
contextlib
import
contextlib
...
...
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
contextlib
import
contextlib
...
...
examples/research_projects/diffusion_orpo/train_diffusion_orpo_sdxl_lora_wds.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
contextlib
import
contextlib
...
...
examples/research_projects/flux_lora_quantization/train_dreambooth_lora_flux_miniature.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
copy
import
copy
...
...
examples/research_projects/multi_token_textual_inversion/textual_inversion.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
logging
import
logging
...
...
examples/research_projects/onnxruntime/text_to_image/train_text_to_image.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
logging
import
logging
...
...
examples/research_projects/onnxruntime/textual_inversion/textual_inversion.py
View file @
c9c82173
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
import
argparse
import
argparse
import
logging
import
logging
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment