zaidzameer010 commited on
Commit
7287585
·
verified ·
1 Parent(s): f47940d

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 man with red hair wearing a black jacket and a skull mask, in the style
11
+ of cinystic, sitting on the ground and drinking from a glass. The background
12
+ is blurred, giving the image a dreamy, ethereal feel.
13
+ output:
14
+ url: samples/1727876404273__000003000_0.jpg
15
+ base_model: black-forest-labs/FLUX.1-dev
16
+ instance_prompt: cinystic
17
+ license: other
18
+ license_name: flux-1-dev-non-commercial-license
19
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
20
+ ---
21
+
22
+ # flux-1-cinystic-v2-1
23
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
24
+ <Gallery />
25
+
26
+ ## Trigger words
27
+
28
+ You should use `cinystic` to trigger the image generation.
29
+
30
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
31
+
32
+ Weights for this model are available in Safetensors format.
33
+
34
+ [Download](/zaidzameer010/flux-1-cinystic-v2-1/tree/main) them in the Files & versions tab.
35
+
36
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
37
+
38
+ ```py
39
+ from diffusers import AutoPipelineForText2Image
40
+ import torch
41
+
42
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
43
+ pipeline.load_lora_weights('zaidzameer010/flux-1-cinystic-v2-1', weight_name='flux-1-cinystic-v2-1.safetensors')
44
+ image = pipeline('a man with red hair wearing a black jacket and a skull mask, in the style of cinystic, sitting on the ground and drinking from a glass. The background is blurred, giving the image a dreamy, ethereal feel.').images[0]
45
+ image.save("my_image.png")
46
+ ```
47
+
48
+ 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)
49
+
flux-1-cinystic-v2-1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:560ed2031dc8241dc262884eeb526b50e813a14f46f24d6dbbc2506d12381dcd
3
+ size 171969424
flux-1-cinystic-v2-1_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e7d0518ff814dbf9cd33f9a742f78fb3f4c80289d65c5e08ee897365c38ff39
3
+ size 171969424
flux-1-cinystic-v2-1_000002250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6ea58c2b905d7e46bb4d7dd55fd8728b2bb5935c68f93ab220596163ded7634
3
+ size 171969424
flux-1-cinystic-v2-1_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d4eb843af3703284d93063ddcb4ec4e5248db8bb1af68f53ef791fd3588847
3
+ size 171969424
flux-1-cinystic-v2-1_000002750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49ade6b38b1195e7135c2b98dd37634ac88b33b2d6c5c7cdd146f21c1eb7ecda
3
+ size 171969424
samples/1727869594846__000000250_0.jpg ADDED
samples/1727870197832__000000500_0.jpg ADDED
samples/1727870827727__000000750_0.jpg ADDED
samples/1727871438932__000001000_0.jpg ADDED
samples/1727872053976__000001250_0.jpg ADDED
samples/1727872681945__000001500_0.jpg ADDED
samples/1727873300364__000001750_0.jpg ADDED
samples/1727873916526__000002000_0.jpg ADDED
samples/1727874554387__000002250_0.jpg ADDED
samples/1727875167927__000002500_0.jpg ADDED
samples/1727875774906__000002750_0.jpg ADDED
samples/1727876404273__000003000_0.jpg ADDED