mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8da1d3ff68 | ||
|
|
710a9fa2c5 | ||
|
|
251a130f06 | ||
|
|
0a87da7dc1 | ||
|
|
1d98d1c760 | ||
|
|
1068d3fde4 |
+1
-1
@@ -1 +1 @@
|
||||
* @mashb1t
|
||||
* @lllyasviel
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
version = '2.5.4'
|
||||
version = '2.5.5'
|
||||
@@ -21,7 +21,6 @@ import fooocus_version
|
||||
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
|
||||
@@ -102,6 +101,8 @@ if config.temp_path_cleanup_on_launch:
|
||||
|
||||
|
||||
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)
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ See also the common problems and troubleshoots [here](troubleshoot.md).
|
||||
|
||||
### 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
|
||||
| --- | --- |
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# [2.5.5](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.5)
|
||||
|
||||
* Fix colab inpaint issue by moving an import statement
|
||||
|
||||
# [2.5.4](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.4)
|
||||
|
||||
* Fix validation for default_ip_image_* and default_inpaint_mask_sam_model
|
||||
|
||||
Reference in New Issue
Block a user