wyrde
2 years ago
3 changed files with 3625 additions and 0 deletions
@ -0,0 +1,43 @@ |
|||||||
|
# multi sample pixel space sharpening |
||||||
|
I think this is a good name for it. Not sure. |
||||||
|
|
||||||
|
<img src="multi-sample-pixel-space-sharpening.png" width="90%"> |
||||||
|
|
||||||
|
Takes an image from text prompt and |
||||||
|
* samples it |
||||||
|
* uses a model to upscale |
||||||
|
* resamples it |
||||||
|
* repeats |
||||||
|
* at the end, uses uses a 4x upscale model to increase the size again |
||||||
|
* saves it at a total of x8 size |
||||||
|
|
||||||
|
Basically a series of hi-res fixes then an model upscale |
||||||
|
|
||||||
|
Moving noodles switches between model vae and vae loader. |
||||||
|
|
||||||
|
## Example |
||||||
|
|
||||||
|
## Variations |
||||||
|
|
||||||
|
* with latent upscaling. <link src="../multi-sample-sharpening/"> |
||||||
|
|
||||||
|
## Resources |
||||||
|
|
||||||
|
WAS nodes |
||||||
|
* https://github.com/WASasquatch/was-node-suite-comfyui |
||||||
|
|
||||||
|
Model |
||||||
|
* https://civitai.com/models/8281/perfect-world |
||||||
|
|
||||||
|
Uspcale |
||||||
|
* Lollypop https://drive.google.com/u/1/uc?id=10h8YXKKOQ61ANnwLjjHqXJdn4SbBuUku&export=download |
||||||
|
* PSNR https://drive.google.com/drive/folders/1ldwajXL50uC7PCS63B4Wato6Dnk-svNL |
||||||
|
|
||||||
|
Embeds |
||||||
|
* EasyNegative https://civitai.com/models/7808/easynegative |
||||||
|
|
||||||
|
## Credit |
||||||
|
Original workflow from davemane42 |
||||||
|
<img src="davemane2 ComfyUI_01275_.png" width="20%" align="middle"> |
||||||
|
* https://www.reddit.com/r/StableDiffusion/comments/124xv9v/paradise_and_stone/ |
||||||
|
|
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 156 KiB |
Loading…
Reference in new issue