Commit Graph

76 Commits

Author SHA1 Message Date
Sujip Maharjan
f82caa3298 Icrecream dependency removed, not required -- error 2024-09-03 13:16:35 +05:45
Sujip Maharjan
cd54ad137c Apply lora with --apply-lora <path-to-safetensors> 2024-09-03 07:38:04 +05:45
Filip Strand
94920896e8
Merge pull request #24 from filipstrand/basic-quantization-support
Basic quantization support
2024-08-30 22:24:05 +02:00
filipstrand
fdc4cb9892 Rewrite weight handling and add quantization support 2024-08-30 22:13:36 +02:00
filipstrand
478fc4f8bc Update readme with new TODO list 2024-08-23 11:54:21 +02:00
filipstrand
bf26270695 Clarify where models are downloaded 2024-08-23 10:27:45 +02:00
filipstrand
1254f3827c Update readme with new performance numbers 2024-08-21 21:22:16 +02:00
filipstrand
58700ebed3 Update readme with new performance numbers 2024-08-21 11:11:36 +02:00
filipstrand
580817afb6 Link to issue tracker for downloading the dev model 2024-08-21 09:56:11 +02:00
filipstrand
336d8a17da Add missing guidance flag in readme description 2024-08-21 09:10:23 +02:00
filipstrand
1f54b94175 Simplify: Remove latent creator class and inline logic 2024-08-21 00:48:08 +02:00
filipstrand
45104ebf48 Fix width property 2024-08-20 23:22:25 +02:00
filipstrand
c6f0a17d34 Once again ignore png and jpg 2024-08-20 22:58:10 +02:00
filipstrand
d0970162a5 Fix images in readme 2024-08-20 22:56:57 +02:00
filipstrand
04c2aaac26 Add helpful hints when configuring which model to use in example 2024-08-20 22:46:31 +02:00
filipstrand
7a277fc326 Rename flux_1_schnell folder to flux_1 2024-08-20 22:37:32 +02:00
Filip Strand
09cddd05e8
Merge pull request #10 from Xuzzo/feature/add_flux1dev
Include FLUX.1-Dev
2024-08-20 22:24:20 +02:00
filipstrand
ae99420f95 Merge remote-tracking branch 'refs/remotes/origin/main' into feature/add_flux1dev 2024-08-20 22:21:33 +02:00
filipstrand
01c8a372e6 Update readme with dev model description 2024-08-20 21:51:34 +02:00
filipstrand
43621decca Update readme with new performance numbers (and reformat the table) 2024-08-20 18:43:37 +02:00
filipstrand
f9f032a220 Update flag description 2024-08-20 18:17:33 +02:00
filipstrand
e3d2ee9092 Merge remote-tracking branch 'refs/remotes/origin/main' into feature/add_flux1dev 2024-08-20 18:15:10 +02:00
filipstrand
d94c9006a5 Fix: Actually use the --output flag 2024-08-20 18:10:00 +02:00
filipstrand
4d613c7390 Move num_train_steps to ModelConfig 2024-08-20 11:45:36 +02:00
filipstrand
aeb377d900 Fix: Use the correct seed variable 2024-08-20 11:36:01 +02:00
filipstrand
7795d47cd3 Add a separate runtime config 2024-08-20 10:59:28 +02:00
filipstrand
4b42e50257 Add separate model config and other small updates 2024-08-20 09:44:09 +02:00
Fabio
c0cc8059e9 fix cli 2024-08-19 21:41:19 +02:00
Fabio
d1b4557d2e small fix to main 2024-08-19 21:23:32 +02:00
Fabio
76f5f01d4c Merge branch 'main' into feature/add_flux1dev 2024-08-19 21:15:12 +02:00
Fabio
3710f101e5 small fix and update readme 2024-08-19 21:09:41 +02:00
Fabio
e60cd79f0c make config static and freeze after initialisation 2024-08-19 20:41:11 +02:00
filipstrand
801b132667 Update readme with latest performance numbers 2024-08-19 19:19:12 +02:00
filipstrand
f21a074929 Save image using util method and update README with command line argument descriptions 2024-08-19 18:27:23 +02:00
Filip Strand
a469cce5fe
Merge pull request #5 from explorigin/cli-options
Add CLI args for easier execution
2024-08-19 18:05:32 +02:00
Timothy Farrell
67f3f8e46c Update the README to include the (now required) prompt 2024-08-19 08:46:39 -05:00
Timothy Farrell
62c7a9939f Remove it from the TODO list. 2024-08-19 08:44:21 -05:00
Timothy Farrell
e97d7dfb9f Add CLI args for easier execution 2024-08-19 08:44:18 -05:00
Fabio
40b77e81bc remove main dev, add hints to main 2024-08-19 00:05:37 +02:00
Fabio
45309d0129 fix main 2024-08-18 23:41:49 +02:00
Fabio
16ee26c2e9 fix merge conflicts 2024-08-18 23:33:22 +02:00
Fabio
c2b600dd9e fix type and add main_dev 2024-08-18 23:31:59 +02:00
Fabio
68cbaab816 fix type and add main_dev 2024-08-18 23:31:54 +02:00
filipstrand
c50a1fb3d4 Fix height and width argument names 2024-08-18 21:49:41 +02:00
Fabio
d14f49f758 revert changes to config 2024-08-18 21:23:52 +02:00
Filip Strand
826b58dcb1
Merge pull request #9 from filipstrand/never-override-previously-generated-images
Never override previously generated images
2024-08-18 21:21:59 +02:00
filipstrand
5669d26274 Never override previously generated images 2024-08-18 20:46:11 +02:00
Fabio
9a7854218d changes to gitignore 2024-08-18 19:17:14 +02:00
Fabio
acfc448f0c fix guidance scale 2024-08-18 17:56:31 +02:00
Fabio
6977e92061 fix sigmas shift 2024-08-18 17:15:58 +02:00