-
Notifications
You must be signed in to change notification settings - Fork 48
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
When is the training and inference code going to be released? #2
Comments
+1 |
1 similar comment
+1 |
When? |
looking forward |
+1 |
Probably never - that's how these companies like to play the game. They create hype about their researchers but 90% of the times they never release any source code, and when they do, it's spaghetti/research code |
HI @Rage997 I do not think that is the case as mentioned in this issue. Mid March is the likely date as of now. modelscope/modelscope#160 |
@ghpkishore hopefully. I am looking forward to play with the source code! |
Hi, thank you for your interest in Composer! We're currently tidying up our code and going through some necessary internal processes. Once that's done, we will release the code and models. Thanks. |
Hey, @huanglianghua congrats on the great work. Currently, I am trying to implement the paper onto the stable diffusion. My question is, what does the following sentence mean; "Project image embeddings and color palettes into eight extra tokens and concatenate them with CLIP word embeddings"? So what are these eight extra tokens? Thanks in regard, |
Hi, @artykov1511 awesome! Looking forward to your sd version composer! Assuming a batch size of B, the shapes of color palettes, image embeddings, and word embeddings are (Bx156), (Bx768), and (Bx77x768), respectively. The steps are:
|
Hey @huanglianghua! Thanks for your feedback! And I also similarly projected text embeddings to a shape of (B, 77*768) and added it to timestep embedding of shape (B, 4 * self.model_channels) along with img and color embeddings of shape (B, 768), (B, 156), respectively. Did I implement it correctly? |
hey @artykov1511 see UnCLIPPipeline in diffusers which uses the same methodology of projection onto timestep embeddings and extra context tokens :) |
Hi @huanglianghua , the entire community is eagerly waiting for you to release the code. Please let us know when it would be possible. Checking 5 times a day everyday now for code release. 🙏 |
Hey guys, can we stop asking the team to release the code. I think they know we are all waiting but we need to give them some time to polish it. |
Dear everyone, I wanted to take a moment to provide an update on our plans for Composer's open source release. We have been working hard to prepare for this release, but unfortunately, we have had to postpone it until April. This delay is due to internal audits and policy requirements related to AIGC, and we are not allowed to disclose the exact date. However, we want to assure you that we are still working diligently to make sure that the final release is of the highest quality. In addition to the delay, we are excited to announce that the 5B-Dalle2-like model will also be released alongside Composer in April. We believe that this model will be a valuable addition to our open source offerings and we can't wait to share it with you. As we continue to fine-tune the final performance of Composer in the coming days, we appreciate everyone's enthusiasm and support. If you have any questions or concerns, please do not hesitate to reach out to me or the team. Best regards |
Dear all, I am excited to announce that I have begun implementing a lightweight Latent Composer based on the stable diffusion model. I have already completed the majority of the implementation and am currently working on the remaining tasks outlined in the repository. If you are interested in contributing to this project, please feel free to submit a pull request and I will review your code promptly. Your contributions are greatly appreciated and if you find my work useful, please consider giving the repository a star. If you have any questions or concerns, please do not hesitate to open an issue on the repository. I am happy to address any inquiries you may have. The code: https://github.com/aartykov/Latent-Composer-pytorch Best regards, |
Great work @aartykov |
Hi, any update about code? |
Continue to postpone when? |
Try this before Composer comes out. It's Graphit we released and you might find something interesting. I also hope Composer will be released soon. |
Hi! I am still debugging the code. Since I can focus on the project only in my spare time, the debugging process goes slowly. I will let you know if there is any update. Thanks for your patience. |
Hey, Do let us know if we can help. I think we all would love to do that. |
Hey, actually would be glad if someone gives a hint about where the dropout operation on conditionings is implemented during training in stable diffusion. |
Now can you give us a date when it will be released? |
鸽了鸽了😂 |
Dear Community! Best, |
modelscope/modelscope#160 (comment)
:( |
Damn @Rage997 was right all this time. We might have been bamboozled |
It is July....
|
I guess you were right |
just wait! |
1 similar comment
just wait! |
Feels like a decade has passed and I am starting to forget why I asked this question in the first place. |
At this point everything composer can do can be replicated with Ipadapter or controlnet or some other model/adapter. |
Any idea, when the training and inference code going to be released?
This looks exciting
The text was updated successfully, but these errors were encountered: