Lincoln Stein
878ef2e9e0
documentation tweaks
2022-09-11 12:58:06 -04:00
blessedcoolant
0881d429f2
Docs Update ( #466 )
...
Authored-by: @blessedcoolant
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
2022-09-11 11:52:43 -04:00
tildebyte
bfb2781279
fix(readme): add note about updating env via conda ( #475 )
2022-09-10 10:15:56 -04:00
blessedcoolant
c33a84cdfd
Add New Logo ( #454 )
...
* Add instructions on how to install alongside pyenv (#393 )
Like probably many others, I have a lot of different virtualenvs, one for each project. Most of them are handled by `pyenv`.
After installing according to these instructions I had issues with ´pyenv`and `miniconda` fighting over the $PATH of my system.
But then I stumbled upon this nice solution on SO: https://stackoverflow.com/a/73139031 , upon which I have based my suggested changes.
It runs perfectly on my M1 setup, with the anaconda setup as a virtual environment handled by pyenv.
Feel free to incorporate these instructions as you see fit.
Thanks a million for all your hard work.
* Disabled debug output (#436 )
Co-authored-by: Henry van Megen <hvanmegen@gmail.com>
* Add New Logo
Co-authored-by: Håvard Gulldahl <havard@lurtgjort.no>
Co-authored-by: Henry van Megen <h.vanmegen@gmail.com>
Co-authored-by: Henry van Megen <hvanmegen@gmail.com>
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
2022-09-08 20:39:51 -04:00
Lincoln Stein
7996a30e3a
add auto-creation of mask for inpainting ( #438 )
...
* now use a single init image for both image and mask
* turn on debugging for now to write out mask and image
* add back -M option as a fallback
2022-09-08 07:34:03 -04:00
greentext2
138956e516
Update README.md with new Anaconda install steps ( #347 )
...
pip3 version did not work for me and this is the recommended way to install Anaconda now it seems
2022-09-03 14:38:57 -04:00
Lincoln Stein
6270e313b8
add credit to prixt for seamless circular tiling
2022-09-03 13:46:29 -04:00
Lincoln Stein
a01b7bdc40
add web interface for seamless option
2022-09-03 13:43:04 -04:00
Lincoln Stein
21a1f681dc
added attributions for several contributors; let me know if I've missed someone
2022-09-03 12:19:54 -04:00
Lincoln Stein
2882c2d0a6
documentation update
2022-09-03 12:11:10 -04:00
tildebyte
d66010410c
FEAT: add notebook for Windows for from-zero install and run ( #164 )
...
* Update README.md
Those []() link pairs get me every time.
* New issue template
* Added issue templates
* feat(install+run): add notebook for Windows for from-zero install...
...and run
Tested with JupyterLab and VSCode
Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>
Co-authored-by: James Reynolds <magnusviri@users.noreply.github.com>
Co-authored-by: James Reynolds <magnsuviri@me.com>
2022-09-03 11:49:37 -04:00
Lincoln Stein
6566c2298c
add scalable support for new models using a configs/models.yaml file
2022-09-03 11:45:21 -04:00
Lincoln Stein
18cdb556bd
update requirements.txt to run on m1 w/pip
2022-09-03 10:56:06 -04:00
Ben Alkov
361cc42829
fix(readme): Add individual OS links to TOC; fix TOC changelog link
2022-09-03 09:46:06 -04:00
prixt
9d88abe2ea
fixed typo
2022-09-03 22:42:16 +09:00
prixt
a61e49bc97
* Removed unnecessary code
...
* Added description about --seamless
2022-09-03 22:39:35 +09:00
Lincoln Stein
1d999ba974
Fix reference to variations walkthru
...
Had wrong href for the VARIATIONS.md file
2022-09-02 18:01:52 -04:00
Lincoln Stein
27d4bb5624
Merge branch 'development' of github.com:lstein/stable-diffusion into development
...
Synchronize with earlier changes in development
2022-09-02 18:00:02 -04:00
Lincoln Stein
dd2af3f93c
added walkthru, small code fixes
2022-09-02 17:54:55 -04:00
Simon Vans-Colina
ad6cf6f2f7
Update readme to make it clearer for Windows users
2022-09-02 12:12:48 -04:00
Lincoln Stein
d43c5c01e3
Update README.md
...
Those []() link pairs get me every time.
2022-09-02 10:38:59 -04:00
Lincoln Stein
51278c7a10
add brief contribution instructions in lieu of full code-of-conduct and contribution guidelines
2022-09-02 10:37:35 -04:00
Brent Ozar
9e99fcbc16
README.md - fixing "further reading" formatting
...
Fixing typo in header and hyperlinking a file.
2022-09-01 10:27:58 -04:00
Tom Elovi Spruce
4280788c18
Fix link to Mac instructions in README ( #235 )
2022-08-31 10:51:25 -04:00
Lincoln Stein
bdb0651eb2
add support for Apple hardware using MPS acceleration
2022-08-31 00:33:23 -04:00
Kevin Gibbons
1714816fe2
remove support for batch_size from dream.py ( #227 )
...
* remove dream.py support for batch_size
* expect to get a single image
2022-08-30 22:30:12 -04:00
Lincoln Stein
d126db2413
Update README.md
2022-08-30 15:57:54 -04:00
blessedcoolant
7811d20f21
Add Badges to README.md and add CHANGELOG.md ( #205 )
...
* Update README.md - Add Badges
* Add CHANGELOG.md
2022-08-30 15:40:56 -04:00
Lincoln Stein
55b448818e
Update README.md
...
Highlighted Colab notebook addition.
2022-08-29 23:49:42 -04:00
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