mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
2.0.80 (#520)
* Rework many patches and some UI details. * Speed up processing. * Move Colab to independent branch. * Implemented CFG Scale and TSNR correction when CFG is bigger than 10. * Implemented Developer Mode with more options to debug.
This commit is contained in:
@@ -67,7 +67,9 @@ Please open an issue if you use similar devices but still cannot achieve accepta
|
||||
|
||||
| Colab | Info
|
||||
| --- | --- |
|
||||
[](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/main/colab.ipynb) | Fooocus Colab (Official Version)
|
||||
[](https://colab.research.google.com/github/lllyasviel/Fooocus/blob/colab/colab.ipynb) | Fooocus Colab Version
|
||||
|
||||
Note that this link is optimized for Google Colab - the codes may be different from offline Fooocus for better Colab experience.
|
||||
|
||||
Thanks to [camenduru](https://github.com/camenduru)!
|
||||
|
||||
@@ -129,7 +131,7 @@ Or if you want to open a remote port, use
|
||||
|
||||
### Linux (AMD GPUs)
|
||||
|
||||
Installation is the same as Linux part. It has been tested for 6700XT. Works for both Pytorch 1.13 and Pytorch 2.
|
||||
Coming soon ...
|
||||
|
||||
### Mac/Windows(AMD GPUs)
|
||||
|
||||
@@ -153,6 +155,11 @@ Below things are already inside the software, and **users do not need to do anyt
|
||||
11. A carefully designed system for balancing multiple styles as well as prompt expansion.
|
||||
12. Using automatic1111's method to normalize prompt emphasizing. This significantly improve results when users directly copy prompts from civitai.
|
||||
13. The joint swap system of refiner now also support img2img and upscale in a seamless way.
|
||||
14. CFG Scale and TSNR correction (tuned for SDXL) when CFG is bigger than 10.
|
||||
|
||||
## Changing Model Path
|
||||
|
||||
After the first time you run Fooocus, a config file will be generated at `Fooocus\user_path_config.txt`. This file can be edited for changing the model path.
|
||||
|
||||
## Advanced Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user