multimodalart HF staff commited on
Commit
124a9df
1 Parent(s): 42052c7

Upload folder using huggingface_hub

Browse files
2175965.jpeg ADDED
2175966.jpeg ADDED
2175967.jpeg ADDED
2176075.jpeg ADDED
2176083.jpeg ADDED
2176131.jpeg ADDED
2176159.jpeg ADDED
2176339.jpeg ADDED
DD-gzr-cat-XL-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47df7569db7018fe5a90b1aded14b069a0ec58b63e85024768e911685d46009a
3
+ size 228452604
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - female
12
+ - feline
13
+ - fur
14
+ - cat
15
+ - animal
16
+ - gozer
17
+
18
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
19
+ instance_prompt: gzr cat
20
+ widget:
21
+ - text: ' '
22
+ output:
23
+ url: >-
24
+ 2175967.jpeg
25
+ - text: ' '
26
+ output:
27
+ url: >-
28
+ 2176131.jpeg
29
+ - text: ' '
30
+ output:
31
+ url: >-
32
+ 2175965.jpeg
33
+ - text: ' '
34
+ output:
35
+ url: >-
36
+ 2175966.jpeg
37
+ - text: ' '
38
+ output:
39
+ url: >-
40
+ 2176159.jpeg
41
+ - text: ' '
42
+ output:
43
+ url: >-
44
+ 2176083.jpeg
45
+ - text: ' '
46
+ output:
47
+ url: >-
48
+ 2176075.jpeg
49
+ - text: ' '
50
+ output:
51
+ url: >-
52
+ 2176339.jpeg
53
+
54
+ ---
55
+
56
+ # Gozer Cat - 218MB LoRA - XL
57
+
58
+ <Gallery />
59
+
60
+
61
+
62
+
63
+
64
+ ## Model description
65
+
66
+ <p><a rel="ugc" href="https://www.instagram.com/gozerbaby/">Gozer the Gozerian</a> is a beautiful sweet lazy cat.<br /><br /><span style="color:rgb(193, 194, 197)">The 100 epochs 218MB XL version I followed </span><a target="_blank" rel="ugc" href="https://civitai.com/articles/1771/how-to-create-near-perfect-character-and-style-loras-for-sdxl-10-important-update-19082023"><strong><span style="color:rgb(193, 194, 197)">AI_Characters's</span></strong></a><span style="color:rgb(193, 194, 197)"> </span><a target="_blank" rel="ugc" href="https://civitai.com/articles/1771/how-to-create-near-perfect-character-and-style-loras-for-sdxl-10-important-update-19082023">guide on LoRA settings</a><span style="color:rgb(193, 194, 197)"> but with my own cat regulation images.</span></p>
67
+
68
+ ## Trigger words
69
+ You should use `gzr cat` to trigger the image generation.
70
+
71
+
72
+ ## Download model
73
+
74
+ Weights for this model are available in Safetensors format.
75
+
76
+ [Download](/DoctorDiffusion/gozer-cat-218mb-lora-xl/tree/main) them in the Files & versions tab.
77
+
78
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
79
+
80
+ ```py
81
+ from diffusers import AutoPipelineForText2Image
82
+ import torch
83
+
84
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
85
+ pipeline.load_lora_weights('DoctorDiffusion/gozer-cat-218mb-lora-xl', weight_name='DD-gzr-cat-XL-v1.safetensors')
86
+ image = pipeline('`gzr cat`').images[0]
87
+ ```
88
+
89
+ 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)
90
+