Skip to content

okaris/StableTwoUnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StableTwoUnet

compare.png

What if instead of using a negative prompt we used a negative model? In one case we can amp the style and effects of a finetuned model by letting the negative prediction be handled by the vase model and the positive by the finetune. This can be particularly noticable if you let both the positive and negative prompt be the same, as then the only difference between predictions is just the model weights.

Setup 🛠

pip install -r requirements.txt

Inference 🚀

See the provided notebook

Settings

  • swap_step: value 0 to 1 denoting what % into inference to switch from the two unet prediction mode to standard inference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.0%
  • Python 2.0%