multimodalart HF staff commited on
Commit
47b0715
•
1 Parent(s): f620536

Upload folder using huggingface_hub

Browse files
2220060.jpeg ADDED
2220066.jpeg ADDED
2220151.jpeg ADDED
2220157.jpeg ADDED
2220158.jpeg ADDED
2220197.jpeg ADDED
2220198.jpeg ADDED
2220199.jpeg ADDED
2220200.jpeg ADDED
2220201.jpeg ADDED
DD-wte-artstyle-XL-v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fb53c3e4066618fee2117a7188789a6b3cc6022274047826c83db9b2d287fca
3
+ size 228452980
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - digital art
12
+ - chaos
13
+ - style
14
+ - wild
15
+ - cartoon
16
+ - doodle
17
+ - procreate
18
+
19
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
20
+ instance_prompt: wte artstyle
21
+ widget:
22
+ - text: '(WTE) ARTSTYLE as a ((nurse)) in a neon lit city by '
23
+ output:
24
+ url: >-
25
+ 2220066.jpeg
26
+ - text: '(WTE) ARTSTYLE ((dancer)) in an underwater kingdom'
27
+ output:
28
+ url: >-
29
+ 2220060.jpeg
30
+ - text: '(WTE) ARTSTYLE ((fashion model)) at a museum'
31
+ output:
32
+ url: >-
33
+ 2220151.jpeg
34
+ - text: ' '
35
+ output:
36
+ url: >-
37
+ 2220157.jpeg
38
+ - text: ' '
39
+ output:
40
+ url: >-
41
+ 2220158.jpeg
42
+ - text: ' '
43
+ output:
44
+ url: >-
45
+ 2220201.jpeg
46
+ - text: ' '
47
+ output:
48
+ url: >-
49
+ 2220197.jpeg
50
+ - text: ' '
51
+ output:
52
+ url: >-
53
+ 2220199.jpeg
54
+ - text: ' '
55
+ output:
56
+ url: >-
57
+ 2220200.jpeg
58
+ - text: ' '
59
+ output:
60
+ url: >-
61
+ 2220198.jpeg
62
+
63
+ ---
64
+
65
+ # Digital Doodle Cartoon "worstimever" Artstyle - 218MB XL LoRA
66
+
67
+ <Gallery />
68
+
69
+
70
+
71
+
72
+
73
+ ## Model description
74
+
75
+ <p>Trained on 30 of my own <a target="_blank" rel="ugc" href="https://www.artstation.com/worstimever/albums/4645152">digital doodles</a>.</p><p></p><p>Use <strong>"wte artstyle"</strong> in prompt.</p><p>I was going by the handle "worstimever" when I had created the images used in the dataset so that is the name of the LoRA. <br /></p><p>What this colorful chaotic cartoon style is lacking in constancy is made up for with by its personality.<br /><br />I followed <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>AI_Characters's</strong></a> <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> but with my own artstyle regulation images.<br /><br /><span style="color:rgb(17, 17, 17)">☕ </span>Like what I do? <span style="color:rgb(17, 17, 17)">☕</span><br /><span style="color:rgb(17, 17, 17)">☕ </span><a target="_blank" rel="ugc" href="https://www.buymeacoffee.com/doctordiffusion">Buy me a coffee or two</a>! <span style="color:rgb(17, 17, 17)">☕</span></p>
76
+
77
+ ## Trigger words
78
+ You should use `wte artstyle` to trigger the image generation.
79
+
80
+
81
+ ## Download model
82
+
83
+ Weights for this model are available in Safetensors format.
84
+
85
+ [Download](/DoctorDiffusion/digital-doodle-cartoon-worstimever-artstyle-218mb-xl-lora/tree/main) them in the Files & versions tab.
86
+
87
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
88
+
89
+ ```py
90
+ from diffusers import AutoPipelineForText2Image
91
+ import torch
92
+
93
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
94
+ pipeline.load_lora_weights('DoctorDiffusion/digital-doodle-cartoon-worstimever-artstyle-218mb-xl-lora', weight_name='DD-wte-artstyle-XL-v1.safetensors')
95
+ image = pipeline('`wte artstyle`').images[0]
96
+ ```
97
+
98
+ 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)
99
+