Bryce
4c77fd376b
feature: improvements to memory management
...
not thoroughly tested on low-memory devices
2023-05-20 13:09:00 -07:00
Adam Menges
6f9e9f64a9
docs: fix incorrect command in readme ( #327 )
2023-05-16 20:56:42 -07:00
Bryce
a8aa9f703a
build: exclude broken versions of timm as dependencies
2023-05-13 08:22:53 -07:00
Bryce
2a77b9b048
docs: add python prompt expansion example
2023-05-06 14:11:35 -07:00
Bryce
629c1c9ba9
docs: add cache clear instructions
2023-05-06 14:11:35 -07:00
Bryce
bffe1ffde0
docs: add python upscaling example
2023-05-06 14:11:35 -07:00
Bryce
e5d6880bc3
version: 12.0.2
2023-05-06 13:04:57 -07:00
Bryce Drennan
726ffe48c9
docs: make controlnet sections linkable
2023-05-05 08:56:05 -07:00
Bryce
23d4810670
version: 12.0.1
2023-05-05 08:34:34 -07:00
Bryce
9ccf55e7c7
docs: better "add details" example
2023-05-05 08:29:52 -07:00
Bryce
c9fccc1757
feature: add openjourney-v4
2023-05-05 02:53:43 -07:00
Bryce
db8d3b74ea
feature: add "detail" control mode.
...
Add details to an image. Great for upscaling an image.
2023-05-05 02:53:43 -07:00
Bryce
9526a85a71
feature: add "edit" control mode
...
Edit images using text instructions with any SD 1.5 based model. Similar to instructPix2Pix.
2023-05-05 02:53:43 -07:00
Bryce
476a81a967
feature: add "shuffle" control mode
...
Image is generated from elements of control image. similar to style transfer
2023-05-05 02:53:43 -07:00
Bryce
750d4f7ea8
docs: cleanup
2023-05-05 02:53:43 -07:00
Bryce
9a82dc5e4c
fix: raw control images are now properly loaded. fixes #296
2023-04-28 20:52:32 -07:00
Bryce
765e607c2c
fix: file numbers start after latest image, even if some previous images were deleted
2023-04-28 20:52:32 -07:00
Bryce
4cbd278972
version: 11.1.1
2023-04-18 08:11:41 -07:00
Bryce
37d6642c83
fix: fix model downloads that were broken
...
by [library change in transformers 4.27.0](8f3b4a1d5b
)
2023-03-18 13:49:11 -07:00
Bryce
eb26d5a7c5
feature: add art-scene, desktop-background, interior-style, painting-style phraselists
...
fix: file globbing works in the interactive shell
feature: make compilation animations simple slide shows
2023-03-11 15:40:52 -08:00
Bryce
de2a72f718
version: 11.0.0
2023-02-28 23:39:25 -08:00
Bryce
70c58467c0
fix: img2img was broken for all samplers except ddim,plms
...
img2img was broken for all samplers except plms and ddim when init image strength was >~0.25. Been this way for a while. whoops
2023-02-28 21:04:00 -08:00
Bryce
8273ab2c26
feature: add --fix-faces
options to aimg upscale
command
2023-02-25 14:29:55 -08:00
Bryce
d14c8f98f4
feature: aimg model-list
command lists included models
2023-02-25 14:29:55 -08:00
Bryce
173946fee3
docs: add some notes
2023-02-25 14:29:55 -08:00
Bryce
81b4a0687b
version: 10.1.1 - doc fix
2023-02-23 01:52:21 -08:00
Bryce
9831d8a24a
feature: aimg colorize
attempts to use controlnet to colorize images
2023-02-23 01:46:37 -08:00
Bryce
7899d08181
docs: update changelog
2023-02-22 23:38:47 -08:00
Bryce
b261c62d4e
docs: update docs
2023-02-22 23:38:47 -08:00
Bryce
1ceb17c083
fix: edit was broken by recent changes
2023-02-17 13:56:30 -08:00
Bryce
929eff353e
fix: edit was broken by recent changes
2023-02-17 13:43:56 -08:00
Bryce
08f6014941
version: 10.0.0
2023-02-17 10:16:35 -08:00
Bryce
882cc7e0f1
feature: generate large images with coherent composition
2023-02-16 13:09:14 -08:00
Bryce
c3a88c44cd
perf: tiled encoding of images
...
The fold/unfold/split_input_params images didn't look good
2023-02-16 13:09:14 -08:00
Bryce
2aef6089e0
feature: generate large images
...
Added a composition stage so large images are more coherent
2023-02-16 13:09:14 -08:00
Bryce
b93b6a4d7c
perf: use silu instead of nonlinearity for speedup
2023-02-15 14:22:00 -08:00
Bryce
68e7fd73c5
perf: add xformers dependency
2023-02-15 14:22:00 -08:00
Bryce
8a97213622
feature: sliced latent decoding
...
allows generation of bigger images. tile seams can be noticeable occasionally despite the feathering
2023-02-12 01:41:57 -08:00
Bryce
da70b310d5
fix: edit interface was broken
2023-02-05 21:16:09 -08:00
Bryce
d1dbd500eb
fix: use entry_points for windows
...
python converts entry_points to exe files so they run on windows. The scripts that work on linux/macos don't work on windows.
2023-02-05 19:20:47 -08:00
Bryce
5bedaebe45
version: 9.0.0
2023-02-05 09:53:24 -08:00
Bryce
eeb80f81aa
docs: update changelog
2023-02-05 12:41:54 -05:00
Bryce
d220819377
feature: accept multiple input images to allow batch editing
...
- move "surprise me" to "edit-demo"
2023-02-05 12:41:54 -05:00
Bryce
63f32846bb
docs: no mps training; how change cache dir
2023-02-05 12:41:54 -05:00
Deadolus
8df10576f3
fix: removing stray space from readme at inopportune location ( #237 )
...
In the multiline example with the "girl with the pearl earring" was a stray space that led to an error.
As the command line was interpreted as two separate commands.
I remove the stray space in this pull-request, to spare others the headache of finding the whitespace.
2023-02-05 07:23:34 -08:00
Bryce Drennan
9eacf5e7ed
perf: improve startup time by doing some imports lazily ( #233 )
...
just running `aimg --help` or `aimg --version` was very slow due to all the imports being brought in eagerly
Before changes `aimg --help`
`2.24s user 4.05s system 184% cpu 3.416 total`
After changes:
`0.04s user 0.02s system 8% cpu 0.625 total`
Used `PYTHONPROFILEIMPORTTIME=1 aimg --help` to find time consuming imports.
Also switched to using `scripts` instead of `entrypoints` since the scripts are much faster.
Made duplicate SAMPLER_TYPE_OPTIONS that can be loaded without loading all the samplers themselves.
Likely a breaking change - not sure.
2023-02-02 21:43:04 -08:00
Bryce
b611a92b49
version: 8.3.1
2023-01-28 22:20:03 -08:00
Bryce Drennan
e619dc2867
fix: init image strength ( #225 )
2023-01-28 19:34:25 -08:00
Bryce
d7eaac2c5e
version: 8.3.0
2023-01-28 17:21:05 -08:00
Bryce Drennan
9ee09ac842
feature: add compilation animations ( #224 )
...
- add generation/compare gifs
2023-01-28 17:16:47 -08:00