multimodalart HF staff commited on
Commit
bd826a2
1 Parent(s): 12a085f

Upload folder using huggingface_hub

Browse files
4596085.jpeg ADDED
4596086.jpeg ADDED
4596087.jpeg ADDED
4596088.jpeg ADDED
4596090.jpeg ADDED
4596091.jpeg ADDED
4596092.jpeg ADDED
4596094.jpeg ADDED
FilmGrainRedmond-FilmGrain-FilmGrainAF.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a49e40a374321e27f74b18139941107120eb43c95c0923cc204b9be675fade4
3
+ size 170540044
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=False&allowDifferentLicense=False
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - style
12
+ - film grain
13
+
14
+ base_model: runwayml/stable-diffusion-v1-5
15
+ instance_prompt: Film Grain
16
+ widget:
17
+ - text: 'A beautiful blonde girl, close-up, portrait
18
+ ,Film Grain, FilmGrainAF,'
19
+ output:
20
+ url: >-
21
+ 4596085.jpeg
22
+ - text: 'A beautiful blonde girl, close-up, portrait
23
+ ,Film Grain, FilmGrainAF,'
24
+ output:
25
+ url: >-
26
+ 4596086.jpeg
27
+ - text: 'A beautiful blonde girl, close-up, portrait
28
+ ,Film Grain, FilmGrainAF,'
29
+ output:
30
+ url: >-
31
+ 4596087.jpeg
32
+ - text: 'A bodybuilder old man, close-up, portrait
33
+ ,Film Grain, FilmGrainAF,'
34
+ output:
35
+ url: >-
36
+ 4596088.jpeg
37
+ - text: 'A young king, close-up, portrait
38
+ ,Film Grain, FilmGrainAF,'
39
+ output:
40
+ url: >-
41
+ 4596090.jpeg
42
+ - text: 'A young king, close-up, portrait
43
+ ,Film Grain, FilmGrainAF,'
44
+ output:
45
+ url: >-
46
+ 4596091.jpeg
47
+ - text: 'A cat wearing christmas hat,
48
+ ,Film Grain, FilmGrainAF,'
49
+ output:
50
+ url: >-
51
+ 4596092.jpeg
52
+ - text: 'A cat wearing christmas hat,
53
+ ,Film Grain, FilmGrainAF,'
54
+ output:
55
+ url: >-
56
+ 4596094.jpeg
57
+
58
+ ---
59
+
60
+ # FilmGrain.Redmond - FilmGrain Lora For SDXL
61
+
62
+ <Gallery />
63
+
64
+
65
+
66
+
67
+
68
+ ## Model description
69
+
70
+ <h1 id="heading-28">FilmGrain.Redmond is here!</h1><p>I'm grateful for the GPU time from <strong>Redmond.AI</strong> that allowed me to finish this LORA!</p><p>This is a <strong>Film Grain </strong>LORA fine-tuned on <strong>SD XL 1.0.</strong></p><p>Test all my Loras <a target="_blank" rel="ugc" href="https://huggingface.co/spaces/artificialguybr/artificialguybr-demo-lora">here</a> for free and unlimited. Thanks, HF, for Inference API!</p><p>The LORA has a high capacity to generate Film Grain in a wide variety of themes.<strong> It's a versatile LORA.</strong></p><p>I recommend gen in 1024x1024.</p><p>You can use detailed, minimalist, colorful, black and white as tag to control the results.</p><p><strong><u>The tag for the model:Film Grain, FilmGrainAF</u></strong></p><p>LORA is not perfect and sometimes needs more than one gen to create good images. I recommend simple prompts.</p><p>I really hope you like the LORA and use it.</p><p>If you like the model and think it's worth it, you can make a donation to my <a target="_blank" rel="ugc" href="https://www.patreon.com/user?u=81570187">Patreon</a> or <a target="_blank" rel="ugc" href="https://ko-fi.com/jvkape">Ko-fi</a>.</p><p>Follow me in my twitter to know before all about new models:</p><p><a target="_blank" rel="ugc" href="https://twitter.com/artificialguybr/"><u>https://twitter.com/artificialguybr/</u></a></p>
71
+
72
+ ## Trigger words
73
+ You should use `Film Grain`, `FilmGrainAF` to trigger the image generation.
74
+
75
+
76
+ ## Download model
77
+
78
+ Weights for this model are available in Safetensors format.
79
+
80
+ [Download](/artificialguybr/filmgrain-redmond-filmgrain-lora-for-sdxl/tree/main) them in the Files & versions tab.
81
+
82
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
83
+
84
+ ```py
85
+ from diffusers import AutoPipelineForText2Image
86
+ import torch
87
+
88
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
89
+ pipeline.load_lora_weights('artificialguybr/filmgrain-redmond-filmgrain-lora-for-sdxl', weight_name='FilmGrainRedmond-FilmGrain-FilmGrainAF.safetensors')
90
+ image = pipeline('A cat wearing christmas hat,
91
+ ,Film Grain, FilmGrainAF,').images[0]
92
+ ```
93
+
94
+ 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)
95
+