momoe5445 commited on
Commit
83b8c63
1 Parent(s): 732a85f

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: majestic waterfall cascading through a lush green forest, mist rising
11
+ output:
12
+ url: samples/1725078224979__000001000_0.jpg
13
+ - text: futuristic city skyline at sunset, flying cars zooming between skyscrapers
14
+ output:
15
+ url: samples/1725078259124__000001000_1.jpg
16
+ - text: snowy mountain peak reflecting in a calm alpine lake, pine trees on the
17
+ shore
18
+ output:
19
+ url: samples/1725078293299__000001000_2.jpg
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt: HIRO
22
+ license: other
23
+ license_name: flux-1-dev-non-commercial-license
24
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
25
+ ---
26
+
27
+ # hiroshi
28
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
29
+ <Gallery />
30
+
31
+ ## Trigger words
32
+
33
+ You should use `HIRO` to trigger the image generation.
34
+
35
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
36
+
37
+ Weights for this model are available in Safetensors format.
38
+
39
+ [Download](/momoe5445/hiroshi/tree/main) them in the Files & versions tab.
40
+
41
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
42
+
43
+ ```py
44
+ from diffusers import AutoPipelineForText2Image
45
+ import torch
46
+
47
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
48
+ pipeline.load_lora_weights('momoe5445/hiroshi', weight_name='hiroshi')
49
+ image = pipeline('majestic waterfall cascading through a lush green forest, mist rising').images[0]
50
+ image.save("my_image.png")
51
+ ```
52
+
53
+ 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)
54
+
hiroshi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8882af7025c778bbeeb16f7ce607c5bb414c5d96421d94e030fea049e3771742
3
+ size 171969392
hiroshi_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb67bb4ab8e7bc26d2ac5ee125142fbbca68f1274664f67d3473749b7dde5914
3
+ size 171969384
hiroshi_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:826c94afcfeb438ba3293618c9e48c9d5d3ceb5d57b80f74bf17d192c00c6725
3
+ size 171969384
hiroshi_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6001dc503703dc5ce1d44e4ce0fe90a2515e8479df082674536955cb432a557
3
+ size 171969384
samples/1725078224979__000001000_0.jpg ADDED
samples/1725078259124__000001000_1.jpg ADDED
samples/1725078293299__000001000_2.jpg ADDED