SQCU commited on
Commit
bd04d1c
·
verified ·
1 Parent(s): 28d624b

fix: (missing <br /> as typical for the markdown hypertext document ecology)

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,10 +1,10 @@
1
- ---
2
- base_model:
3
- - stabilityai/stable-diffusion-xl-base-1.0
4
- pipeline_tag: text-to-image
5
- tags:
6
- - bad_idea
7
- ---
8
  ##### 1000 rip roaring steps of adamw8bit on a trajectory the likes of which have never been seen before:
9
  # SDXL_1.0_0.9_V-PREDICTION_SQCU_SNR
10
 
@@ -55,7 +55,7 @@ implement a sigmoid-k loss weighting as in [understanding... elbo](https://arxiv
55
  we used k=5, as other weighting schemes reliably induce exploding gradients.
56
  the released model was trained on full bf16 precision so if your training runs are blowups rather than glowups,
57
  you have made some subtantial and serious configuration error, rather than discovered the stunning and surprising flaw with floating point precision.
58
- finally:<br />
59
  ❀ you absolutely must train this model on the v prediction target!<br />
60
  ∟ i will not explain this further! <br />
61
  ∟ it is in [diffusers!](https://github.com/huggingface/diffusers/blob/v0.29.1/src/diffusers/schedulers/scheduling_ddpm.py#L525)<br />
 
1
+ ---
2
+ base_model:
3
+ - stabilityai/stable-diffusion-xl-base-1.0
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - bad_idea
7
+ ---
8
  ##### 1000 rip roaring steps of adamw8bit on a trajectory the likes of which have never been seen before:
9
  # SDXL_1.0_0.9_V-PREDICTION_SQCU_SNR
10
 
 
55
  we used k=5, as other weighting schemes reliably induce exploding gradients.
56
  the released model was trained on full bf16 precision so if your training runs are blowups rather than glowups,
57
  you have made some subtantial and serious configuration error, rather than discovered the stunning and surprising flaw with floating point precision.
58
+ <br />finally:<br />
59
  ❀ you absolutely must train this model on the v prediction target!<br />
60
  ∟ i will not explain this further! <br />
61
  ∟ it is in [diffusers!](https://github.com/huggingface/diffusers/blob/v0.29.1/src/diffusers/schedulers/scheduling_ddpm.py#L525)<br />