multimodalart HF staff commited on
Commit
f61831e
1 Parent(s): 6016995

Upload folder using huggingface_hub

Browse files
Files changed (11) hide show
  1. 3365434.jpeg +0 -0
  2. 3365435.jpeg +0 -0
  3. 3365437.jpeg +0 -0
  4. 3365438.jpeg +0 -0
  5. 3365439.jpeg +0 -0
  6. 3365440.jpeg +0 -0
  7. 3365441.jpeg +0 -0
  8. 3365442.jpeg +0 -0
  9. 3365443.jpeg +0 -0
  10. README.md +93 -0
  11. zwuul-sdxl.safetensors +3 -0
3365434.jpeg ADDED
3365435.jpeg ADDED
3365437.jpeg ADDED
3365438.jpeg ADDED
3365439.jpeg ADDED
3365440.jpeg ADDED
3365441.jpeg ADDED
3365442.jpeg ADDED
3365443.jpeg ADDED
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - wool
12
+ - style
13
+ - styles
14
+ - wooly
15
+ - woolify
16
+
17
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
18
+ instance_prompt: zwuul
19
+ widget:
20
+ - text: '(by Yoshitaka Amano), 1girl, casting magic, fantasy, glowing particles, from the void, zwuul '
21
+ output:
22
+ url: >-
23
+ 3365435.jpeg
24
+ - text: '1girl fantasy anime by Yoshitaka Amano, zwuul '
25
+ output:
26
+ url: >-
27
+ 3365434.jpeg
28
+ - text: 'by Simon Bisley ,Wayne Barlowe H.R. Giger Zdzisław Beksiński an ultra-detailed mummy warped in intricate bandages, with a single, meticulously detailed eye peering through the layers of the bandages. installation, zwuul '
29
+ output:
30
+ url: >-
31
+ 3365438.jpeg
32
+ - text: 'by Simon Bisley ,Wayne Barlowe H.R. Giger Zdzisław Beksiński an ultra-detailed mummy warped in intricate bandages, with a single, meticulously detailed eye peering through the layers of the bandages. installation, zwuul '
33
+ output:
34
+ url: >-
35
+ 3365437.jpeg
36
+ - text: '1girl fantasy anime by Yoshitaka Amano, zwuul '
37
+ output:
38
+ url: >-
39
+ 3365439.jpeg
40
+ - text: '1girl fantasy anime by Yoshitaka Amano, colorfull, zwuul '
41
+ output:
42
+ url: >-
43
+ 3365440.jpeg
44
+ - text: 'green dragon, center of image, looking at viewer, dragon teeth, fantasy, castle in the background on a hill, zwuul '
45
+ output:
46
+ url: >-
47
+ 3365441.jpeg
48
+ - text: 'green dragon, center of image, looking at viewer, dragon teeth, fantasy, castle in the background on a hill, zwuul '
49
+ output:
50
+ url: >-
51
+ 3365442.jpeg
52
+ - text: '(by Richard Hamilton) (by Adam Martinakis ,Ellen Jewett ) a female vampire with fang dark fantasy, gothic horror [(details:1.2): [ (many small details:1.3), zwuul '
53
+ output:
54
+ url: >-
55
+ 3365443.jpeg
56
+
57
+ ---
58
+
59
+ # Wool Style [SDXL LoRA]
60
+
61
+ <Gallery />
62
+
63
+
64
+
65
+ ([CivitAI](https://civitai.com/models/188055))
66
+
67
+ ## Model description
68
+
69
+ <p><u>SDXL:<br /></u><span style="color:rgb(193, 194, 197)">Trigger word: </span><strong><span style="color:rgb(193, 194, 197)">zwuul</span></strong><br /><span style="color:rgb(193, 194, 197)">Sampling Method: </span><strong><span style="color:rgb(219, 222, 225)">DPM++ 2M SDE Karras</span></strong><br /><br />☕ Buy me a coffee: <a target="_blank" rel="ugc" href="https://ko-fi.com/ralfingerai">https://ko-fi.com/ralfingerai</a></p>
70
+
71
+ ## Trigger words
72
+ You should use `zwuul` to trigger the image generation.
73
+
74
+
75
+ ## Download model
76
+
77
+ Weights for this model are available in Safetensors format.
78
+
79
+ [Download](/RalFinger/wool-style-sdxl-lora/tree/main) them in the Files & versions tab.
80
+
81
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
82
+
83
+ ```py
84
+ from diffusers import AutoPipelineForText2Image
85
+ import torch
86
+
87
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
88
+ pipeline.load_lora_weights('RalFinger/wool-style-sdxl-lora', weight_name='zwuul-sdxl.safetensors')
89
+ image = pipeline('(by Richard Hamilton) (by Adam Martinakis ,Ellen Jewett ) a female vampire with fang dark fantasy, gothic horror [(details:1.2): [ (many small details:1.3), zwuul ').images[0]
90
+ ```
91
+
92
+ 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)
93
+
zwuul-sdxl.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c96593978e30ae8befea676ff223b14725f87541f608183254ac05d7cf14648e
3
+ size 228452860