Won-Kyu Park
Won-Kyu Park
this is a quick hack to support word level diff with viewType = 2 param. ``` viewType:2, contextSize: 3 ``` Please see http://moniwiki.kldp.net/diff.html
현재 마크다운 + 모니위키 지원을 계획중입니다. 최근에 마크다운을 표준화하려는 시도가 [CommonMark](http://commonmark.org/)를 통해 있었고 이를 통해서 MixDown의 기반이 된 [Parsedown](http://parsedown.org)을 테스트해보니 Parsedown의 방식으로는 명확하게 스펙을 충족시키기 어려운 구조더군요. 예를 들어 ```...
개인정보를 철저하게 배제시키면서 개인의 라이선스를 주장할 방식을 고민하던차에 가상화폐 지갑 주소를 사용하면 어떨까 생각을 하게 되었습니다. 단, 이 경우에 가입할때에 이메일 주소를 사용하고, 이메일 주소 + 위키 private seed로 해시를...
some extensions `save_image()` before/after image processing without proper `pnginfo["parameters"]` setted. this fix checks some cases.
AUTOMATIC1111/sd-webui now support "`Lora hashes:`" prompt information but slightly differ hash used. this fix utilizes the `lora.loaded_loras` if available and retrieves correct `sha256` hashes. - [x] work on webui 1.4.1...
fixed invalid cubic-hermite equations ~~~python import numpy as np def plot(scale): # fake cubic hermite x = np.linspace(0, 1, 25) x2 = x*x x3 = x2 * x S =...
Recently, I'm trying to reproduce *Cubic HERMITE spline presets as follows: ~~~python import numpy as np def plot(): # true cubic hermite x = np.linspace(0, 1, 25) x2 = x*x...
https://github.com/vladmandic/automatic/blob/dev/modules/merging/merge_PermSpec_SDXL.py
## FLUX1 support ⚠minimal Flux1 support based on https://github.com/wkpark/stable-diffusion-webui/pull/3 (misc optimization fixes are excluded for review) * support FP8 freeze model loading * `devices.autocast()` revised to suport fp8 freeze model...
without this fix you may get too much noisy warnings in your chrome debug console. it's not forge's fault. its a gradio4 bug. 