Skip to content

Commit

Permalink
Merge branch 'main_upstream'
Browse files Browse the repository at this point in the history
# Conflicts:
#	fooocus_version.py
#	update_log.md
  • Loading branch information
mashb1t committed Aug 12, 2024
2 parents 1243529 + 8da1d3f commit 4e96487
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @mashb1t
* @lllyasviel
2 changes: 1 addition & 1 deletion fooocus_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.6.4 (mashb1t)'
version = '2.6.5 (mashb1t)'
3 changes: 2 additions & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from build_launcher import build_launcher
from modules.launch_util import is_installed, run, python, run_pip, requirements_met, delete_folder_content
from modules.model_loader import load_file_from_url
from modules.util import get_file_from_folder_list

REINSTALL_ALL = False
TRY_INSTALL_XFORMERS = False
Expand Down Expand Up @@ -102,6 +101,8 @@ def ini_args():


def download_models(default_model, previous_default_models, checkpoint_downloads, embeddings_downloads, lora_downloads, vae_downloads):
from modules.util import get_file_from_folder_list

for file_name, url in vae_approx_filenames:
load_file_from_url(url=url, model_dir=config.path_vae_approx, file_name=file_name)

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Windows: download the [7z file](#download), extract it and run `run.bat`. You ma
### Colab
(Last tested - 2024 Mar 18 by [mashb1t](https://github.com/mashb1t))
(Last tested - 2024 Aug 12 by [mashb1t](https://github.com/mashb1t))
| Colab | Info
| --- | --- |
Expand Down
4 changes: 4 additions & 0 deletions update_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [2.6.5](https://github.com/mashb1t/Fooocus/releases/tag/v2.6.5)

* Fix colab inpaint issue by moving an import statement

# [2.6.4](https://github.com/mashb1t/Fooocus/releases/tag/v2.6.4)

* Fix validation for default_ip_image_* and default_inpaint_mask_sam_model
Expand Down

0 comments on commit 4e96487

Please sign in to comment.