Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rupeshs/fastsdcpu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.120
Choose a base ref
...
head repository: rupeshs/fastsdcpu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.125
Choose a head ref
  • 14 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 5, 2025

  1. Remove duplicated code for txt2img mode

    Remove duplicated code for txt2img mode in app_window.py by
    replacing the code for the txt2img GUI with an instance of the
    BaseWidget class.
    monstruosoft committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    a8a6fe6 View commit details
    Browse the repository at this point in the history
  2. Add a signal to toggle negative prompt in Qt GUI

    Add a signal to restore the original behavior and enable/disable
    negative prompt editing depending on its support in the current
    image generation mode
    monstruosoft committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    fd587b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Add Upscaler tab to the Qt GUI

    Add Upscaler tab to the Qt GUI
    monstruosoft committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    4deb5f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Enable AURA-SR upscale in the Qt GUI

    Enable AURA-SR upscale in the Qt GUI
    monstruosoft committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    a38ce90 View commit details
    Browse the repository at this point in the history
  2. Remove denoising strength upscale slider in Qt GUI

    Remove denoising strength upscale slider in Qt GUI
    monstruosoft committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    e19da5c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Merge pull request #288 from monstruosoft/lora

    Added Upscaler tab to the Qt GUI
    rupeshs authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    b0e1449 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    e83e7ad View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Merge pull request #298 from asoldano/python3.12

    [Issue 296] Allow building with python 3.12
    rupeshs authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    a013a25 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Introduce --imagequality config parameter to control quality (JPEG co…

    …mpression) of generated images
    asoldano committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    57bc423 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Change variable name

    asoldano committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    bfc3e12 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. Merge pull request #299 from asoldano/imagequality

    Introduce --imagequality config parameter to control quality (JPEG compression)
    rupeshs authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    ec7b92e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    ab6fd3e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Merge pull request #300 from asoldano/bash-start-realtime

    Adding a bash script for realtime mode
    rupeshs authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    0abb97d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Updated version

    rupeshs committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    493350b View commit details
    Browse the repository at this point in the history
Loading