John Richard Chipps-Harding

Results 8 issues of John Richard Chipps-Harding

This pull request introduces a feature that allows for disabling the saving of prompt metadata directly through the `SaveImage` node. While the command-line argument `--disable-metadata` exists for this purpose, there...

Uses `pyfastnoisesimd` to get over a 2x performance increase. Can test using: ## Color Noise ```bash python3 graingen.py output_image.png 800 600 2 30 1 42 ``` ORIG: 0.21383213996887207 SIMD: 0.08792400360107422...

enhancement

When I attempt to download an item from blob storage from a python script (`urllib.request.urlretrieve(input_value, filename)`) it fails with a 403. I can confirm it is fully public, e.g. https://zggi1etfjuuy7hkt.public.blob.vercel-storage.com/42c8127f-82c0-4dee-a15f-d8d01cccf9bd-GIlpRfWn4ihUwaX87s5ETI1C0vLzOE.jpg...

I think this regex does not support h1 tags etc https://github.com/phantomstudios/css-components/blob/116e5c72fdfff5223ce6a12a414fe5f5cc634d0e/src/cli/utils.ts#L22

Simplified the vignette functionality on the Film Grain node to support floats (step: 0.01). This allows very subtle vignette.

Add error checking like like: - [ ] Check for 403 errors etc in the GitHub API and pass on to the frontend to display. Like "Looks like your GitHub...

enhancement

It would be nice to support multiple branches. E.g. master, staging, qa etc. It should be fairly simple to display a drop-down asking the user to confirm which branch they...

enhancement