-
Notifications
You must be signed in to change notification settings - Fork 0
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
Img AI #1
Comments
Basic SDXL support, haven't tried the refiner but results from base model alone were disappointing, reasonable speed. Note dump
|
Trying to switch sampler/scheduler... Why is it this kind of difficult? It seems to be that the only way to change the thing is to re-load the model with a different sampler. How in the the world do all of these webuis let you hot-swap the damn sampler??? I'm skeptical that changing the pipeline.scheduler even works despite it being all over the docs (here). See last comment here -- someone saying that setting the pipeline.scheduler can lead to errors and not to encourage it. And yet this is what the docs say to do. |
Okay, I think I got there with changing the scheduler. The main thing: Re-create the AutoPipelineForText2Image after changing the scheduler (so set Also still setting default_config to pipeline.scheduler.config before initially setting the default sampler. Then, use this default config to initialize later samplers (should we cache samplers to avoid re-making?) |
This is image-generating AI, initially supporting Stable Diffusion and then probably DALL-E 3 afterwards.
To use SD models I'll be using the Diffusers library.
The text was updated successfully, but these errors were encountered: