MeterCai

Results 10 comments of MeterCai

I merged this PR in my fork: https://github.com/metercai/SimpleSDXL. A pretty good feature. But there are still some unexpected situations in the merger for Chinese user. It may be due to...

> @metercai this PR does not (yet) include translations for the en.json file, didn't have time to do so as i'm working on #1940 since. Maybe somebody can support here,...

> @metercai currently the labels are not in the translation blueprint of en.json. If you've already extracted them for Chinese translations it would be great if you could also add...

@xhoxye, 非常好的增强,SimpleSDXL能合并这个增强分支吗?不太会整这种分支的事儿😭

> > > This doesnt seem to be working in the current version. > > > > > > @Ev-Bro this feature is still in a Pull Request, meaning it's...

Switch preset can be through the topbar in this version: https://github.com/metercai/SimpleSDXL ![SimpleSDXL_en](https://github.com/lllyasviel/Fooocus/assets/5652458/7896d8df-09a3-437c-b0d0-4195e7074631)

This version is just an enhanced version of Fooocus, adding some features that lllyasviel didn't have time to or didn't pay attention to, fully compatible with it, and upgraded synchronously.

now,easily generate own preset based on the current configuration and parameters with SimpleSDXL.

This issue may be caused by the loaded sub-project: https://github.com/donomii/go-rwkv.cpp. When using the project's built-in compilation script: ./build-mac.sh, it fails to compile on my Macbook M1 Pro. Has anyone been...

> 修改下 tokenization_baichuan.py 也可以,把 super() 修改到最后执行 > > ``` > self.vocab_file = vocab_file > self.add_bos_token = add_bos_token > self.add_eos_token = add_eos_token > self.sp_model = spm.SentencePieceProcessor(**self.sp_model_kwargs) > self.sp_model.Load(vocab_file) > super().__init__( >...