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

Dummy downed comfy box re opened #157

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    b1248cd View commit details
    Browse the repository at this point in the history
  2. Delete assets directory

    Turns out these weren't necessary
    ChessScholar authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    311d426 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    ChessScholar authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ea4a275 View commit details
    Browse the repository at this point in the history
  4. Delete mobile directory

    Unnecessary "assets" logic.
    ChessScholar authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b172943 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    ChessScholar authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dd7a62f View commit details
    Browse the repository at this point in the history
  6. Update README.md

    No longer need to move .bat file.
    ChessScholar authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3fd3e6c View commit details
    Browse the repository at this point in the history
  7. Update start_servers.bat

    Fixed folder name
    ChessScholar authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2c73edc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update README.md

    ChessScholar authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a906b1c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ChessScholar authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6c06b82 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ChessScholar authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a61489a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Required Assets

    These were a part of the original files that I had cloned from somewhere. If someone can help me with finding who did this, I want to be able to properly give them credit. I'm pretty sure it was from Huggingface, and from the looks of it, it's taken a lot of the "src" folder's files from the original ComfyBox, and pulled a javascript from it.
    
    I tried to run without this Folder and had the same issues others were mentioning (ie blank screen)
    ChessScholar authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2610391 View commit details
    Browse the repository at this point in the history
  2. Updated .bat

    This has some extra information for the end-user to ensure they have set the other file "run_nvidia_gpu.bat" with the argument "--enable-cors-header". Without this, then Comfybox will not be able to see the ComfyUI server.
    ChessScholar authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9944ed8 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ChessScholar authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a52c9dd View commit details
    Browse the repository at this point in the history