Purz commited on
Commit
8fe411c
1 Parent(s): 64cee83

Upload folder using huggingface_hub

Browse files
33712624.jpeg ADDED
33712626.jpeg ADDED
33751426.jpeg ADDED
33751920.jpeg ADDED
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - concept
13
+ - exploration
14
+ - cave
15
+ - purz
16
+ - flux1.d
17
+
18
+ base_model: black-forest-labs/FLUX.1-dev
19
+ instance_prompt: c4ve
20
+ widget:
21
+ - text: 'c4v3, a beach with a cave in the middle of it
22
+
23
+ '
24
+
25
+ output:
26
+ url: >-
27
+ 33751426.jpeg
28
+ - text: 'c4v3,a cave with a small lake in the middle of it surrounded by lush green trees and plants. the lake is still and peaceful reflecting the trees and sky above. a person standing in the middle of a tunnel'
29
+
30
+ output:
31
+ url: >-
32
+ 33751920.jpeg
33
+ - text: 'c4ve, a scary and foggy deep cave'
34
+
35
+ output:
36
+ url: >-
37
+ 33712624.jpeg
38
+ - text: 'c4ve, a scary and foggy deep cave'
39
+
40
+ output:
41
+ url: >-
42
+ 33712626.jpeg
43
+
44
+ ---
45
+
46
+ # Cave Exploration
47
+
48
+ <Gallery />
49
+
50
+
51
+
52
+
53
+
54
+ ## Model description
55
+
56
+ <p>Cave Exploration - LoRA (Flux.1 D)</p><p></p><p>Trained on images of cave exploration, use it to render realistic cave interiors.</p><p></p><p>"c4v3, a dark and foggy cave, opening into a beautiful sunset"</p><p></p><p>Purz</p><p>Website: <a target="_blank" rel="ugc" href="https://www.purz.xyz/">https://www.purz.xyz/</a></p><p>Creative Exploration /w Purz: <a target="_blank" rel="ugc" href="https://www.youtube.com/@PurzBeats">https://www.youtube.com/@PurzBeats</a> </p><p>Patreon: <a target="_blank" rel="ugc" href="https://www.patreon.com/Purz">https://www.patreon.com/Purz</a> </p><p>Twitter/X: <a target="_blank" rel="ugc" href="https://x.com/PurzBeats">https://x.com/PurzBeats</a></p><p>Instagram: <a target="_blank" rel="ugc" href="https://www.instagram.com/purzbeats/">https://www.instagram.com/purzbeats/</a></p>
57
+
58
+ ## Trigger words
59
+ You should use `c4ve` to trigger the image generation.
60
+
61
+
62
+ ## Download model
63
+
64
+ Weights for this model are available in Safetensors format.
65
+
66
+ [Download](/Purz/cave-exploration/tree/main) them in the Files & versions tab.
67
+
68
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
69
+
70
+ ```py
71
+ from diffusers import AutoPipelineForText2Image
72
+ import torch
73
+
74
+ device = "cuda" if torch.cuda.is_available() else "cpu"
75
+
76
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
77
+ pipeline.load_lora_weights('Purz/cave-exploration', weight_name='purz-cave-exploration.safetensors')
78
+ image = pipeline('c4ve, a scary and foggy deep cave').images[0]
79
+ ```
80
+
81
+ 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)
82
+
purz-cave-exploration.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe0d53cfffafe85a3e768cab714704dccf57aef137d73b765651267c33601d6
3
+ size 39762512