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

Enable using Stable Diffusion 3 for Image Generation via API #830

Merged

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    eda33e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd4c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb09aba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c4bf91 View commit details
    Browse the repository at this point in the history
  5. Do not require OpenAI to generate image as local chat + sd3 works now

    Previously the text_to_image helper would only trigger the image
    generation flow if OpenAI client was setup. This is not required
    anymore as offline chat model + sd3 API works. So remove that check
    debanjum committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1acf969 View commit details
    Browse the repository at this point in the history
  6. Add Validation logic to save PaintModel. Use API key from Paint Model

    Rename Paint Model, Adapters to TextToImage for consistency
    debanjum committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c793d8a View commit details
    Browse the repository at this point in the history