Norod78 commited on
Commit
76bd439
1 Parent(s): 9a99b8d

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. 25794110.jpeg +0 -0
  2. 25794111.jpeg +0 -0
  3. 25794115.jpeg +0 -0
  4. 25795270.jpeg +0 -0
  5. HuMeow_FLUX.safetensors +3 -0
  6. README.md +78 -0
25794110.jpeg ADDED
25794111.jpeg ADDED
25794115.jpeg ADDED
25795270.jpeg ADDED
HuMeow_FLUX.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c84f1a4704dedf5c9a7cc2039d32e9f1d0a8b5d26b68c88f362e2f700cc34e
3
+ size 19259984
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - cats
13
+ - concept
14
+ - cat
15
+ - furry
16
+ - humanoid cat
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: HuMeow
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 25794115.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 25795270.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 25794111.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 25794110.jpeg
41
+
42
+ ---
43
+
44
+ # HuMeow [FLUX]
45
+
46
+ <Gallery />
47
+
48
+
49
+
50
+ ([CivitAI](https://civitai.com/models/))
51
+
52
+ ## Model description
53
+
54
+ <p>As you all know, there are not enough cat images on the internet.</p><p>This is HuMeow (Human + Meow): A FLUX LoRA which was designed to solve this problem by generating human(oid) cats as well as getting random cats to appear in scenes where the trigger word 'HuMeow' is used.</p><p></p><p>There are also <a rel="ugc" href="https://civitai.com/models/252637/humeow-lora">SDXL and SDv1.5 versions of this LoRA</a></p><p>The training dataset is <a target="_blank" rel="ugc" href="https://civitai.com/api/download/training-data/285058">available for download</a></p>
55
+
56
+ ## Trigger words
57
+ You should use `HuMeow` to trigger the image generation.
58
+
59
+
60
+ ## Download model
61
+
62
+ Weights for this model are available in Safetensors format.
63
+
64
+ [Download](/Norod78/humeow-flux/tree/main) them in the Files & versions tab.
65
+
66
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
67
+
68
+ ```py
69
+ from diffusers import AutoPipelineForText2Image
70
+ import torch
71
+
72
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
73
+ pipeline.load_lora_weights('Norod78/humeow-flux', weight_name='HuMeow_FLUX.safetensors')
74
+ image = pipeline('`HuMeow`').images[0]
75
+ ```
76
+
77
+ 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)
78
+