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

example: stable diffusion add support for AltDiffusion/AltDiffusion-m9 #18

Open
wants to merge 1 commit into
base: example_stable_diffusion
Choose a base branch
from

Conversation

iejMac
Copy link
Owner

@iejMac iejMac commented Dec 4, 2022

original PR: CompVis/stable-diffusion#508

(I removed the edits to the config files for the purpose of the demo)

@iejMac
Copy link
Owner Author

iejMac commented Dec 4, 2022

openai can you summarize this PR?

@github-actions
Copy link

github-actions bot commented Dec 4, 2022

This GitHub Pull Request adds support for AltDiffusion/AltDiffusion-m9 to the example stable diffusion. This includes five changes to three files (modules.py, txt2img.py, and xlmr.py). In modules.py, a few imports are rearranged, and in txt2img.py, a few conditional statements are added. Lastly, xlmr.py is added as a new file containing two new classes that define the BertSeriesConfig and RobertaSeriesConfig for the AltDiffusion/AltDiffusion-m9 example.

To improve this Pull Request, it would be helpful to include more details in the commit message about what each of the changes does, such as the specific imports being rearranged and the functions being added. Additionally, the code could be refactored to make it more concise and readable.

@iejMac iejMac added the example label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant