Skip to content

Commit

Permalink
release: bump version to 2.5.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mashb1t committed Jul 17, 2024
1 parent 8d67166 commit 1f429ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fooocus_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.5.0-rc1'
version = '2.5.0'
4 changes: 2 additions & 2 deletions update_log.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [2.5.0-rc1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0-rc1)
# [2.5.0](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0)

* Update python dependencies, add segment_anything
* Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/lllyasviel/Fooocus/discussions/3281).
* Rewrite async worker code, make code much more reusable to allow iterations and improve reusability
* Improve GroundingDINO and SAM image masking
* Fix inference tensor version counter tracking issue for GroundingDINO after using Enhance (see [discussion](https://github.com/lllyasviel/Fooocus/discussions/3213))
* Update python dependencies, add segment_anything
* Move checkboxes Enable Mask Upload and Invert Mask When Generating from Developer Debug Mode to Inpaint Or Outpaint
* Add persistent model cache for metadata. Use `--rebuild-hash-cache X` (X = int, number of CPU cores, default all) to manually rebuild the cache for all non-cached hashes
* Rename `--enable-describe-uov-image` to `--enable-auto-describe-image`, now also works for enhance image upload
Expand Down

18 comments on commit 1f429ff

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fooocus wont launch for me after update how can i fix it?
Screenshot 2024-07-17 103113
Screenshot 2024-07-17 103144

@mashb1t
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please find the answer in the release notes.
=> #3294 (comment)

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened cmd in the fooocus folder and entered "git pull" but nothing happened
Would it be easier to erase old version and install new version?

@mashb1t
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to also do step 2. In case this doesn't work you can reinstall, but manually installing the requirements solves the issue.

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im lost honestly. I can only find the config.txt file. I went to the fooocus folder typed cmd in the address bar opened cmd typed git pull and gitpull and "git pull" just to see if any of the worked and it says
Screenshot 2024-07-17 104928

@mashb1t
Copy link
Collaborator Author

@mashb1t mashb1t commented on 1f429ff Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong folder, when installed via zip file there is a subfolder also called Fooocus, which the config.txt is in.

cd Fooocus
git pull
..\python_embeded\python.exe -m pip install -r .\requirements_versions.txt

done

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a Fooocus folder and a python embedded foder for me. I went into the folder and only seen 1 config.txt file i click it and it opens in note pad and that as far as i have gotten.

@mashb1t
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually not sure if you're trolling or i'm bad at explaining ^^
Please follow the steps in the comment before, make sure you're in E:\Fooocus, then cd Fooocus and so on.

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No im not trolling I am lost. There is no cd Fooocus folder for me.

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2024-07-17 110046

@mashb1t
Copy link
Collaborator Author

@mashb1t mashb1t commented on 1f429ff Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's very unusual that your whole E drive is only Fooocus, you may consider moving to a subfolder.
For now it's fine, then just go to E:\Fooocus and execute the two other commands.

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried running git pull and it doesnt work. I have Foocus on a ssd so it doesnt run slow but its only a 256gb sdd so it takes up most of it.

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess ill just have to install the new version manually. Something is not working for me.

@mashb1t
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one last thing you cantry is to only execute the 3rd command, ..\python_embeded\python.exe -m pip install -r .\requirements_versions.txt, from your Fooocus folder terminal

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay i ran it so I will check real quick if it worked

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay that 3rd command worked for me thanks and sorry for the confusion, git pull just wouldnt work so i didnt even try the next steps without the first step finished.

@mashb1t
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've adjusted the release not s to reflect the information for skipping git pull.

@PheonixAi420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, also just wanted to let you know I am still having issues with the S,R,F, letters. At first it works perfectly but after having fooocus open for a bit those letters stop working and i have to open a google window and type the prompt there then copy an paste it to the fooocus window. Still not sure why this happens but wanted to let you know.

Please sign in to comment.