(link ids are adler32
-style sha-1 hashes of the URL)
- link id:
8a38165e
(link ids are adler32
-style sha-1 hashes of the URL)
8a38165e
(link ids are adler32
-style sha-1 hashes of the URL)
(link ids are adler32
-style sha-1 hashes of the URL)
dbb312f2
(link ids are adler32
-style sha-1 hashes of the URL)
These are patches or modifications you can make to your installation of stable-diffusion
to achieve different results: lower/more optimized VRAM usage, changes in speed, etc.
These are fine-tunings of the Stable Diffusion model, built on specific auxiliary/custom datasets. Also included are links to dataset search tools.
pipe = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float16, use_auth_token=True) | |
pipe = pipe.to("cuda") | |
img2imgPipe = StableDiffusionImg2ImgPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float16, use_auth_token=True) | |
img2imgPipe = img2imgPipe.to("cuda") | |
inpaintingPipe = StableDiffusionInpaintingPipeline.from_pretrained("CompVis/stable-diffusion-v1-4", revision="fp16", torch_dtype=torch.float16, use_auth_token=True) | |
inpaintingPipe = inpaintingPipe.to("cuda") | |
table of contents:
I hereby claim:
To claim this, I am signing this object:
Blog post with slightly more detail can be found here. If you want to just get to it, read on.
I (very) recently decided to reimplement GA in my site, and found that existing implementation in Hugo was not compatible with GA4's new Measurement ID. This is an easy way to drop your Measurement ID into your site. I'm not going to go into how to sign up for GA.
This implementation requires that you create a site parameter for analytics, create a partial, and call the partial. I tweaked the names of the parameters and files so they didn't collide with the built-in hugo code.
Place the GoogleAnalyicsID (Measurement ID) in config.toml
within [params]
.
To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptraceroute
To install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute