Norod78 commited on
Commit
ceb331d
1 Parent(s): c84ba41

Upload folder using huggingface_hub

Browse files
28539274.jpeg ADDED
28539276.jpeg ADDED
28542945.jpeg ADDED
But_the_old_gods_are_rising_FLUX-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5f5b05e09c43d557248adde287eb76c69383ccf4ef02a31c1560b0d62bf5aa
3
+ size 19260168
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - horror
13
+ - concept
14
+ - tentacles
15
+ - old gods
16
+
17
+ base_model: black-forest-labs/FLUX.1-dev
18
+ instance_prompt: but the old gods are rising
19
+ widget:
20
+ - text: 'Batman is having a bath but the old gods are rising'
21
+
22
+ output:
23
+ url: >-
24
+ 28539276.jpeg
25
+ - text: 'A muppet on the Muppet Show but the old gods are rising'
26
+
27
+ output:
28
+ url: >-
29
+ 28539274.jpeg
30
+ - text: 'A photo of a Death''s-head hawkmoth but the old gods are rising'
31
+
32
+ output:
33
+ url: >-
34
+ 28542945.jpeg
35
+
36
+ ---
37
+
38
+ # But the old gods are rising [FLUX]
39
+
40
+ <Gallery />
41
+
42
+
43
+
44
+ ([CivitAI](https://civitai.com/models/))
45
+
46
+ ## Model description
47
+
48
+ <p>It's just like your regular prompt "<strong>but the old gods are rising</strong>" in addition</p><p>An attempt to mimic <a rel="ugc" href="https://civitai.com/models/312572/but-the-old-gods-are-rising-sdxl">this SDXL LoRA</a></p>
49
+
50
+ ## Trigger words
51
+ You should use `but the old gods are rising` to trigger the image generation.
52
+
53
+
54
+ ## Download model
55
+
56
+ Weights for this model are available in Safetensors format.
57
+
58
+ [Download](/Norod78/but-the-old-gods-are-rising-flux/tree/main) them in the Files & versions tab.
59
+
60
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
61
+
62
+ ```py
63
+ from diffusers import AutoPipelineForText2Image
64
+ import torch
65
+
66
+ device = "cuda" if torch.cuda.is_available() else "cpu"
67
+
68
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
69
+ pipeline.load_lora_weights('Norod78/but-the-old-gods-are-rising-flux', weight_name='But_the_old_gods_are_rising_FLUX-000004.safetensors')
70
+ image = pipeline('A photo of a Death's-head hawkmoth but the old gods are rising').images[0]
71
+ ```
72
+
73
+ 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)
74
+