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: lldacing/comfyui-easyapi-nodes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tyDiffusion/comfyui-easyapi-nodes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 4, 2024

  1. Update api.py

    Remove lama references
    tyDiffusion authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2695c14 View commit details
    Browse the repository at this point in the history
  2. Update SamNode.py

    Remove SAM references
    tyDiffusion authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0510bc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Update ImageNode.py

    Add image list to batch conversion node
    tyDiffusion authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ed7f403 View commit details
    Browse the repository at this point in the history
  2. Update ImageNode.py

    Added option to exclude metadata from img2b64
    tyDiffusion authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    43025d2 View commit details
    Browse the repository at this point in the history
  3. Update ImageNode.py

    update img2b64 progress bar
    tyDiffusion authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b11cc3a View commit details
    Browse the repository at this point in the history
  4. Update ImageNode.py

    fix the way update_absolute sends images
    tyDiffusion authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8569806 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Update requirements.txt

    add opencv requirement
    tyDiffusion authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    01bd14d View commit details
    Browse the repository at this point in the history
  2. Update util.py

    use opencv for b64 encode which is must faster
    tyDiffusion authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3e51236 View commit details
    Browse the repository at this point in the history
  3. Update ImageNode.py

    changed pbar so it doesnt update so often
    tyDiffusion authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9b536e3 View commit details
    Browse the repository at this point in the history
  4. Update requirements.txt

    removed unnecessary requirements for my purposes
    tyDiffusion authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    05a750c View commit details
    Browse the repository at this point in the history
  5. Update util.py

    added rgb-to-bgr conversion for cv2
    tyDiffusion authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d021126 View commit details
    Browse the repository at this point in the history
Loading