brushpenbob commited on
Commit
ef4d1d7
1 Parent(s): 5982ddc

Upload folder using huggingface_hub

Browse files
22835081.jpeg ADDED
22836976.jpeg ADDED
22838541.jpeg ADDED
22844362.jpeg ADDED
22888589.jpeg ADDED
22890901.jpeg ADDED
MJstyle_epoch_6.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4630ca065fb2cbed071e85af68b69b4fddd73079353534248483f95e9fa6fe3a
3
+ size 37884984
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - anime
13
+ - manga
14
+ - midjourny
15
+ - style
16
+ - cartoon
17
+
18
+ base_model: runwayml/stable-diffusion-v1-5
19
+ instance_prompt: evang
20
+ widget:
21
+ - text: ' '
22
+
23
+ output:
24
+ url: >-
25
+ 22835081.jpeg
26
+ - text: ' '
27
+
28
+ output:
29
+ url: >-
30
+ 22890901.jpeg
31
+ - text: ' '
32
+
33
+ output:
34
+ url: >-
35
+ 22836976.jpeg
36
+ - text: ' '
37
+
38
+ output:
39
+ url: >-
40
+ 22838541.jpeg
41
+ - text: ' '
42
+
43
+ output:
44
+ url: >-
45
+ 22844362.jpeg
46
+ - text: ' '
47
+
48
+ output:
49
+ url: >-
50
+ 22888589.jpeg
51
+
52
+ ---
53
+
54
+ # MidJourney anime style
55
+
56
+ <Gallery />
57
+
58
+
59
+
60
+
61
+
62
+ ## Model description
63
+
64
+ <p>data set trained off of midjourney anime style images, mostly people</p><p></p><div data-youtube-video><iframe width="640" height="480" allowfullscreen="true" autoplay="false" disablekbcontrols="false" enableiframeapi="false" endtime="0" ivloadpolicy="0" loop="false" modestbranding="false" origin playlist src="https://www.youtube.com/embed/QynE0UGQhRs" start="0"></iframe></div>
65
+
66
+ ## Trigger words
67
+ You should use `evang` to trigger the image generation.
68
+
69
+
70
+ ## Download model
71
+
72
+ Weights for this model are available in Safetensors format.
73
+
74
+ [Download](/brushpenbob/midjourney-anime-style/tree/main) them in the Files & versions tab.
75
+
76
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
77
+
78
+ ```py
79
+ from diffusers import AutoPipelineForText2Image
80
+ import torch
81
+
82
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
83
+ pipeline.load_lora_weights('brushpenbob/midjourney-anime-style', weight_name='MJstyle_epoch_6.safetensors')
84
+ image = pipeline('`evang`').images[0]
85
+ ```
86
+
87
+ 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)
88
+