catboxanon

Results 456 comments of catboxanon

https://github.com/kohya-ss/sd-scripts/blob/f0ae7eea950b93b1550dc34a782da3bafda2a8c0/train_network.py#L359-L361 LoRAs being mixed with and without this training change were posted on 4chan, unfortunately I don't have an example on hand currently (nor one that's probably SFW anyway).

Not sure why I hadn't tried sooner, but you can simply do an add difference merge to bring similar results to any model. Same prompt and seed, the output speaks...

The result is described in the filename, but this is all it is: ![image](https://user-images.githubusercontent.com/122327233/222052530-b45ece14-17c6-4993-a253-b9a585ab8bc5.png) Following the same method used to "convert" any model into an inpainting model. https://old.reddit.com/r/StableDiffusion/comments/zyi24j/how_to_turn_any_model_into_an_inpainting_model/

Yeah, that looks to be the same. The actual upload is at the end of the original blog post.

Further updates on this: LoRA model for applying to other models on-the-fly: https://civitai.com/models/13941/epinoiseoffset Pyramid noise (possibly better alternative to the offset noise technique): https://wandb.ai/johnowhitaker/multires_noise/reports/Multi-Resolution-Noise-for-Diffusion-Model-Training--VmlldzozNjYyOTU2

Was implemented in https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ab4ab4e595e89d1a9a39db70539d5944fdbe47fa

The `Version` field. It actually tries to use the tag, specifically the output of `git describe --tags`, and if the program wasn't installed via git then it will use the...

PRs welcome. I personally don't see the benefit in displaying the commit hash when the tag is much more meaningful (and _does_ contain the hash when necessary)

`git show-ref -s v1.5.1` Any breaking changes that don't allow images to be generated identical are also documented in the wiki. If something can't be replicated that's a problem and...

The linked PR mentions this issue means something is fundamentally wrong with the LoRA file if this happens. If this issue persists then open a new issue with a simple,...