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/advanced_diffusion_training/train_dreambooth_lora_flux_advanced.py
...diffusion_training/train_dreambooth_lora_flux_advanced.py
+1
-0
examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py
...diffusion_training/train_dreambooth_lora_sd15_advanced.py
+1
-0
examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py
...diffusion_training/train_dreambooth_lora_sdxl_advanced.py
+1
-0
examples/cogview4-control/train_control_cogview4.py
examples/cogview4-control/train_control_cogview4.py
+1
-0
examples/consistency_distillation/train_lcm_distill_lora_sd_wds.py
...consistency_distillation/train_lcm_distill_lora_sd_wds.py
+1
-0
examples/consistency_distillation/train_lcm_distill_lora_sdxl.py
...s/consistency_distillation/train_lcm_distill_lora_sdxl.py
+1
-0
examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.py
...nsistency_distillation/train_lcm_distill_lora_sdxl_wds.py
+1
-0
examples/consistency_distillation/train_lcm_distill_sd_wds.py
...ples/consistency_distillation/train_lcm_distill_sd_wds.py
+1
-0
examples/consistency_distillation/train_lcm_distill_sdxl_wds.py
...es/consistency_distillation/train_lcm_distill_sdxl_wds.py
+1
-0
examples/controlnet/train_controlnet.py
examples/controlnet/train_controlnet.py
+1
-0
examples/controlnet/train_controlnet_flax.py
examples/controlnet/train_controlnet_flax.py
+1
-0
examples/controlnet/train_controlnet_flux.py
examples/controlnet/train_controlnet_flux.py
+1
-0
examples/controlnet/train_controlnet_sd3.py
examples/controlnet/train_controlnet_sd3.py
+1
-0
examples/controlnet/train_controlnet_sdxl.py
examples/controlnet/train_controlnet_sdxl.py
+1
-0
examples/custom_diffusion/train_custom_diffusion.py
examples/custom_diffusion/train_custom_diffusion.py
+1
-0
examples/dreambooth/train_dreambooth.py
examples/dreambooth/train_dreambooth.py
+1
-0
examples/dreambooth/train_dreambooth_flux.py
examples/dreambooth/train_dreambooth_flux.py
+1
-0
examples/dreambooth/train_dreambooth_lora.py
examples/dreambooth/train_dreambooth_lora.py
+1
-0
examples/dreambooth/train_dreambooth_lora_flux.py
examples/dreambooth/train_dreambooth_lora_flux.py
+1
-0
examples/dreambooth/train_dreambooth_lora_flux_kontext.py
examples/dreambooth/train_dreambooth_lora_flux_kontext.py
+1
-0
No files found.
examples/advanced_diffusion_training/train_dreambooth_lora_flux_advanced.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/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.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/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.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/cogview4-control/train_control_cogview4.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/consistency_distillation/train_lcm_distill_lora_sd_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
functools
import
functools
...
...
examples/consistency_distillation/train_lcm_distill_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
copy
import
copy
...
...
examples/consistency_distillation/train_lcm_distill_lora_sdxl_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
copy
import
copy
...
...
examples/consistency_distillation/train_lcm_distill_sd_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
functools
import
functools
...
...
examples/consistency_distillation/train_lcm_distill_sdxl_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
copy
import
copy
...
...
examples/controlnet/train_controlnet.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/controlnet/train_controlnet_flax.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/controlnet/train_controlnet_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/controlnet/train_controlnet_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
contextlib
import
contextlib
...
...
examples/controlnet/train_controlnet_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
functools
import
functools
...
...
examples/custom_diffusion/train_custom_diffusion.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
itertools
import
itertools
...
...
examples/dreambooth/train_dreambooth.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_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.
# /// script
# /// script
# dependencies = [
# dependencies = [
...
...
examples/dreambooth/train_dreambooth_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
copy
import
copy
...
...
examples/dreambooth/train_dreambooth_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.
# /// script
# /// script
# dependencies = [
# dependencies = [
...
...
examples/dreambooth/train_dreambooth_lora_flux_kontext.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
...
...
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