diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1890ee5e7fed4c64cacf1136f267e92c27168bba --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +tags: +- text-to-image +- flux +- lora +- diffusers +- template:sd-lora +- ai-toolkit +widget: +- text: '[trigger] black and white color illustration, two asian males in their + late 30s and one asian female in her late 20s having a conversation about + economic issue in a newsroom, while laughing and arguing' + output: + url: samples/1733378641566__000002000_0.jpg +- text: '[trigger] black and white color illustration, one young female professor + explains about why people can''t date while 3~4 students in their early 30s + got shocked' + output: + url: samples/1733378660166__000002000_1.jpg +- text: '[trigger] black and white color illustration, one asian male in his 30s + and one asian female in her early 20s sitting on the different couch talking + about their life while the guy is trying to make fun of her' + output: + url: samples/1733378678769__000002000_2.jpg +- text: '[trigger] black and white color illustration, an Asian man in his early + 30s showing off his cool electronic products on the table and trying to explain + its special features' + output: + url: samples/1733378697378__000002000_3.jpg +- text: '[trigger] black and white color illustration, An asian male in his early + 20''s and asian female in her early 20''s are sitting on the wooden floor + with some snacks, and drinking and laughing, black and white color theme' + output: + url: samples/1733378715995__000002000_4.jpg +base_model: black-forest-labs/FLUX.1-dev +instance_prompt: SSGM +license: other +license_name: flux-1-dev-non-commercial-license +license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md +--- + +# storyboard_scene_generation_model_flux_v3_HLH +Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) + + +## Trigger words + +You should use `SSGM` to trigger the image generation. + +## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc. + +Weights for this model are available in Safetensors format. + +[Download](/jwywoo/storyboard-scene-generation-model-flux-v3-HLH/tree/main) them in the Files & versions tab. + +## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) + +```py +from diffusers import AutoPipelineForText2Image +import torch + +pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda') +pipeline.load_lora_weights('jwywoo/storyboard-scene-generation-model-flux-v3-HLH', weight_name='storyboard_scene_generation_model_flux_v3_HLH.safetensors') +image = pipeline('[trigger] black and white color illustration, two asian males in their late 30s and one asian female in her late 20s having a conversation about economic issue in a newsroom, while laughing and arguing').images[0] +image.save("my_image.png") +``` + +For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters) + diff --git a/samples/1733374316905__000000000_0.jpg b/samples/1733374316905__000000000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de330d96f1d8d11c38adfe01d562d921b1592556 Binary files /dev/null and b/samples/1733374316905__000000000_0.jpg differ diff --git a/samples/1733374335522__000000000_1.jpg b/samples/1733374335522__000000000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..52bee09d1005da7a4599a6ddc5ce85222679f7f9 Binary files /dev/null and b/samples/1733374335522__000000000_1.jpg differ diff --git a/samples/1733374354116__000000000_2.jpg b/samples/1733374354116__000000000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..19712bb45368cfcfe924216f4aba7c7f857744a8 Binary files /dev/null and b/samples/1733374354116__000000000_2.jpg differ diff --git a/samples/1733374372712__000000000_3.jpg b/samples/1733374372712__000000000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6967a531e2c5bec2f44264510e134e143532568a Binary files /dev/null and b/samples/1733374372712__000000000_3.jpg differ diff --git a/samples/1733374391308__000000000_4.jpg b/samples/1733374391308__000000000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e79814b189b97d992a299cea777ea4db9688970e Binary files /dev/null and b/samples/1733374391308__000000000_4.jpg differ diff --git a/samples/1733374856344__000000250_0.jpg b/samples/1733374856344__000000250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e70b64052313030f312b3771360e7cd9012b4c6a Binary files /dev/null and b/samples/1733374856344__000000250_0.jpg differ diff --git a/samples/1733374874991__000000250_1.jpg b/samples/1733374874991__000000250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aa0a11a24d76a76b262aa67e9a05c8eefd3cb813 Binary files /dev/null and b/samples/1733374874991__000000250_1.jpg differ diff --git a/samples/1733374893606__000000250_2.jpg b/samples/1733374893606__000000250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e5988b308873bf567033ed64286815683a5ceb22 Binary files /dev/null and b/samples/1733374893606__000000250_2.jpg differ diff --git a/samples/1733374912227__000000250_3.jpg b/samples/1733374912227__000000250_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..017a3aa2a0d8deecc6e78350b814baca0982fa9b Binary files /dev/null and b/samples/1733374912227__000000250_3.jpg differ diff --git a/samples/1733374930850__000000250_4.jpg b/samples/1733374930850__000000250_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..278162cd65333c9d3571f4a0af4c6c9e01b60768 Binary files /dev/null and b/samples/1733374930850__000000250_4.jpg differ diff --git a/samples/1733375396410__000000500_0.jpg b/samples/1733375396410__000000500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..aba96cc1f6820bd8d7ad6541847ec461a994efb4 Binary files /dev/null and b/samples/1733375396410__000000500_0.jpg differ diff --git a/samples/1733375415026__000000500_1.jpg b/samples/1733375415026__000000500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c573f2defe367bb2d41f95ba71dfe6d6f48243cb Binary files /dev/null and b/samples/1733375415026__000000500_1.jpg differ diff --git a/samples/1733375433641__000000500_2.jpg b/samples/1733375433641__000000500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74b3773567592ae4f81679c694c9f055226c977b Binary files /dev/null and b/samples/1733375433641__000000500_2.jpg differ diff --git a/samples/1733375452256__000000500_3.jpg b/samples/1733375452256__000000500_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..33b48f29581b74fb378b438e4118e1d41d5bd57d Binary files /dev/null and b/samples/1733375452256__000000500_3.jpg differ diff --git a/samples/1733375470880__000000500_4.jpg b/samples/1733375470880__000000500_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62817c0c506794777b2142867b7114fa4914a8fa Binary files /dev/null and b/samples/1733375470880__000000500_4.jpg differ diff --git a/samples/1733375936416__000000750_0.jpg b/samples/1733375936416__000000750_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..831330c8635adc800c0bb6d918ed796ffd3cd711 Binary files /dev/null and b/samples/1733375936416__000000750_0.jpg differ diff --git a/samples/1733375955044__000000750_1.jpg b/samples/1733375955044__000000750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..14a4b0af4bfea3c0015266cb76e3509c33d33d4e Binary files /dev/null and b/samples/1733375955044__000000750_1.jpg differ diff --git a/samples/1733375973654__000000750_2.jpg b/samples/1733375973654__000000750_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2437e90ea2459d76a13e94720843f4ed6770c029 Binary files /dev/null and b/samples/1733375973654__000000750_2.jpg differ diff --git a/samples/1733375992264__000000750_3.jpg b/samples/1733375992264__000000750_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0aaf269425abf6bac6540b11230b7acbe6396a60 Binary files /dev/null and b/samples/1733375992264__000000750_3.jpg differ diff --git a/samples/1733376010879__000000750_4.jpg b/samples/1733376010879__000000750_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd7c13099079eb85d6a780f7c0e2a3f84a10f6af Binary files /dev/null and b/samples/1733376010879__000000750_4.jpg differ diff --git a/samples/1733376477640__000001000_0.jpg b/samples/1733376477640__000001000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ef9a81f814142b2933bad90e7702d28979a25b2 Binary files /dev/null and b/samples/1733376477640__000001000_0.jpg differ diff --git a/samples/1733376496252__000001000_1.jpg b/samples/1733376496252__000001000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d961c0ff5d2b039b2ac26c7853ec44d40113268 Binary files /dev/null and b/samples/1733376496252__000001000_1.jpg differ diff --git a/samples/1733376514855__000001000_2.jpg b/samples/1733376514855__000001000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..672fe5b0faebf3565b71fe7ada632b607a88d5cd Binary files /dev/null and b/samples/1733376514855__000001000_2.jpg differ diff --git a/samples/1733376533458__000001000_3.jpg b/samples/1733376533458__000001000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ee1d30e7260b1448197c9474a7c3b83f37b3adc Binary files /dev/null and b/samples/1733376533458__000001000_3.jpg differ diff --git a/samples/1733376552058__000001000_4.jpg b/samples/1733376552058__000001000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9156600891bdf8f9937ce992c7d7b94f94f8ddc4 Binary files /dev/null and b/samples/1733376552058__000001000_4.jpg differ diff --git a/samples/1733377018760__000001250_0.jpg b/samples/1733377018760__000001250_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b316427b2119e3e60db911e4c79b5537849eed42 Binary files /dev/null and b/samples/1733377018760__000001250_0.jpg differ diff --git a/samples/1733377037378__000001250_1.jpg b/samples/1733377037378__000001250_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b4bb7621995df15e9997bbb5fdd216eca478287 Binary files /dev/null and b/samples/1733377037378__000001250_1.jpg differ diff --git a/samples/1733377056010__000001250_2.jpg b/samples/1733377056010__000001250_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..594c53d91b9044b8bcaaf628e38ae49b71258b8c Binary files /dev/null and b/samples/1733377056010__000001250_2.jpg differ diff --git a/samples/1733377074619__000001250_3.jpg b/samples/1733377074619__000001250_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e773d71c0bba5b2e605f5e1a60277e7640fdf1f Binary files /dev/null and b/samples/1733377074619__000001250_3.jpg differ diff --git a/samples/1733377093227__000001250_4.jpg b/samples/1733377093227__000001250_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f15f6181ee20027f8e929f56f4a36b3a59d5cd48 Binary files /dev/null and b/samples/1733377093227__000001250_4.jpg differ diff --git a/samples/1733377560635__000001500_0.jpg b/samples/1733377560635__000001500_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f4dfbba521579e946f3c9252675433b172f280db Binary files /dev/null and b/samples/1733377560635__000001500_0.jpg differ diff --git a/samples/1733377579268__000001500_1.jpg b/samples/1733377579268__000001500_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ca5d7487ebb9ca71d599e55962412c283a0d79cc Binary files /dev/null and b/samples/1733377579268__000001500_1.jpg differ diff --git a/samples/1733377597893__000001500_2.jpg b/samples/1733377597893__000001500_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b82f1af24f016a108f990c7361b37b46d21b38a Binary files /dev/null and b/samples/1733377597893__000001500_2.jpg differ diff --git a/samples/1733377616522__000001500_3.jpg b/samples/1733377616522__000001500_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5a7e681e256f0164ec491001b8e8d81e29a93448 Binary files /dev/null and b/samples/1733377616522__000001500_3.jpg differ diff --git a/samples/1733377635150__000001500_4.jpg b/samples/1733377635150__000001500_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a3a406f0d77447f5224a1a04e59627ea697ed32a Binary files /dev/null and b/samples/1733377635150__000001500_4.jpg differ diff --git a/samples/1733378102186__000001750_0.jpg b/samples/1733378102186__000001750_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b23f9696988d4a67f23664aba839cf00da1a47c4 Binary files /dev/null and b/samples/1733378102186__000001750_0.jpg differ diff --git a/samples/1733378120801__000001750_1.jpg b/samples/1733378120801__000001750_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a041e29e7564fa535062ba4dc3d587c6d89482fb Binary files /dev/null and b/samples/1733378120801__000001750_1.jpg differ diff --git a/samples/1733378139432__000001750_2.jpg b/samples/1733378139432__000001750_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ace9fb5422af241b283305c13b5ffac29c1f69e5 Binary files /dev/null and b/samples/1733378139432__000001750_2.jpg differ diff --git a/samples/1733378158071__000001750_3.jpg b/samples/1733378158071__000001750_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d546915b2e3e1f0defd6313a184a4ad9683a11d6 Binary files /dev/null and b/samples/1733378158071__000001750_3.jpg differ diff --git a/samples/1733378176690__000001750_4.jpg b/samples/1733378176690__000001750_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..35ff1c8d42ab92977b290268baf39e2d029c14af Binary files /dev/null and b/samples/1733378176690__000001750_4.jpg differ diff --git a/samples/1733378641566__000002000_0.jpg b/samples/1733378641566__000002000_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7c3f355222170822ede388bd3bd76e51ae89935c Binary files /dev/null and b/samples/1733378641566__000002000_0.jpg differ diff --git a/samples/1733378660166__000002000_1.jpg b/samples/1733378660166__000002000_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d960b098688345a79141b4b1b738ff2cf6cf05da Binary files /dev/null and b/samples/1733378660166__000002000_1.jpg differ diff --git a/samples/1733378678769__000002000_2.jpg b/samples/1733378678769__000002000_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9053c031fc3f6c1a66445815efb27287c4abc0e7 Binary files /dev/null and b/samples/1733378678769__000002000_2.jpg differ diff --git a/samples/1733378697378__000002000_3.jpg b/samples/1733378697378__000002000_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2594eaf7f05034e2683610be7e539ed354797d21 Binary files /dev/null and b/samples/1733378697378__000002000_3.jpg differ diff --git a/samples/1733378715995__000002000_4.jpg b/samples/1733378715995__000002000_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..233c7d0b3f530b1c26b38c79b4b88c202e46e42e Binary files /dev/null and b/samples/1733378715995__000002000_4.jpg differ diff --git a/storyboard_scene_generation_model_flux_v3_HLH.safetensors b/storyboard_scene_generation_model_flux_v3_HLH.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..157cb1ee323dcc0ebe502bc2f8766b7ccaed5baa --- /dev/null +++ b/storyboard_scene_generation_model_flux_v3_HLH.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859222b930866060073c25286a677bb8d9a5e6b55d69d26cdc7d6d0c751e382d +size 171969464 diff --git a/storyboard_scene_generation_model_flux_v3_HLH_000001000.safetensors b/storyboard_scene_generation_model_flux_v3_HLH_000001000.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bca22ed551585e0c3c702e834cbcf8392d547662 --- /dev/null +++ b/storyboard_scene_generation_model_flux_v3_HLH_000001000.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e68979eb214c3f016f433d3d335d2c25b684156803b9c8d12fe2769d320cd47 +size 171969464 diff --git a/storyboard_scene_generation_model_flux_v3_HLH_000001250.safetensors b/storyboard_scene_generation_model_flux_v3_HLH_000001250.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8fc020b1da06e0a99284fdaf00ded84ad3d0502e --- /dev/null +++ b/storyboard_scene_generation_model_flux_v3_HLH_000001250.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eb0d86dfbe863dcffa9bc436705dc3cd3b44eafb9e3d9601a4f43e1015e423 +size 171969464 diff --git a/storyboard_scene_generation_model_flux_v3_HLH_000001500.safetensors b/storyboard_scene_generation_model_flux_v3_HLH_000001500.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dd95b48da894dce012d8a858f468d9a4c8ad92ec --- /dev/null +++ b/storyboard_scene_generation_model_flux_v3_HLH_000001500.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fcfc42fd251f53b7c8457c8fc00355362f195e75ea9824fb5663de35320992 +size 171969464 diff --git a/storyboard_scene_generation_model_flux_v3_HLH_000001750.safetensors b/storyboard_scene_generation_model_flux_v3_HLH_000001750.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..53a695856dae64edb26247f4ca3886d2f967f6ab --- /dev/null +++ b/storyboard_scene_generation_model_flux_v3_HLH_000001750.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24adceaeabe1d550b36eeb9c8766698849c963a22a3c9484f51cd7fee51f15f7 +size 171969464