Commit Graph

75 Commits

Author SHA1 Message Date
hlky
091520bed0
Merge branch 'dev' into master 2022-10-29 06:47:36 +01:00
ZeroCool940711
c1a36a3a03 Updated the readme.md with the new links for the organization, repo and documentation. 2022-10-23 16:10:05 -07:00
Alejandro Gil
64addefba7
Update README.md 2022-10-23 11:20:46 -07:00
Kasiya13
41e84a763a
Update README.md 2022-10-23 02:18:59 -04:00
Jorge Castro Nistal
7acc2456f8
Fix Image Enhancers Documentation link on Readme.md (#1535)
# Description
- Fix Image Enhancers Documentation link on Readme.md
2022-10-17 00:17:24 +03:00
ZeroCool940711
d4823e89f8 Fixed wrong links to gfpgan v1.3 on the Readme.md instea of using the v1.4 links. 2022-10-06 12:21:54 -07:00
hlky
b650c162e6
src->models 2022-10-05 01:03:06 +01:00
Divided by Zer0
5853f3e1a1
Stable Horde bridge (#1204)
# Adds the bridge code which when enabled turns the webui into a
headless [Stable Horde](https://stablehorde.net) instance

It adds a few new command-line args to be able to pass variables to the
bridge, as well as the possibility to set it via a variables files
`bridgeData.py`.

To start the bridge, one needs to add the `--bridge` argument to their
relauncher.py as well as any horde vars they want to specify.

On top of that this adds the loguru module as well as my tuned loguru
config. This provides a much nicer logging output and provides the
capability to save output to files for issue reports etc. For now only
the bridge is utilizing the nice format, but once it's merged, you can
start replacing `print()` with `logger.xxx()` where appropriate

To make the bridge work, I've had to add defaults to txt2img but this
should not affect anything.


# Checklist:

- [ x ] I have changed the base branch to `dev`
- [ x ] I have performed a self-review of my own code
- [ x ] I have commented my code in hard-to-understand areas
- [ x ] I have made corresponding changes to the documentation

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
Co-authored-by: Thomas Mello <work.mello@gmail.com>
Co-authored-by: Joshua Kimsey <jkimsey95@gmail.com>
Co-authored-by: ZeroCool <ZeroCool940711@users.noreply.github.com>
2022-10-02 18:22:27 +01:00
Thomas Mello
3dd798dc1a
chore: update docs (#1351)
* added front matter
* fixed links
* logo is removed until further consideration
2022-09-28 14:18:56 +03:00
Joshua Kimsey
0cc41b903b
Initial overhaul of documentation (#1262)
Added documents for Streamlit and Gradio.
Added new screenshots for each respective version of the UI. Changed
`upscalers` to `image enhancers`.

Documents currently finished:
- linux-installation.md
- image-enhancers.md
- ReadMe

Documents currently still WIP:
- streamlit-interface.md
- gradio-interface.md

Documents still awaiting changes:
- windows-installation.md (I'll need help for this one)
- custom-models.md
- cli.md

Feedback is welcomed and needed on any changes that should happen for
the documents already finished.

(Also fixed small bug with the `webui_streamlit.yaml` file)

# Checklist:

- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation

Co-authored-by: ZeroCool <ZeroCool940711@users.noreply.github.com>
Co-authored-by: Thomas Mello <work.mello@gmail.com>
2022-09-28 13:13:51 +03:00
hlky
3464d7a379
Update README.md 2022-09-22 10:44:11 +01:00
hlky
894599f98c
Update README.md 2022-09-22 10:44:10 +01:00
Thomas Mello
87ad700861 add info about docs and contributing 2022-09-19 01:05:46 +03:00
Thomas Mello
490437d9e5 add new --help output 2022-09-19 01:05:46 +03:00
Thomas Mello
85290c229e update major links 2022-09-19 01:05:46 +03:00
Thomas Mello
148c41826b Merge branch 'dev' into the-merge
# Conflicts:
#	.gitignore
#	README.md
#	configs/webui/webui_streamlit.yaml
#	environment.yaml
#	frontend/css/streamlit.main.css
#	frontend/frontend.py
#	scripts/webui_streamlit.py
2022-09-18 12:31:17 +03:00
hlky
4a8cc9ba6d
Update README.md 2022-09-16 08:18:29 +01:00
ZeroCool
5851d8a4d0
Added discord server link to the Readme.md 2022-09-15 17:01:25 -07:00
Ahmad Abdullah
84bb985134
Update README.md (#1075)
fix typo
2022-09-13 13:39:18 +03:00
AK391
28338ceb03 add gradio discord link 2022-09-10 14:05:04 +01:00
Hafiidz
c7d6855bae For issue :884, ensure webui.cmd before init src 2022-09-09 21:54:30 +01:00
Thomas Mello
b9d97c9816
chore: fix branch names 2022-09-09 17:24:27 +03:00
AK391
e4a0047c77 add gradio contribution 2022-09-09 14:06:31 +01:00
Thomas Mello
a05a4a9b0a chore: update maintenance scripts and docs (#891)
* automate conda_env_name as per name in yaml

* Embed installation links directly in README.md

Include links to Windows, Linux, and Google Colab installations.

* Fix conda update in webui.sh for pip bug

* Add info about new PRs

Co-authored-by: Hafiidz <3688500+Hafiidz@users.noreply.github.com>
Co-authored-by: Tom Pham <54967380+TomPham97@users.noreply.github.com>
Co-authored-by: GRMrGecko <grmrgecko@gmail.com>
2022-09-09 13:13:31 +03:00
Thomas Mello
606aea2866
chore: update maintenance scripts and docs (#891)
* automate conda_env_name as per name in yaml

* Embed installation links directly in README.md

Include links to Windows, Linux, and Google Colab installations.

* Fix conda update in webui.sh for pip bug

* Add info about new PRs

Co-authored-by: Hafiidz <3688500+Hafiidz@users.noreply.github.com>
Co-authored-by: Tom Pham <54967380+TomPham97@users.noreply.github.com>
Co-authored-by: GRMrGecko <grmrgecko@gmail.com>
2022-09-09 13:09:13 +03:00
Hafiidz
d957d6ca1d update readme as per installation step & format 2022-09-08 18:32:35 +03:00
Thomas Mello
688cb0d038
update README with correct URLs (#786)
Co-Authored-By: Hafiidz <3688500+Hafiidz@users.noreply.github.com>
2022-09-07 23:28:17 +03:00
Hafiidz
9853da3682
Update Readme links to sd-webui when appropriate (#781)
* Update link to sd-webui when appropriate

* added LDSR instruction per devilismyfriend guide
2022-09-07 21:33:07 +03:00
hlky
f28255466b
#715 #699 #698 #663 #625 #617 #611 #604 (#716)
* Update README.md

* Add sampler name to metadata (#695)

Co-authored-by: EliEron <example@example.com>

* old-dev-merge

Co-authored-by: EliEron <subanimehd@gmail.com>
Co-authored-by: EliEron <example@example.com>
2022-09-07 00:43:51 +01:00
hlky
58c92228cd
Update README.md 2022-09-07 00:11:56 +01:00
hlky
010b27ce9a
Repo merge (#712)
* repo-merge

* cutdown size

* Create setup.py

* webui.cmd

* ldm

* Update environment.yaml

* Update environment.yaml
2022-09-06 23:50:14 +01:00
devilismyfriend
de95a09593
[Various Changes] GoBig fixes, model loading unloading and more (#553)
* added image lab

* first release

model loading/unloading and save procedure added, commented out unused code from frontend

* bug fixes

Changed the image output to a gallery to display multiple items

Fixed results not showing up in output

Fixed RealESRGAN 2x mode not working and hard coded the default value for the reload.

* added GoBig model check

* added LDSR load check

* removed global statements, added model loader/unloader function

* fixed optimized mode

* update

* update

Added send to lab button
Added a print out if latent-diffusion folder isn't found

* brought back the fix faces and upscale in generation tab

* uncommenting img lab flag

* added LDSR instructions

* default imgProcessorTask set to false

* exposed LDSR settings to lab

users need to reclone the LDSR repo to use them.

* Update frontend.py

moving some stuff around to make them more coherent

* restored upscale and fix faces to img2img

* added notice section

* fixed gfpgan/upscaled pictures not showing in 2img interfaces

* send to lab button now sends info as well

* uncommented dimension info update

* added increment buttons to sampler for that k_euler_a action

* image lab settings toggle on and off with selection

* removed wip settings panel

* better model loading handling and removed increment buttons

* explaining

* disabled SD unloading in image lab upscaling with realesgan and face fix

* fixed a conflict with image lab

Co-authored-by: dr3amer <91037083+dr3am37@users.noreply.github.com>
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-03 09:07:17 +01:00
Michael Walker
b0c1ac9f7b
Add helper script for local development to replicate the github sync action. Also updated README for basic usage instructions / local development tips. (#549)
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-03 08:41:08 +01:00
Dave Nicponski
03998f0dfb
Fix readme doc typo (#502)
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-03 08:35:55 +01:00
hlky
72f1c29601
Update README.md 2022-09-01 12:13:26 +01:00
hlky
253b0e5a5c
Update README.md 2022-08-30 11:43:24 +01:00
hlky
2974abae30
Update README.md 2022-08-29 12:28:31 +01:00
hlky
083ffd9ad8
Update README.md 2022-08-29 00:59:36 +01:00
hlky
90d49a0c4a
Update README.md 2022-08-29 00:57:44 +01:00
hlky
fbd4878551
Update README.md 2022-08-28 20:29:31 +01:00
hlky
1afcbe9fa0
Update README.md 2022-08-28 17:24:01 +01:00
hlky
7c6e04b9a8
Update README.md 2022-08-28 17:06:02 +01:00
hlky
db175c931a
Update README.md 2022-08-28 17:05:34 +01:00
JustOxlamon
5765d729af
Grid image generation fixes (#180)
* Add simple templating

* Little grid generation image fix

* Add new grid help to readme

* Grid image generation fixes

* Trim @ symbol if no matrix inputs

* Resolve conflicts
2022-08-28 15:23:21 +01:00
hlky
33890563d2
Update README.md 2022-08-28 06:00:14 +01:00
hlky
fe4aa57d44
Update README.md 2022-08-28 05:56:15 +01:00
hlky
8491abbce3
Update README.md 2022-08-28 00:05:31 +01:00
hlky
ddf8fb1693
Update README.md 2022-08-27 18:28:24 +01:00
hlky
3e9998a699
Update README.md 2022-08-27 03:40:26 +01:00
hlky
8c1ea1311a
Update README.md 2022-08-27 02:22:07 +01:00