brushpenbob commited on
Commit
330ecc1
1 Parent(s): 5cdbb2f

Upload folder using huggingface_hub

Browse files
25439344.jpeg ADDED
25439345.jpeg ADDED
25439346.jpeg ADDED
25451639.jpeg ADDED
25452979.jpeg ADDED
26131254.jpeg ADDED
FLUX_MidJourney_Anime.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3363c53b7e80accfca15d8dae5dd6ad780923d4414bdb5270ea978352bd525c7
3
+ size 19273576
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - anime
13
+ - midjourny
14
+ - style
15
+ - midjourney anime
16
+ - the protoart
17
+ - midjourney v6
18
+ - protoart
19
+
20
+ base_model: black-forest-labs/FLUX.1-dev
21
+ instance_prompt: egmid
22
+ widget:
23
+ - text: ' '
24
+
25
+ output:
26
+ url: >-
27
+ 25452979.jpeg
28
+ - text: ' '
29
+
30
+ output:
31
+ url: >-
32
+ 25439345.jpeg
33
+ - text: ' '
34
+
35
+ output:
36
+ url: >-
37
+ 25439344.jpeg
38
+ - text: ' '
39
+
40
+ output:
41
+ url: >-
42
+ 25439346.jpeg
43
+ - text: ' '
44
+
45
+ output:
46
+ url: >-
47
+ 25451639.jpeg
48
+ - text: ' '
49
+
50
+ output:
51
+ url: >-
52
+ 26131254.jpeg
53
+
54
+ ---
55
+
56
+ # FLUX MidJourney Anime
57
+
58
+ <Gallery />
59
+
60
+
61
+
62
+
63
+
64
+ ## Model description
65
+
66
+ <p>This is my first attempt at creating an anime style based off midjourney using flux so it might take a bit more fine tuning</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>
67
+
68
+ ## Trigger words
69
+ You should use `egmid` to trigger the image generation.
70
+
71
+
72
+ ## Download model
73
+
74
+ Weights for this model are available in Safetensors format.
75
+
76
+ [Download](/brushpenbob/flux-midjourney-anime/tree/main) them in the Files & versions tab.
77
+
78
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
79
+
80
+ ```py
81
+ from diffusers import AutoPipelineForText2Image
82
+ import torch
83
+
84
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
85
+ pipeline.load_lora_weights('brushpenbob/flux-midjourney-anime', weight_name='FLUX_MidJourney_Anime.safetensors')
86
+ image = pipeline('`egmid`').images[0]
87
+ ```
88
+
89
+ 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)
90
+