multimodalart HF staff commited on
Commit
0d5723f
1 Parent(s): c4e06d8

Upload folder using huggingface_hub

Browse files
Files changed (12) hide show
  1. 3822063.jpeg +0 -0
  2. 3822700.jpeg +0 -0
  3. 3822702.jpeg +0 -0
  4. 3823587.jpeg +0 -0
  5. 3823589.jpeg +0 -0
  6. 3823606.jpeg +0 -0
  7. 3823818.jpeg +0 -0
  8. 3823823.jpeg +0 -0
  9. 3823826.jpeg +0 -0
  10. 3823850.jpeg +0 -0
  11. DD-vector-v2.safetensors +3 -0
  12. README.md +101 -0
3822063.jpeg ADDED
3822700.jpeg ADDED
3822702.jpeg ADDED
3823587.jpeg ADDED
3823589.jpeg ADDED
3823606.jpeg ADDED
3823818.jpeg ADDED
3823823.jpeg ADDED
3823826.jpeg ADDED
3823850.jpeg ADDED
DD-vector-v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c8132f85ab7d75f5789eaf0054153a6011b505719f1253fb7d8837a498fe89
3
+ size 228456908
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - lineart
12
+ - vector
13
+ - simple
14
+ - style
15
+ - vector-art
16
+ - vector art
17
+ - complex
18
+ - vector illustration
19
+ - vector style
20
+
21
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
22
+ instance_prompt: vector
23
+ widget:
24
+ - text: ' '
25
+ output:
26
+ url: >-
27
+ 3823589.jpeg
28
+ - text: ' '
29
+ output:
30
+ url: >-
31
+ 3823606.jpeg
32
+ - text: ' '
33
+ output:
34
+ url: >-
35
+ 3822700.jpeg
36
+ - text: ' '
37
+ output:
38
+ url: >-
39
+ 3822702.jpeg
40
+ - text: ' '
41
+ output:
42
+ url: >-
43
+ 3823587.jpeg
44
+ - text: ' '
45
+ output:
46
+ url: >-
47
+ 3822063.jpeg
48
+ - text: ' '
49
+ output:
50
+ url: >-
51
+ 3823818.jpeg
52
+ - text: ' '
53
+ output:
54
+ url: >-
55
+ 3823823.jpeg
56
+ - text: ' '
57
+ output:
58
+ url: >-
59
+ 3823826.jpeg
60
+ - text: ' '
61
+ output:
62
+ url: >-
63
+ 3823850.jpeg
64
+
65
+ ---
66
+
67
+ # Doctor Diffusion's Controllable Vector Art XL LoRA
68
+
69
+ <Gallery />
70
+
71
+
72
+
73
+
74
+
75
+ ## Model description
76
+
77
+ <p>This LoRA was trained exclusively on modified and captioned CC0/Pubic Domain images by myself! <br /><br />USE: "<strong>vector</strong>" with v2<br />or<br />"<strong>vctr artstyle</strong>" with v1</p><p><br /><strong><span style="color:rgb(219, 222, 225)">You can control the level of detail and type of vector art and if there are outlines with these prompts: </span></strong><br /><br />For <strong>color results</strong> use:<br />"<strong>simple</strong> details"<br />"<strong>complex </strong>details"<br />"<strong>outlines</strong>"<br />"solid color background"<br /><br />For <strong>black and white line art</strong> use:<br />"<strong>black line art</strong>"<br />"white background"<br /></p>
78
+
79
+ ## Trigger words
80
+ You should use `vector` to trigger the image generation.
81
+
82
+
83
+ ## Download model
84
+
85
+ Weights for this model are available in Safetensors format.
86
+
87
+ [Download](/DoctorDiffusion/doctor-diffusion-s-controllable-vector-art-xl-lora/tree/main) them in the Files & versions tab.
88
+
89
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
90
+
91
+ ```py
92
+ from diffusers import AutoPipelineForText2Image
93
+ import torch
94
+
95
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
96
+ pipeline.load_lora_weights('DoctorDiffusion/doctor-diffusion-s-controllable-vector-art-xl-lora', weight_name='DD-vector-v2.safetensors')
97
+ image = pipeline('`vector`').images[0]
98
+ ```
99
+
100
+ 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)
101
+