progrock-stable icon indicating copy to clipboard operation
progrock-stable copied to clipboard

Stable Diffusion with some Proggy Enhancements

Results 9 progrock-stable issues
Sort by recently updated
recently updated
newest added

After following the installation instructions, and running 'python prs.py', the following error occurrs: ``` (prs) >:~/stablediffusion/prs$ python prs.py PROG ROCK STABLE ---------------- Parsing settings.json Applying settings file: settings.json Using k_lms...

If prompt values sum to less than zero, `weight_sum` becomes negative and weight-adjusted prompts are all negated. I don't think the resulting image(s) make a lot of sense. I think...

Here's a weird request: Just like with prompt list, it would be cool to have the option to load init image from a text list of files. This would enable...

I'm not able to get images in a grid by specifying n_iter and n_rows any longer after updating prs

I'm able to reproduce this by feeding a .json file with an init_image, and then a second .json file with init_image set to `null`. Subsequent images will always use the...

Hello! I've been trying to set this project up, but when I run this step: `conda env create -f mac-environment.yaml` I am getting the following error: ``` ❯ conda env...

I tried installing this fork on Linux (Arch if that matters), but encountered this error while installing: ``` Collecting package metadata (repodata.json): done Solving environment: done Preparing transaction: done Verifying...

How do you get the filenames to be saved using the prompts that were used instead of a default filename?

Trying to get this to work on an Apple M1. Following the installation instructions, I'm first getting: `No matching distribution found for opencv-python==4.1.2.30` Changing the `mac-environment.yaml` to update `opencv-python` to...