multimodalart HF staff commited on
Commit
c1ad0f0
1 Parent(s): 56f9542

Upload folder using huggingface_hub

Browse files
4676475.jpeg ADDED
4676480.jpeg ADDED
4676481.jpeg ADDED
4676497.jpeg ADDED
4676501.jpeg ADDED
4676502.jpeg ADDED
4676539.jpeg ADDED
4676566.jpeg ADDED
4676570.jpeg ADDED
4676624.jpeg ADDED
EnvyInkSwirlXL01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ece98cf1b06ff85e5d3732a24c6ae9833082a6816368d0439dc261509bb2a1
3
+ size 46702152
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - ink
12
+ - hyperrealism
13
+ - style
14
+ - liquid
15
+ - swirl
16
+
17
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
18
+ instance_prompt: swirling ink
19
+ widget:
20
+ - text: 'photograph, cinematic color grading, dragon made of shiny crimson swirling smoke, underwater'
21
+ output:
22
+ url: >-
23
+ 4676624.jpeg
24
+ - text: 'photograph, cinematic color grading, death knight made of swirling ink'
25
+ output:
26
+ url: >-
27
+ 4676481.jpeg
28
+ - text: 'photograph, cinematic color grading, prowler made of shiny orange swirling ink, underwater'
29
+ output:
30
+ url: >-
31
+ 4676539.jpeg
32
+ - text: 'photograph, cinematic color grading, miner made of swirling ink'
33
+ output:
34
+ url: >-
35
+ 4676475.jpeg
36
+ - text: 'photograph, cinematic color grading, shadowdancer made of subsurface scattering red swirling ink, underwater'
37
+ output:
38
+ url: >-
39
+ 4676502.jpeg
40
+ - text: 'photograph, cinematic color grading, dragon made of glimmering dark goldenrod swirling ink, underwater'
41
+ output:
42
+ url: >-
43
+ 4676566.jpeg
44
+ - text: 'photograph, cinematic color grading, prisoner made of ultra dark orange swirling ink, underwater'
45
+ output:
46
+ url: >-
47
+ 4676501.jpeg
48
+ - text: 'photograph, cinematic color grading, ferret made of swirling ink'
49
+ output:
50
+ url: >-
51
+ 4676480.jpeg
52
+ - text: 'photograph, cinematic color grading, singer made of sparkling multicolor swirling ink'
53
+ output:
54
+ url: >-
55
+ 4676497.jpeg
56
+ - text: 'photograph, cinematic color grading, dragon made of ultra light blue swirling ink, in the clouds'
57
+ output:
58
+ url: >-
59
+ 4676570.jpeg
60
+
61
+ ---
62
+
63
+ # Envy Ink Swirl XL 01
64
+
65
+ <Gallery />
66
+
67
+
68
+
69
+
70
+
71
+ ## Model description
72
+
73
+ <p>Makes everything out of swirling ink. Keep your prompts relatively short for best results.</p>
74
+
75
+ ## Trigger words
76
+ You should use `swirling ink` to trigger the image generation.
77
+
78
+
79
+ ## Download model
80
+
81
+ Weights for this model are available in Safetensors format.
82
+
83
+ [Download](/e-n-v-y/envy-ink-swirl-xl-01/tree/main) them in the Files & versions tab.
84
+
85
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
86
+
87
+ ```py
88
+ from diffusers import AutoPipelineForText2Image
89
+ import torch
90
+
91
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
92
+ pipeline.load_lora_weights('e-n-v-y/envy-ink-swirl-xl-01', weight_name='EnvyInkSwirlXL01.safetensors')
93
+ image = pipeline('photograph, cinematic color grading, dragon made of ultra light blue swirling ink, in the clouds').images[0]
94
+ ```
95
+
96
+ 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)
97
+