AlekseyCalvin commited on
Commit
0da5eb2
·
verified ·
1 Parent(s): 151239b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -135,12 +135,12 @@ widget:
135
  url: images/example_1nwqdk4lg.png
136
 
137
  ---
138
- ## HSToric Collo-Color Dedistlled
139
  ## ____||| By SilverAgePoets.com |||____
140
 
141
  <Gallery />
142
  This addition to our HSToric Color text-2-image model adapter series was fine-tuned over the [Colossus 2.1 Dedistilled Model](https://civitai.com/models/833086?modelVersionId=996001), a modified Flux-family model by Afroman4peace. <br>
143
- Like some of the other HST color models, this variant was trained on HD scans of early color photos ( circa *1900s-1910s* ) by **Sergey Prokudin-Gorsky**, who traveled and photographed widely in those years whilst perfecting implementations of a pioneering 3-color-composite photography technique.<br>
144
 
145
  **This model is aimed at being useful for**:<br>
146
  - Producing realistic images reminiscent of color film analog photography, exhibiting parallels to a broad spectrum of iconic instrumentalities and visual paradigms, from Autochrome-to-Kodachrome-to-Fujifilm-and-beyond. <br>
@@ -156,6 +156,7 @@ from diffusers import AutoPipelineForText2Image
156
  import torch
157
 
158
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
159
- pipeline.load_lora_weights('AlekseyCalvin/HSTcolorLoRA_ColossusDedistilledTrainedVersions')
160
  image = pipeline('your prompt').images[0]
161
  ```
 
 
135
  url: images/example_1nwqdk4lg.png
136
 
137
  ---
138
+ ## HSToric Color Dedistilled Low-Rank Adapter
139
  ## ____||| By SilverAgePoets.com |||____
140
 
141
  <Gallery />
142
  This addition to our HSToric Color text-2-image model adapter series was fine-tuned over the [Colossus 2.1 Dedistilled Model](https://civitai.com/models/833086?modelVersionId=996001), a modified Flux-family model by Afroman4peace. <br>
143
+ Like some of the other HST color models, this variant was trained on HD scans of early color photos (circa *1900s-1910s* ) by **Sergey Prokudin-Gorsky**, who traveled and photographed widely in those years whilst perfecting implementations of a pioneering 3-color-composite photography technique.<br>
144
 
145
  **This model is aimed at being useful for**:<br>
146
  - Producing realistic images reminiscent of color film analog photography, exhibiting parallels to a broad spectrum of iconic instrumentalities and visual paradigms, from Autochrome-to-Kodachrome-to-Fujifilm-and-beyond. <br>
 
156
  import torch
157
 
158
  pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
159
+ pipeline.load_lora_weights('AlekseyCalvin/HSToricColor_Dedistilled_BySilverAgePoets')
160
  image = pipeline('your prompt').images[0]
161
  ```
162
+ ---