ljleb

Results 256 comments of ljleb

Ah this is the line: https://github.com/justinpinkney/stable-diffusion/blob/4ac995b6f663b74dfe65400285e193d4167d259c/scripts/image_variations.py#L126 After looking at the [model card](https://huggingface.co/lambdalabs/sd-image-variations-diffusers) for the model this script uses, it seems that this is an entire different model from stable diffusion....

I read the code again and it does indeed seem to be predicting conditionings from images. Thanks for sharing this!

New paper on the subject: https://arxiv.org/pdf/2302.13848.pdf

Should be fixed in recent update to the controlnet extension API routes. Could you try it again?

Another way to implement this would be to start the prompt with something like `$indices_offset=0` or something like that. One advantage of this second approach is that you dont have...

Another idea would be to add a prompt parameter for this, but it feels inappropriate for such an insignificant option to be stored with png info as a setting and...

Would it be possible to unload the loras during the hires pass that the hires prompt does not re-specify, if it is not empty? Unless I tested it wrong, it...

Once the conflicts have been resolved in this PR, if you don't want to wait for it to be merged, you can merge it locally: ``` git remote add invincible-dude...

I have the same problem, however `style_filewords.txt` already contains `[name]` on every line and setting both the img and embed save settings to 1 threw the same assertion. Does anyone...

> please go through all the files in that directory and delete the trailing extra line at the end of each file. Thanks for the suggestion. I tried to implement...