-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Add AltDiffusion #5238
[feature] Add AltDiffusion #5238
Conversation
Signed-off-by: zhaohu xing <920232796@qq.com>
Signed-off-by: zhaohu xing <920232796@qq.com>
Add AltDiffusion
fix bugs
This seems to completely break support for regular Stable Diffusion models (generating images results in garbage and loading Stable Diffusion models with a config throws an exception) and loading safetensors files throws an exception. Also it removes the usage of commit hashes from launch.py (not a good idea) and disables MPS support in devices.py. |
Thank you for your reply, we will fix these issues in the future. |
fix device support for mps update the support for SD2.0
Signed-off-by: zhaohu xing <920232796@qq.com>
Signed-off-by: zhaohu xing <920232796@qq.com>
add hash and fix undo hijack bug
Hi~ We have fixed the problems you've mentioned. Could you see the new version again? Thank you~ |
Can't seem to be able to find the checkpoint to use with this. |
AltDiffusion model: https://model.baai.ac.cn/model-detail/100076 AltDiffusion-M9: https://model.baai.ac.cn/model-detail/100078 This is our technical report: https://arxiv.org/abs/2211.06679 Thank you for your reply! |
I'm getting an error that translates as "file does not exist!" when I try to download the model from those links. From what I've seen in code, you rely on cmd_opts.config to be set, but that's not right as users can just put the config file next to model and select it from dropdown in settings. I also don't understand why there is a need to add a text_model_name field because you can just like with two existing options check the type of m.cond_stage_model. |
@AUTOMATIC1111 try this: AltDiffusion files - https://drive.filen.io/d/4bb5c13f-70de-4cd5-aeca-317b760b10b4#VDRRlvKjrEzDz13VmY9Ti7D7FGiix5Fu |
Well, it's in. See https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#alt-diffusion for how to use this. |
thanks |
AltDiffusion-m9 model works terrible. I tried it with Chinese language for dozens of images, nothing good, not a single one. A popular model with AI based translation tool, like deepl.com, can do way much better than this one. There is no reason to train a new model based on asian language. Following is this warning in Chinese: |
Those example photos are so terrible and you think they are fine...Almost all faces are twisted. They are terrible even as art images. If you try those example prompts with photoreal style, it gonna be worse. And I think you know that, otherwise you gonna show them as examples. Just check the front page of civitai.com, if you can not feel the difference between above examples and those popular images, then I can not help too. My suggestion is, focus on translation service's training, targeting on prompt's translation. Even if you can train a fine model with asian language, you still can not beat all those free popular models trained by the whole world. |
add support for multi-language diffusion model, AltDiffusion-m9.