Skip to content
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

Support MuLan, a plug-and-play language adapter to adapt existing diffusion model for up to 110+ languages without additional training #7948

Open
2 tasks done
Zeqiang-Lai opened this issue May 15, 2024 · 0 comments

Comments

@Zeqiang-Lai
Copy link

Model/Pipeline/Scheduler description

# pip install mulankit
from diffusers import StableDiffusionPipeline
+ import mulankit

pipe = StableDiffusionPipeline.from_pretrained('Lykon/dreamshaper-8')
+ pipe = mulankit.transform(pipe, 'mulanai/mulan-lang-adapter::sd15_aesthetic.pth')
image = pipe('一只蓝色的🐶 in the 바다').images[0]
一只蓝色的 🐶 in the 바다 (Dreamshaper-8) レゴシュワルツェネッガー (SDXL-lightning) 一只可爱的猫头鹰 (MVDream) 海浪风景 (AnimateDiff)
image image image image

MuLan supports

  • Base models: Stable Diffusion 1.5, 2.1, XL, Pixart-Alpha/Sigma.
  • Downstream models: ControlNet, LCM, LoRA, finetuned models and etc.
  • Video models: AnimateDiff.
  • 3D models: MVDream.

Open source status

  • The model implementation is available.
  • The model weights are available (Only relevant if addition is not a scheduler).

Provide useful links for the implementation

https://github.com/mulanai/MuLan
https://huggingface.co/mulanai/mulan-lang-adapter

@Zeqiang-Lai Zeqiang-Lai changed the title Support MuLan, a plug-and-play language adapter to adapt any diffusion model for up to 110+ languages without additional training Support MuLan, a plug-and-play language adapter to adapt existing diffusion model for up to 110+ languages without additional training May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant