jayavibhav commited on
Commit
0921867
·
verified ·
1 Parent(s): d5f2866

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: A person in a bustling cafe monogatari style
11
+ output:
12
+ url: samples/1727740519836__000001700_0.jpg
13
+ - text: A girl with purple hair loooking at bluish green sky
14
+ output:
15
+ url: samples/1727740624634__000001700_1.jpg
16
+ - text: A girl with a cap and headphones, smiling at the camera
17
+ output:
18
+ url: samples/1727740729501__000001700_2.jpg
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: monogatari style
21
+ license: other
22
+ license_name: flux-1-dev-non-commercial-license
23
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
24
+ ---
25
+
26
+ # monogatari-style
27
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
28
+ <Gallery />
29
+
30
+ ## Trigger words
31
+
32
+ You should use `monogatari style` to trigger the image generation.
33
+
34
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
35
+
36
+ Weights for this model are available in Safetensors format.
37
+
38
+ [Download](/jayavibhav/monogatari-style/tree/main) them in the Files & versions tab.
39
+
40
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
41
+
42
+ ```py
43
+ from diffusers import AutoPipelineForText2Image
44
+ import torch
45
+
46
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
47
+ pipeline.load_lora_weights('jayavibhav/monogatari-style', weight_name='monogatari-style')
48
+ image = pipeline('A person in a bustling cafe monogatari style').images[0]
49
+ image.save("my_image.png")
50
+ ```
51
+
52
+ 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)
53
+
monogatari-style.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227205f9ae3ffb10c96f4a5d56565dbdcef66785d5277b7ee6d186ebb7c1883c
3
+ size 171969432
monogatari-style_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49ad4b2eeb6fab81a838705d5c4cf16d09263f27acd86422b8d82d7dc1604763
3
+ size 171969432
monogatari-style_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58d632becea7d22265240e64d69f9ae8f16fdfcfd6c846fdb2ec98f2a0fe6a4
3
+ size 171969432
monogatari-style_000001250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d094ab602297d316fd233f61c57e929880243fde8b125dfbe498fc5893063d8
3
+ size 171969432
monogatari-style_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d621b422d194a7f6240a2126c7aa36d38c295b33ae75c13382211e8e2c286690
3
+ size 171969432
samples/1727740519836__000001700_0.jpg ADDED
samples/1727740624634__000001700_1.jpg ADDED
samples/1727740729501__000001700_2.jpg ADDED