nixified-ai / flake

A Nix flake for many AI projects
GNU Affero General Public License v3.0
624 stars 69 forks source link

I want to make a NIX approach to models #85

Open Rucadi opened 4 months ago

Rucadi commented 4 months ago

I wanted to make a nix-approach to stable difussion models.

Some of the models are combinations of others, so basically if you have a declarative, hash-checked way to generate models based on others, you can have a subset of base models and all goes from there.

This way the exact combination of models can be kept, instead of it being lost to time and civitai

Also, within the same project, have stable-difussion generation nixified, so it is easy to replicate results.

If you are interested we could coordinate it :)

RyzeNGrind commented 4 months ago

Hi I am interested although I must say I am an intern and a beginner to Nix, but not a beginner in programming.

Rucadi commented 3 months ago

@RyzeNGrind I added you to a private WIP repository where I'm doing some nix utils to this end.