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
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
0 deletions
+12
-0
examples/research_projects/sana/train_sana_sprint_diffusers.py
...les/research_projects/sana/train_sana_sprint_diffusers.py
+1
-0
examples/research_projects/scheduled_huber_loss_training/dreambooth/train_dreambooth.py
...eduled_huber_loss_training/dreambooth/train_dreambooth.py
+1
-0
examples/research_projects/scheduled_huber_loss_training/dreambooth/train_dreambooth_lora.py
...d_huber_loss_training/dreambooth/train_dreambooth_lora.py
+1
-0
examples/research_projects/scheduled_huber_loss_training/dreambooth/train_dreambooth_lora_sdxl.py
...er_loss_training/dreambooth/train_dreambooth_lora_sdxl.py
+1
-0
examples/research_projects/vae/vae_roundtrip.py
examples/research_projects/vae/vae_roundtrip.py
+1
-0
examples/research_projects/wuerstchen/text_to_image/train_text_to_image_lora_prior.py
...uerstchen/text_to_image/train_text_to_image_lora_prior.py
+1
-0
examples/research_projects/wuerstchen/text_to_image/train_text_to_image_prior.py
...cts/wuerstchen/text_to_image/train_text_to_image_prior.py
+1
-0
examples/t2i_adapter/train_t2i_adapter_sdxl.py
examples/t2i_adapter/train_t2i_adapter_sdxl.py
+1
-0
examples/textual_inversion/textual_inversion.py
examples/textual_inversion/textual_inversion.py
+1
-0
examples/textual_inversion/textual_inversion_sdxl.py
examples/textual_inversion/textual_inversion_sdxl.py
+1
-0
tests/fixtures/custom_pipeline/pipeline.py
tests/fixtures/custom_pipeline/pipeline.py
+1
-0
tests/fixtures/custom_pipeline/what_ever.py
tests/fixtures/custom_pipeline/what_ever.py
+1
-0
No files found.
examples/research_projects/sana/train_sana_sprint_diffusers.py
View file @
c9c82173
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,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
io
import
io
...
...
examples/research_projects/scheduled_huber_loss_training/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/research_projects/scheduled_huber_loss_training/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/research_projects/scheduled_huber_loss_training/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
contextlib
import
contextlib
...
...
examples/research_projects/vae/vae_roundtrip.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
typing
import
typing
...
...
examples/research_projects/wuerstchen/text_to_image/train_text_to_image_lora_prior.py
View file @
c9c82173
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,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/wuerstchen/text_to_image/train_text_to_image_prior.py
View file @
c9c82173
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,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/t2i_adapter/train_t2i_adapter_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/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/textual_inversion/textual_inversion_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
logging
import
logging
...
...
tests/fixtures/custom_pipeline/pipeline.py
View file @
c9c82173
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,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.
# limitations under the License.
# limitations under the License.
...
...
tests/fixtures/custom_pipeline/what_ever.py
View file @
c9c82173
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,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.
# limitations under the License.
# limitations under the License.
...
...
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