ronnykhalil commited on
Commit
1d5950e
1 Parent(s): fcd3298

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: firefly surreal DIZMRZ style
11
+ output:
12
+ url: samples/1725915150746__000001111_0.jpg
13
+ - text: surreal eyeball monster DIZMRZ style
14
+ output:
15
+ url: samples/1725915183646__000001111_1.jpg
16
+ - text: snake swallowed an elephant DIZMRZ style
17
+ output:
18
+ url: samples/1725915216682__000001111_2.jpg
19
+ base_model: black-forest-labs/FLUX.1-dev
20
+ instance_prompt: DIZMRZ 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
+ # dizmrz
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 `DIZMRZ 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](/ronnykhalil/dizmrz/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('ronnykhalil/dizmrz', weight_name='dizmrz')
48
+ image = pipeline('firefly surreal DIZMRZ 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
+
dizmrz.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9effcb9633e0f8c21077be40b6141fd8b47184c3658f2a87df8707d7e911c3ae
3
+ size 171969400
dizmrz_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c59449d2e2e12c6d53db9a11bae7c34088aad08dfee2b06625e13c845faace5
3
+ size 171969400
dizmrz_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07cfaf48eb45934c6d833b0fc5c1dfcc51e5b98960db8189d9d3337486376b2a
3
+ size 171969400
dizmrz_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3080a25c7581e047897dd1fdfb6c4800ff2a0e1b6ccf82bd55b202370e3af7f
3
+ size 171969400
dizmrz_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7a05cf33c73d7409871464b07cf37d65bd48c97b5f707ba9e6598f6d4a31109
3
+ size 171969400
samples/1725915150746__000001111_0.jpg ADDED
samples/1725915183646__000001111_1.jpg ADDED
samples/1725915216682__000001111_2.jpg ADDED