-
Notifications
You must be signed in to change notification settings - Fork 19
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
diffusers implementation #9
Comments
Hi Alex, this repo actually uses diffusers in the background, it’s just a bit hacky and doesn’t imlement a proper pipeline. Since the purpose of this codebase is to document the research, we’re probably not going to continue working on it, but it shouldn’t be too hard to package the existing code into a proper diffusers pipeline (much of it is just copied and adapted from the diffusers StableDiffusionPipeline). I’m happy to answer any questions if you decide to give it a shot! |
thanks a lot @dvruette! I honestly do not know where to start. Where should I look at specifically to implement this code? Also, could you give a step by step explanation of how the code works (without the UI and other unnecessary stuff). I really appreciate the time and am available to discuss on discord if you're fine with it: alexblattner |
The main thing to take a look at is the
In case you're unfamiliar with the vanilla diffusion process (without FABRIC), I recommend taking a look at the StableDiffusionPipeline from the official diffusers GitHub. Our code is based on and adapted from it: I also wrote you on Discord, feel free to ping me if you have any questions. |
Hi, is there a diffusers implementation somewhere? if not, I'd be happy to implement with some guidance
The text was updated successfully, but these errors were encountered: