hodanov
|
10b0157b79
|
Merge pull request #79 from hodanov/feature/repair_modal_deprecation_warning
Replace 'Image.extend' to 'Image.dockerfile_commands'.
|
2024-03-13 13:08:59 +09:00 |
|
hodanov
|
68d6af07d0
|
Replace 'Image.extend' to 'Image.dockerfile_commands'.
|
2024-03-13 13:08:12 +09:00 |
|
hodanov
|
9e584556fb
|
Merge pull request #76 from hodanov/feature/update_readme
Update README.
|
2024-02-14 09:42:25 +09:00 |
|
hodanov
|
7cbedfcbdf
|
Update README.
|
2024-02-14 09:41:48 +09:00 |
|
hodanov
|
bdd6ec7737
|
Merge pull request #75 from hodanov/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
|
2024-01-02 15:52:44 +09:00 |
|
dependabot[bot]
|
e4cf1a86eb
|
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-01 01:27:20 +00:00 |
|
hodanov
|
91d9f2016b
|
Merge pull request #74 from hodanov/feature/modify_makefile
Add .PHONY to force rebuild 'app'.
|
2023-12-30 01:09:43 +09:00 |
|
hodanov
|
c4f9236a33
|
Add .PHONY to force rebuild 'app'.
|
2023-12-30 01:08:59 +09:00 |
|
hodanov
|
e7fdb54420
|
Merge pull request #73 from hodanov/feature/rename_directories
Feature/rename directories
|
2023-12-29 13:23:08 +09:00 |
|
hodanov
|
9882259762
|
Repair .github/workflows/docker_image_ci.yml.
|
2023-12-29 13:17:59 +09:00 |
|
hodanov
|
4e94d7bcbb
|
Repair .github/workflows/docker_image_ci.yml.
|
2023-12-29 13:15:56 +09:00 |
|
hodanov
|
d5808afafc
|
Repair .github/workflows/docker_image_ci.yml.
|
2023-12-29 13:14:16 +09:00 |
|
hodanov
|
16cda3a7e2
|
Modify README and Makefile.
|
2023-12-29 13:12:36 +09:00 |
|
hodanov
|
5269f74630
|
Rename some directories.
|
2023-12-29 13:06:11 +09:00 |
|
hodanov
|
ada08bd2fe
|
Merge pull request #72 from hodanov/dependabot/pip/setup_files/transformers-4.36.2
Bump transformers from 4.36.1 to 4.36.2 in /setup_files
|
2023-12-28 22:07:59 +09:00 |
|
dependabot[bot]
|
a40fc5f64e
|
Bump transformers from 4.36.1 to 4.36.2 in /setup_files
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.1 to 4.36.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.36.1...v4.36.2)
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-25 01:38:06 +00:00 |
|
hodanov
|
6975af74e1
|
Merge pull request #71 from hodanov/feature/readme
Update readme.
|
2023-12-22 00:05:11 +09:00 |
|
hodanov
|
a7ff50df89
|
Update readme.
|
2023-12-21 23:56:27 +09:00 |
|
hodanov
|
81fda1d0ad
|
Merge pull request #69 from hodanov/dependabot/pip/setup_files/transformers-4.36.1
Bump transformers from 4.35.2 to 4.36.1 in /setup_files
|
2023-12-20 22:18:45 +09:00 |
|
dependabot[bot]
|
7a1c92add3
|
Bump transformers from 4.35.2 to 4.36.1 in /setup_files
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.2 to 4.36.1.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.35.2...v4.36.1)
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-18 01:31:33 +00:00 |
|
hodanov
|
ba801158f1
|
Merge pull request #67 from hodanov/feature/implement_img2img
Implement sd15_img2img
|
2023-12-17 13:52:38 +09:00 |
|
hodanov
|
4c90503576
|
Update Readme.md.
|
2023-12-17 13:50:49 +09:00 |
|
hodanov
|
100795dd00
|
Implement img2img inference method using by sd15.
|
2023-12-17 13:46:25 +09:00 |
|
hodanov
|
fcfb6b347f
|
Merge pull request #64 from hodanov/feature/upgrade_to_use_sdxl
Implement SDXLTxt2Img
|
2023-12-10 17:02:34 +09:00 |
|
hodanov
|
c882fa4649
|
Update README.
|
2023-12-10 17:00:05 +09:00 |
|
hodanov
|
6b522e20eb
|
Implement SDXLTxt2Img.
|
2023-12-10 16:46:03 +09:00 |
|
hodanov
|
8a0a28e999
|
Merge pull request #63 from hodanov/dependabot/pip/setup_files/safetensors-0.4.1
Bump safetensors from 0.4.0 to 0.4.1 in /setup_files
|
2023-12-08 20:48:50 +09:00 |
|
dependabot[bot]
|
37f5395454
|
Bump safetensors from 0.4.0 to 0.4.1 in /setup_files
Bumps [safetensors](https://github.com/huggingface/safetensors) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/huggingface/safetensors/releases)
- [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md)
- [Commits](https://github.com/huggingface/safetensors/compare/v0.4.0...v0.4.1)
---
updated-dependencies:
- dependency-name: safetensors
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-08 11:39:54 +00:00 |
|
hodanov
|
9581944c6a
|
Merge pull request #62 from hodanov/dependabot/pip/setup_files/diffusers-torch--0.24.0
Bump diffusers[torch] from 0.23.1 to 0.24.0 in /setup_files
|
2023-12-08 20:38:25 +09:00 |
|
dependabot[bot]
|
213ed636d5
|
Bump diffusers[torch] from 0.23.1 to 0.24.0 in /setup_files
Bumps [diffusers[torch]](https://github.com/huggingface/diffusers) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/huggingface/diffusers/releases)
- [Commits](https://github.com/huggingface/diffusers/compare/v0.23.1...v0.24.0)
---
updated-dependencies:
- dependency-name: diffusers[torch]
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-04 01:35:24 +00:00 |
|
hodanov
|
e210333d83
|
Merge pull request #61 from hodanov/feature/modify_filename
Rename a file and a class.
|
2023-12-04 10:32:52 +09:00 |
|
hodanov
|
0132166fe6
|
Rename a file and a class.
|
2023-12-04 10:31:39 +09:00 |
|
hodanov
|
2d1c1ffc4c
|
Merge pull request #60 from hodanov/feature/enable_output_avif
Add ignore linter.
|
2023-12-01 01:07:35 +09:00 |
|
hodanov
|
78e71b79b2
|
Remove pyflakes check.
|
2023-12-01 01:06:27 +09:00 |
|
hodanov
|
6364fcc76b
|
Remove pyflakes check.
|
2023-12-01 01:05:56 +09:00 |
|
hodanov
|
da2beda2a9
|
Test.
|
2023-12-01 01:03:45 +09:00 |
|
hodanov
|
443837431b
|
Test.
|
2023-12-01 01:02:27 +09:00 |
|
hodanov
|
9a1abe604a
|
Comment out pycodestyle lint.
|
2023-12-01 00:59:58 +09:00 |
|
hodanov
|
8aaf36af53
|
Comment out pycodestyle lint.
|
2023-12-01 00:58:38 +09:00 |
|
hodanov
|
455a7dfcaa
|
Add ignore linter.
|
2023-12-01 00:53:27 +09:00 |
|
hodanov
|
4dfb9d1e22
|
Add ignore linter.
|
2023-12-01 00:52:30 +09:00 |
|
hodanov
|
e1baa68b2d
|
Merge pull request #59 from hodanov/feature/enable_output_avif
Enable output avif format.
|
2023-12-01 00:48:52 +09:00 |
|
hodanov
|
a739a67f86
|
Add ignore linter.
|
2023-12-01 00:44:40 +09:00 |
|
hodanov
|
6b64a68121
|
Add ignore linter.
|
2023-12-01 00:41:22 +09:00 |
|
hodanov
|
32e7e16d62
|
Add ignore linter.
|
2023-12-01 00:34:29 +09:00 |
|
hodanov
|
22d29b1adc
|
Add ignore linter.
|
2023-12-01 00:29:04 +09:00 |
|
hodanov
|
ff8e0e2714
|
Add ignore linter.
|
2023-12-01 00:23:49 +09:00 |
|
hodanov
|
e226d1a241
|
Add ignore linter.
|
2023-12-01 00:18:12 +09:00 |
|
hodanov
|
43b3e34171
|
Ignore a lint error about 'import pillow_avif'.
|
2023-12-01 00:11:04 +09:00 |
|
hodanov
|
7d5a069978
|
Enable output avif format.
|
2023-11-30 23:58:44 +09:00 |
|