Lincoln Stein
b4babf7680
add a screenshot to description of command-line utility
2022-08-29 23:27:44 -04:00
Lincoln Stein
85f32752fe
promote most headings by one level
2022-08-29 23:16:41 -04:00
Lincoln Stein
b757384aba
promote most headings by one level
2022-08-29 23:16:21 -04:00
Lincoln Stein
a5d21d7c94
Update README.md
...
Added a table of contents and a troubleshooting guide.
2022-08-29 23:15:49 -04:00
Lincoln Stein
8f3520e2d5
add troubleshooting guide to README
2022-08-29 23:08:04 -04:00
blessedcoolant
e57d6fd1a6
Add Temp Logo To Repo
2022-08-30 11:00:11 +12:00
Kevin Gibbons
22c25b3615
fix path to dream server in readme
2022-08-29 13:38:52 -07:00
Lincoln Stein
90cbc6362c
Display new features more prominently in the README
2022-08-29 12:59:34 -04:00
Lincoln Stein
f33ae1bdf4
Display new features more prominently in the README
2022-08-29 12:58:48 -04:00
Lincoln Stein
5d19294810
Merge pull request #128 from artmen1516/feature/colab-notebook
...
Feature: Add Colab Notebook
2022-08-29 12:37:11 -04:00
Lincoln Stein
b85773f332
resolved conflicts and write properly-formatted prompt string (with sampler & upscaling) into image file
2022-08-28 19:01:45 -04:00
Lincoln Stein
7c485a1a4a
adjusted -U upscaling argument so that it defaults to upscaling strength 0.75 if the second argument is not given
2022-08-28 17:26:39 -04:00
Lincoln Stein
ea2ee33be8
cosmetic fixup to how the outputs are reported
2022-08-28 17:06:33 -04:00
Lincoln Stein
7dfca3dcb5
moved scripts/dream_server.py into ldm/dream/server.py
2022-08-28 16:37:27 -04:00
blessedcoolant
e0de42bd03
Update README.md
2022-08-29 08:25:55 +12:00
blessedcoolant
614974a8e8
Merge branch 'main' into gfpgan-optimization
2022-08-29 08:22:26 +12:00
blessedcoolant
6e49c070bb
Optimize and Improve GFPGAN and Real-ESRGAN Pipeline
2022-08-29 08:14:29 +12:00
Lincoln Stein
042a9043d1
got rid of the cd and pwd commands, and just allow user to specify --outdir on the command
2022-08-28 15:54:12 -04:00
Lincoln Stein
8b9a520c5c
adjusted handling of from_file
2022-08-28 14:20:34 -04:00
artmen1516
ff6c11406b
add notebook and readme section
2022-08-27 17:20:44 -07:00
Lincoln Stein
dd670200bb
documentation tweaks for installation and running of the GFPGAN extension; now you have the ability to specify the previous image's seed with -S -1, the one before that with -S -2, and so forth
2022-08-26 02:17:14 -04:00
Lincoln Stein
8f89a2456a
something is not quite right; when providing -G1 option on one prompt, and then omitting it on the next, I see a "images do not match" error from GFPGAN
2022-08-26 01:20:01 -04:00
Sean McLellan
470a62dbbe
Merge branch 'main' of https://github.com/BaristaLabs/stable-diffusion-dream into add-gfpgan-option
2022-08-26 00:26:03 -04:00
Lincoln Stein
539c15966d
Update README.md
...
Put in a plug for Yansuki's morphing code.
2022-08-25 23:54:44 -04:00
Lincoln Stein
5f844807cb
Update README.md
...
Removed a bit of an uncaught merge conflict warning.
2022-08-25 23:50:56 -04:00
Sean McLellan
3a30a8f2d2
Fix not being able to disable bgupscaler; update readme
2022-08-25 23:39:03 -04:00
Sean McLellan
60ed004328
Update readme, fix defaults for case-sensitive fs's
2022-08-25 23:31:08 -04:00
Sean McLellan
dbb9132f4d
Merge branch 'main' of https://github.com/BaristaLabs/stable-diffusion-dream into add-gfpgan-option
2022-08-25 23:19:17 -04:00
Sean McLellan
5711b6d611
Add optional GFPGAN support
2022-08-25 22:57:30 -04:00
Lincoln Stein
19fa222810
refactoring complete; please test carefully!
2022-08-25 17:30:08 -04:00
Lincoln Stein
f4c95bfec0
Update README.md
2022-08-25 15:33:49 -04:00
Lincoln Stein
91d3e4605e
Update README.md
2022-08-25 15:32:48 -04:00
Lincoln Stein
652c67c90e
Update README.md
2022-08-25 15:29:41 -04:00
Lincoln Stein
d598b6c79d
Update README.md
2022-08-25 15:11:06 -04:00
Lincoln Stein
2ada3288e7
Small cleanups.
...
- Quenched tokenizer warnings during model initialization.
- Changed "batch" to "iterations" for generating multiple images in
order to conserve vram.
- Updated README.
- Moved static folder from under scripts to top level. Can store other
static content there in future.
- Added screenshot of web server in action (to static folder).
2022-08-25 15:03:40 -04:00
Lincoln Stein
26dc05e0e0
document --from_file flag, closes issue #82
2022-08-25 09:47:27 -04:00
Sean McLellan
c521ac08ee
Another update
2022-08-25 00:00:39 -04:00
Sean McLellan
29727f3e12
Another update
2022-08-24 23:59:37 -04:00
Sean McLellan
51b9a1d8d3
Update readme.md
2022-08-24 23:55:31 -04:00
Ben Alkov
25fa0ad1f2
docs(readme): update release features for v1.09
2022-08-24 17:50:29 -04:00
Lincoln Stein
7ea168227c
Update README.md
...
Added a few features that were missed in initial 1.09 commit.
2022-08-24 15:35:10 -04:00
Lincoln Stein
ef8ddffe46
updated README
2022-08-24 15:28:19 -04:00
Lincoln Stein
1eec6b776b
tweaked documentation and comments slightly
2022-08-24 15:25:52 -04:00
Lincoln Stein
9050ce152b
Fixed up a few merge conflicts, looks good so far
2022-08-24 11:29:32 -04:00
Lincoln Stein
d495bac307
updated README for version release
2022-08-24 09:31:17 -04:00
Lincoln Stein
3393b8cad1
added assertion checks for out-of-bound arguments; added various copyright and license agreement files
2022-08-24 09:22:27 -04:00
Sean McLellan
7081a84600
Fix GPU parameter in readme, add SD style finetune config
2022-08-23 20:14:40 -04:00
Sean McLellan
8952196bbf
Add personalization
2022-08-23 18:26:28 -04:00
Lincoln Stein
a21156e3e3
removed the reference to the mod-deleted Reddit walkthru of prompt weighting usage
2022-08-23 10:44:33 -04:00
Lincoln Stein
716dbbdf8c
resolved conflicts in README changelog
2022-08-23 10:40:22 -04:00
Lincoln Stein
1f2e52a1d6
fixed filename generation so that newer files are always chronologically later
2022-08-23 10:39:18 -04:00
Lincoln Stein
cb9e6d544a
Update README.md
...
Fixed a forward/backward slash error.
2022-08-23 09:35:28 -04:00
Lincoln Stein
a6d6bafd13
updated README with info on weighted partial prompts
2022-08-23 01:58:47 -04:00
Kevin Gibbons
1b7d414784
Fix usage of simplified API in readme
2022-08-22 21:01:15 -07:00
Lincoln Stein
6d1219deec
fixed filenames
2022-08-22 23:56:36 -04:00
Lincoln Stein
2afa87e911
Update README.md
2022-08-22 15:45:44 -04:00
Lincoln Stein
281e381cfc
clarify use of preload_models.py
2022-08-22 15:42:06 -04:00
Lincoln Stein
9a121f6190
updated changelog
2022-08-22 15:34:57 -04:00
Lincoln Stein
a20827697c
adjusted instructions for the released stable-diffusion-v1 weights
2022-08-22 15:33:27 -04:00
Lincoln Stein
63989ce6ff
tidied up scripts directory by moving the original CompViz scripts into a subfolder
2022-08-22 10:11:54 -04:00
Lincoln Stein
24b88c6fc5
Update README.md
2022-08-22 10:01:06 -04:00
Lincoln Stein
7cb5149a02
Update README.md
...
Fixed typo in the change log (wrong version #)
2022-08-22 00:27:48 -04:00
Lincoln Stein
8caa27bef0
Close #2
2022-08-22 00:26:03 -04:00
Lincoln Stein
c4c4974b39
Update README.md
...
Fixed formatting in changelog.
2022-08-21 21:48:02 -04:00
Lincoln Stein
194f43f00b
Update README.md
...
Add acknowledges for those who sent pull requests.
2022-08-21 21:46:00 -04:00
Lincoln Stein
325bc5280e
Updated README.md
...
Fix the path for where to install the LIAON-400m model.
2022-08-21 20:48:44 -04:00
Lincoln Stein
11cc8e545b
Clarified the required Python version (3.8.5)
2022-08-21 20:30:21 -04:00
Lincoln Stein
9adac56f4e
Fixed incorrect conda env update command
2022-08-21 20:27:25 -04:00
Lincoln Stein
5d5307dcb4
Update README.md
2022-08-21 20:20:22 -04:00
Lincoln Stein
2ace56313c
Update README.md
2022-08-21 19:59:36 -04:00
Lincoln Stein
78aba5b770
preparing for merge into main
2022-08-21 19:57:48 -04:00
Lincoln Stein
7b2335068c
Update README.md
2022-08-19 15:44:26 -04:00
Lincoln Stein
d3eff4d827
Update README.md
2022-08-19 15:42:50 -04:00
Lincoln Stein
0d23a0f899
Update README.md
2022-08-19 15:41:54 -04:00
Lincoln Stein
985948c8b9
Update README.md
2022-08-19 15:40:13 -04:00
Lincoln Stein
6ae09f6e46
Update README.md
2022-08-19 15:37:54 -04:00
Lincoln Stein
ae821ce0e6
Create README.md
2022-08-19 15:33:18 -04:00
Lincoln Stein
ce5b94bf40
Update README.md
2022-08-19 14:32:05 -04:00
Lincoln Stein
b5d9981125
Update README.md
2022-08-19 14:29:05 -04:00
Lincoln Stein
9a237015da
Fixed an errant quotation mark in README
2022-08-19 07:55:20 -04:00
Lincoln Stein
5eff5d4cd2
Update README.md
2022-08-19 07:04:38 -04:00
Lincoln Stein
4527ef15f9
Update README.md
2022-08-19 06:58:25 -04:00
Lincoln Stein
9eaef0c5a8
Update README.md
2022-08-18 23:26:41 -04:00
Lincoln Stein
bb46c70ec5
Added more info to README.md
2022-08-18 14:54:19 -04:00
Lincoln Stein
74f238d310
Added info on img2img functionality.
2022-08-18 13:35:54 -04:00
Lincoln Stein
58f1962671
Merge branch 'CompVis:main' into main
2022-08-18 13:32:45 -04:00
owenvincent
7b8c883b07
Update README.md
2022-08-18 15:46:44 +02:00
owenvincent
be6ab334c2
update links in README.md
2022-08-18 13:49:59 +02:00
Lincoln Stein
c477525036
catch and handle malformed user inputs; documentation fixes
2022-08-17 12:35:49 -04:00
Lincoln Stein
a7532b386a
simplified instructions to preload Bert and kornia prerequisites; fixed --grid and --batch handling; added timing information after image generation
2022-08-17 12:00:00 -04:00
Lincoln Stein
fab1ae8685
create image output directory if it doesn't exist
2022-08-16 22:49:47 -04:00
Lincoln Stein
2dc0475d83
more README.md tuning
2022-08-16 22:13:06 -04:00
Lincoln Stein
3f5d39a597
yet more install clarification
2022-08-16 21:53:07 -04:00
Lincoln Stein
09032fb79d
further fixes to documentation
2022-08-16 21:47:26 -04:00
Lincoln Stein
2b8261c7ea
fixing formatting in readme
2022-08-16 21:40:40 -04:00
Lincoln Stein
d6124c44a3
added customized patches and updated the README
2022-08-16 21:34:37 -04:00
Patrick Esser
d39f5b51a8
update readme
2022-08-16 23:13:39 +02:00
apolinario
e1367298c7
Add diffusers as a way to inference in the model
2022-08-16 21:08:28 +02:00
Robin Rombach
ce05de2819
add link to access request form
2022-08-10 16:59:50 +02:00
Robin Rombach
2ff270f4e0
stable diffusion
2022-08-10 16:30:49 +02:00
ablattmann
417d5f3dee
add trainsteps to first stage table
2022-01-15 12:30:44 +01:00
ablattmann
171cf29fb5
add configs for training unconditional/class-conditional ldms
2021-12-22 15:57:23 +01:00
rromb
f8b4a07105
add autoencoder training details, arxiv link and figures
2021-12-22 11:16:26 +01:00
Patrick Esser
32a9661b4e
add inpainting model
2021-12-21 11:35:45 +00:00
ablattmann
17e64e3205
Update README.md
2021-12-21 03:38:17 +01:00
ablattmann
e66308c7f2
add code
2021-12-21 03:23:41 +01:00
Robin Rombach
182dd36f56
Create README.md
2021-12-21 01:59:06 +01:00