brushpenbob commited on
Commit
6cb03e2
1 Parent(s): 0e7eae7

Upload folder using huggingface_hub

Browse files
21874521.jpeg ADDED
21874529.jpeg ADDED
21875300.jpeg ADDED
Fantasy_hourglass-000009.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf95d2a5f47c4e5b08a8191ca0dcb809744e71cef3cbf2c89e6332251ebdc89b
3
+ size 228458588
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - concept
13
+ - fantasy
14
+ - hourglass
15
+ - protoart
16
+
17
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
18
+ instance_prompt: Hourglass
19
+ widget:
20
+ - text: ' '
21
+
22
+ output:
23
+ url: >-
24
+ 21875300.jpeg
25
+ - text: ' '
26
+
27
+ output:
28
+ url: >-
29
+ 21874521.jpeg
30
+ - text: ' '
31
+
32
+ output:
33
+ url: >-
34
+ 21874529.jpeg
35
+
36
+ ---
37
+
38
+ # Fantasy hourglass
39
+
40
+ <Gallery />
41
+
42
+
43
+
44
+
45
+
46
+ ## Model description
47
+
48
+ <p>This is a beta version. Will continue to edit it as i go</p>
49
+
50
+ ## Trigger words
51
+ You should use `Hourglass` to trigger the image generation.
52
+
53
+
54
+ ## Download model
55
+
56
+ Weights for this model are available in Safetensors format.
57
+
58
+ [Download](/brushpenbob/fantasy-hourglass/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
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
67
+ pipeline.load_lora_weights('brushpenbob/fantasy-hourglass', weight_name='Fantasy_hourglass-000009.safetensors')
68
+ image = pipeline('`Hourglass`').images[0]
69
+ ```
70
+
71
+ 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)
72
+