Commit Graph

57 Commits

Author SHA1 Message Date
filipstrand
01c8a372e6 Update readme with dev model description 2024-08-20 21:51:34 +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
Fabio
571608b4dd fix conflicts 2024-08-18 13:32:02 +02:00
Fabio
40b40b5541 add shift to schedule 2024-08-18 13:30:19 +02:00
Fabio
14c5b2bd0e fix architecture for dev 2024-08-18 01:01:01 +02:00
Filip Strand
f0ca12f075
Merge pull request #4 from Xuzzo/feature/allow_image_resolution
Generate image at different resolutions
2024-08-17 23:01:27 +02:00
Fabio
e76bb3d284 change naming 2024-08-17 22:50:35 +02:00
Fabio
65c479b091 fix height <-> width and other minor corrections 2024-08-17 22:39:52 +02:00
Fabio
7b1eba235d WIP include flux1 dev 2024-08-17 22:33:11 +02:00
Fabio Peruzzo
7661622839 allow different image resolutions 2024-08-16 16:45:49 +02:00
filipstrand
65e0232cab Move flux.py up one level 2024-08-15 21:17:33 +02:00
filipstrand
5af0763cc4 Rearrange attributes 2024-08-15 21:08:27 +02:00
filipstrand
0fae839053 Do text encoding directly and remove TextEncoder class 2024-08-15 20:55:56 +02:00
filipstrand
f35eec2a3b Ignore generated image files 2024-08-15 20:42:37 +02:00
filipstrand
db1e7f5cc2 Remove PyCharm settings from repo 2024-08-15 20:06:30 +02:00
Filip Strand
05db3da4bf
Merge pull request #3 from naz/add-gitignore
Added .gitignore
2024-08-15 20:02:33 +02:00
Naz
11dbd0ed95
Added .gitignore
- Without it the IDE struggles to parse the content of the project after initial install
2024-08-15 12:51:49 +07:00
filipstrand
36b396b921 Fix address 2024-08-15 00:28:07 +02:00
Filip Strand
36b8794da8
Merge pull request #2 from filipstrand/automatically-download-model
Automatically download models from Huggingface or used cached ones
2024-08-15 00:23:52 +02:00
filipstrand
f0b02257e3 Update README with installation guide 2024-08-15 00:18:48 +02:00
filipstrand
e3a85df133 Automatically download models from huggingface or used cache ones 2024-08-15 00:17:30 +02:00