brushpenbob commited on
Commit
5f629c6
1 Parent(s): ec33753

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. 8995657.jpeg +0 -0
  2. 8995869.jpeg +0 -0
  3. README.md +62 -0
  4. creatureblend.safetensors +3 -0
8995657.jpeg ADDED
8995869.jpeg ADDED
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - style
13
+
14
+ base_model: runwayml/stable-diffusion-v1-5
15
+ instance_prompt:
16
+ widget:
17
+ - text: ' '
18
+
19
+ output:
20
+ url: >-
21
+ 8995869.jpeg
22
+ - text: ' '
23
+
24
+ output:
25
+ url: >-
26
+ 8995657.jpeg
27
+
28
+ ---
29
+
30
+ # creatureblend
31
+
32
+ <Gallery />
33
+
34
+
35
+
36
+
37
+
38
+ ## Model description
39
+
40
+ <p>Remastered version of my LB model trained here locally. This model is designed and meant to create ghoulish scary creatures, the macabre, and the strange. not meant for gorgeous portraiture or landscapes</p>
41
+
42
+
43
+
44
+ ## Download model
45
+
46
+ Weights for this model are available in Safetensors format.
47
+
48
+ [Download](/brushpenbob/creatureblend/tree/main) them in the Files & versions tab.
49
+
50
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
51
+
52
+ ```py
53
+ from diffusers import AutoPipelineForText2Image
54
+ import torch
55
+
56
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
57
+ pipeline.load_lora_weights('brushpenbob/creatureblend', weight_name='creatureblend.safetensors')
58
+ image = pipeline('Your custom prompt').images[0]
59
+ ```
60
+
61
+ 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)
62
+
creatureblend.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cb7100ecc2d295aba54afe7393333be59842215d74017375db3aec8b53160a8
3
+ size 37881640