Skip to content
View ChristopherMWood's full-sized avatar
Block or Report

Block or report ChristopherMWood

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. api.christopherwood.dev api.christopherwood.dev Public

    Backend server and API for personal site

    TypeScript

  2. Batch runner for apple/ml-stable-dif... Batch runner for apple/ml-stable-diffusion
    1
    # Batch runner for apple/ml-stable-diffusion
    2
    This is a script modification for the [apple/ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion/) repo that enables it to run batches of image generations instead of just one at at time.
    3
    When using the original repo, the time it took to load the libraries into place was considerably longer than it took to actually generate a single image for me. This is based on me running it against a Gen 1 8GB Mac Pro M1. This version will load the libraries as usual, then take as many prompts as wanted from a CSV and run through them all without needing to reload the libraries for each.
    4
    
                  
    5
    ## How to use