FluxML / model-zoo

Please do not feed the models
https://fluxml.ai/
Other
908 stars 333 forks source link

Update to Flux 0.14 #399

Open mcabbott opened 1 year ago

mcabbott commented 1 year ago

All models marked ☀️ v0.13 or ☀️ v0.13 + should work fine with Flux 0.14. The only code change should be that, in some cases, using CUDA needs to be added.

It would be good to adjust their Project.toml files to allow this, and their Manifest.toml files to use this.

mcabbott commented 1 year ago

Mostly done in #402, which updated Project files (to what should work) but not Manifest files (last known definitely good config).

The more ambitious update would be to clean up models one by one, along the lines of #397 and #394. There is a lot more boilerplate than necessary in most of them.

Jay-sanjay commented 1 year ago

Mostly done in #402, which updated Project files (to what should work) but not Manifest files (last known definitely good config).

The more ambitious update would be to clean up models one by one, along the lines of #397 and #394. There is a lot more boilerplate than necessary in most of them.

sir could you please be bit more clear , what you meant here. I would be happy to work on the issue further !