brushpenbob commited on
Commit
99cd2b2
1 Parent(s): d4ae834

Upload folder using huggingface_hub

Browse files
1452400.jpeg ADDED
1452401.jpeg ADDED
1452481.jpeg ADDED
1453091.jpeg ADDED
1453106.jpeg ADDED
Cartoon dreamlookai_stable-diffusion-v1-5_lora_step_15200_db_99bda73a_ckp_582162e4.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e3b533b24455c6061a7e37269bb97a8fa517f665afc01337c9d15bb27f86489
3
+ size 37860712
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=False&allowCommercialUse=RentCivit&allowDerivatives=False&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - style
13
+
14
+ base_model: runwayml/stable-diffusion-v1-5
15
+ instance_prompt: Evang
16
+ widget:
17
+ - text: ' '
18
+
19
+ output:
20
+ url: >-
21
+ 1452401.jpeg
22
+ - text: ' '
23
+
24
+ output:
25
+ url: >-
26
+ 1453106.jpeg
27
+ - text: ' '
28
+
29
+ output:
30
+ url: >-
31
+ 1453091.jpeg
32
+ - text: ' '
33
+
34
+ output:
35
+ url: >-
36
+ 1452481.jpeg
37
+ - text: ' '
38
+
39
+ output:
40
+ url: >-
41
+ 1452400.jpeg
42
+
43
+ ---
44
+
45
+ # Sunday Comics
46
+
47
+ <Gallery />
48
+
49
+
50
+
51
+
52
+
53
+ ## Model description
54
+
55
+ <p>This model was trained on comic series using dreamlook ai</p>
56
+
57
+ ## Trigger words
58
+ You should use `Evang` to trigger the image generation.
59
+
60
+
61
+ ## Download model
62
+
63
+ Weights for this model are available in Safetensors format.
64
+
65
+ [Download](/brushpenbob/sunday-comics/tree/main) them in the Files & versions tab.
66
+
67
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
68
+
69
+ ```py
70
+ from diffusers import AutoPipelineForText2Image
71
+ import torch
72
+
73
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
74
+ pipeline.load_lora_weights('brushpenbob/sunday-comics', weight_name='Cartoon dreamlookai_stable-diffusion-v1-5_lora_step_15200_db_99bda73a_ckp_582162e4.safetensors')
75
+ image = pipeline('`Evang`').images[0]
76
+ ```
77
+
78
+ 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)
79
+