multimodalart HF staff commited on
Commit
c0fb41d
1 Parent(s): e098a7a

Upload folder using huggingface_hub

Browse files
3920282.jpeg ADDED
3920310.jpeg ADDED
3920311.jpeg ADDED
3920312.jpeg ADDED
3920314.jpeg ADDED
3920316.jpeg ADDED
3920317.jpeg ADDED
3920318.jpeg ADDED
3920319.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=Rent&allowDerivatives=True&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - the simpsons
12
+ - style
13
+ - cartoon
14
+ - simpsons
15
+ - sdxl style lora
16
+
17
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
18
+ instance_prompt: Simpstyle
19
+ widget:
20
+ - text: 'Rick Sanchez from the TV show "Rick and Morty" Simpstyle '
21
+ output:
22
+ url: >-
23
+ 3920282.jpeg
24
+ - text: 'the girl with a pearl earring simpstyle '
25
+ output:
26
+ url: >-
27
+ 3920310.jpeg
28
+ - text: 'A vibrant full body oil painting of She-Ra simpstyle, Very detailed, clean, high quality, sharp image '
29
+ output:
30
+ url: >-
31
+ 3920319.jpeg
32
+ - text: 'A socially awkward potato Simpstyle '
33
+ output:
34
+ url: >-
35
+ 3920312.jpeg
36
+ - text: 'Rick Sanchez from the TV show "Rick and Morty" Simpstyle '
37
+ output:
38
+ url: >-
39
+ 3920311.jpeg
40
+ - text: 'Dr. who and the TARDIS Simpstyle '
41
+ output:
42
+ url: >-
43
+ 3920314.jpeg
44
+ - text: 'Cyberman Simpstyle '
45
+ output:
46
+ url: >-
47
+ 3920316.jpeg
48
+ - text: 'Wonderwoman Simpstyle '
49
+ output:
50
+ url: >-
51
+ 3920318.jpeg
52
+ - text: 'Wonderwoman Simpstyle '
53
+ output:
54
+ url: >-
55
+ 3920317.jpeg
56
+
57
+ ---
58
+
59
+ # SDXL Simpsons Style
60
+
61
+ <Gallery />
62
+
63
+
64
+
65
+ ([CivitAI](https://civitai.com/models/131753))
66
+
67
+ ## Model description
68
+
69
+ <p>Make everything look like it's on the Simpsons show</p><p>Use "simpstyle" in your prompt (I use it as the end of the prompt, before the template wordings start)</p>
70
+
71
+ ## Trigger words
72
+ You should use `Simpstyle` to trigger the image generation.
73
+
74
+
75
+ ## Download model
76
+
77
+ Weights for this model are available in Safetensors format.
78
+
79
+ [Download](/Norod78/sdxl-simpsons-style/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('Norod78/sdxl-simpsons-style', weight_name='SDXL-Simpstyle-Lora-v2-r16.safetensors')
89
+ image = pipeline('Wonderwoman Simpstyle ').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
+
SDXL-Simpstyle-Lora-v2-r16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f182dca538f630cd4ef387d2dcc36f070bf3f6710e25aae03de020fb1efb4443
3
+ size 114509004