brenry commited on
Commit
c49dfcb
·
verified ·
1 Parent(s): d9ad066

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. 42422550.jpeg +0 -0
  2. README.md +61 -0
  3. d4z.safetensors +3 -0
42422550.jpeg ADDED
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - celebrity
13
+
14
+ base_model: runwayml/stable-diffusion-v1-5
15
+ instance_prompt: d4z
16
+ widget:
17
+ - text: 'd4z'
18
+
19
+ output:
20
+ url: >-
21
+ 42422550.jpeg
22
+
23
+ ---
24
+
25
+ # Dazman79
26
+
27
+ <Gallery />
28
+
29
+
30
+
31
+
32
+
33
+ ## Model description
34
+
35
+ <p>Dazman79, d4z keyword</p>
36
+
37
+ ## Trigger words
38
+ You should use `d4z` to trigger the image generation.
39
+
40
+
41
+ ## Download model
42
+
43
+ Weights for this model are available in Safetensors format.
44
+
45
+ [Download](/brenry/dazman79/tree/main) them in the Files & versions tab.
46
+
47
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
48
+
49
+ ```py
50
+ from diffusers import AutoPipelineForText2Image
51
+ import torch
52
+
53
+ device = "cuda" if torch.cuda.is_available() else "cpu"
54
+
55
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to(device)
56
+ pipeline.load_lora_weights('brenry/dazman79', weight_name='d4z.safetensors')
57
+ image = pipeline('d4z').images[0]
58
+ ```
59
+
60
+ 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)
61
+
d4z.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71d9fb85fa25c70b1b969eca368276fa1c519af09a6ddba52a762d6c72b618e0
3
+ size 39759056