life commited on
Commit
bc54583
·
verified ·
1 Parent(s): 9ba81bd

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 pencil sketch of a girl with long hair and a backpack. She has a determined
11
+ expression on her face, suggesting she is ready to take on any challenge.
12
+ Her hair is long and wavy, and she is wearing a backpack with a zipper closure.
13
+ The sketch is done in a realistic style, with shading and highlights to give
14
+ it a lifelike appearance. conceptishcat
15
+ output:
16
+ url: samples/1731226560717__000001000_0.jpg
17
+ - text: a sketch of three girls in different poses, with a black border around the
18
+ edges. The girls are drawn in a cartoon-style, with exaggerated features and
19
+ bright colors. They are wearing different outfits, with one wearing a pink
20
+ dress, another wearing a blue dress, and the third wearing a yellow dress.
21
+ Each girl has a unique expression on their face, and they are all looking
22
+ in different directions. conceptishcat
23
+ output:
24
+ url: samples/1731226577003__000001000_1.jpg
25
+ - text: a drawing of four girls in different poses, with a black border around the
26
+ edges. The girls are wearing different outfits, ranging from casual to formal,
27
+ and each has a unique hairstyle and facial expression. The drawing is detailed
28
+ and lifelike, capturing the essence of the characters. conceptishcat
29
+ output:
30
+ url: samples/1731226593296__000001000_2.jpg
31
+ base_model: black-forest-labs/FLUX.1-dev
32
+ instance_prompt: conceptishcat
33
+ license: other
34
+ license_name: flux-1-dev-non-commercial-license
35
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
36
+ ---
37
+
38
+ # conceptishcat
39
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
40
+ <Gallery />
41
+
42
+ ## Trigger words
43
+
44
+ You should use `conceptishcat` to trigger the image generation.
45
+
46
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
47
+
48
+ Weights for this model are available in Safetensors format.
49
+
50
+ [Download](/life/conceptishcat/tree/main) them in the Files & versions tab.
51
+
52
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
53
+
54
+ ```py
55
+ from diffusers import AutoPipelineForText2Image
56
+ import torch
57
+
58
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
59
+ pipeline.load_lora_weights('life/conceptishcat', weight_name='conceptishcat.safetensors')
60
+ image = pipeline('a pencil sketch of a girl with long hair and a backpack. She has a determined expression on her face, suggesting she is ready to take on any challenge. Her hair is long and wavy, and she is wearing a backpack with a zipper closure. The sketch is done in a realistic style, with shading and highlights to give it a lifelike appearance. conceptishcat').images[0]
61
+ image.save("my_image.png")
62
+ ```
63
+
64
+ 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)
65
+
conceptishcat.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2de8af68089c5646b0a87bf0b5c0333e8f8eeb30b0b231f55f61cd3586c712ef
3
+ size 171969416
conceptishcat_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f417102f0e25f91d32cf7e334e62b7b76b546c6d9cf6f1db75ba422201b97a69
3
+ size 171969416
conceptishcat_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b0da3123135f01d17e270e8fd4a71d614815e9e543e6340f52cc3f3b593415
3
+ size 171969416
conceptishcat_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9be47543633098a2a1b3bab40b64bcd05e1dd3504ca921e5dc010c531d3d1b09
3
+ size 171969416
samples/1731226560717__000001000_0.jpg ADDED
samples/1731226577003__000001000_1.jpg ADDED
samples/1731226593296__000001000_2.jpg ADDED