ostris commited on
Commit
c19e05d
1 Parent(s): 35ec661

Upload folder using huggingface_hub

Browse files
2000575.jpeg ADDED
2000607.jpeg ADDED
2000609.jpeg ADDED
2000625.jpeg ADDED
2000626.jpeg ADDED
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: bespoke-lora-trained-license
4
+ license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
5
+ tags:
6
+ - text-to-image
7
+ - stable-diffusion
8
+ - lora
9
+ - diffusers
10
+ - template:sd-lora
11
+ - migrated
12
+ - warm
13
+ - cool
14
+ - tool
15
+ - color
16
+ - slider
17
+
18
+ base_model: runwayml/stable-diffusion-v1-5
19
+ instance_prompt:
20
+ widget:
21
+ - text: 'photo of a woman in a movie theatre, curled up in her chair, in a cashmere sweater, black rim glasses, eating popcorn and a soda, laughing, award winning photo, projector light above her , light brown hair '
22
+ parameters:
23
+ negative_prompt: blurry, low quality, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
24
+
25
+ output:
26
+ url: >-
27
+ 2000575.jpeg
28
+ - text: 'photo of a woman in a movie theatre, curled up in her chair, in a cashmere sweater, black rim glasses, eating popcorn and a soda, laughing, award winning photo, projector light above her , light brown hair '
29
+ parameters:
30
+ negative_prompt: blurry, low quality, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
31
+
32
+ output:
33
+ url: >-
34
+ 2000607.jpeg
35
+ - text: 'photo of a woman in a movie theatre, curled up in her chair, in a cashmere sweater, black rim glasses, eating popcorn and a soda, laughing, award winning photo, projector light above her , light brown hair '
36
+ parameters:
37
+ negative_prompt: blurry, low quality, nude, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
38
+
39
+ output:
40
+ url: >-
41
+ 2000609.jpeg
42
+ - text: 'photo of a hippie man playing guitar, award winning photo '
43
+ parameters:
44
+ negative_prompt: blurry, low quality, nude, too many hands, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
45
+
46
+ output:
47
+ url: >-
48
+ 2000625.jpeg
49
+ - text: 'photo of a hippie man playing guitar, award winning photo '
50
+ parameters:
51
+ negative_prompt: blurry, low quality, nude, too many hands, cartoon, cgi, render, illustration, painting, drawing, bad quality, grainy, low resolution
52
+
53
+ output:
54
+ url: >-
55
+ 2000626.jpeg
56
+
57
+ ---
58
+
59
+ # Color Temperature Slider - LoRA
60
+
61
+ <Gallery />
62
+
63
+
64
+
65
+
66
+
67
+ ## Model description
68
+
69
+ <ul><li><p>weight: <strong>-5.0 to 5.0</strong></p></li><li><p>positive: <strong><span style="color:rgb(250, 176, 5)">warmer colors</span> (orange)</strong></p></li><li><p>negative: <strong><span style="color:rgb(34, 139, 230)">cooler colors</span> (blue)</strong></p></li></ul><p></p><p>Yeah, you could just do some post processing. Sure. But why solve the problem with a tiny mallet when you can hit it with a giant sledgehammer?</p><p></p><p>I find some models have to many warm tones. Sometimes when I am inpainting or outpainting, the model struggles with color temperatures beyond its median. Some loras have side effects of making colors warmer and cooler. This is made to combat that without having to do post processing. It is also a new method I am working on for training these, so this was more of an experiment than anything else.</p><p></p><p>If you like my work, a kind review is always appreciated.</p>
70
+
71
+
72
+
73
+ ## Download model
74
+
75
+ Weights for this model are available in Safetensors format.
76
+
77
+ [Download](/ostris/color-temperature-slider-lora/tree/main) them in the Files & versions tab.
78
+
79
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
80
+
81
+ ```py
82
+ from diffusers import AutoPipelineForText2Image
83
+ import torch
84
+
85
+ pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
86
+ pipeline.load_lora_weights('ostris/color-temperature-slider-lora', weight_name='color_temperature_slider_v1.safetensors')
87
+ image = pipeline('photo of a hippie man playing guitar, award winning photo ').images[0]
88
+ ```
89
+
90
+ 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)
91
+
color_temperature_slider_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ce9554ac8434e7210a2fd71e8419210bfc06d4e877de6c05c61d26345484fb
3
+ size 3245488