dbirks commited on
Commit
03dd337
β€’
1 Parent(s): 48ebbec

Add some description of the changes

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +4 -0
src/routes/+page.svelte CHANGED
@@ -513,8 +513,12 @@ ${htmlImgs.slice(1).join("\n")}
513
  <article class="prose-sm px-4 md:px-12 lg:px-56 mb-8 {!canvas ? 'hidden' : ''}">
514
 
515
  <div class="text-center">
 
 
516
  Hi Rachel πŸ‘‹πŸ™‚
517
 
 
 
518
  Stable Diffusion model by [CompVis](https://huggingface.co/CompVis) and [Stability AI](https://huggingface.co/stabilityai) - Demo by πŸ€— Hugging Face
519
 
520
  Powered by [πŸ€— Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch](https://github.com/huggingface/diffusers). Based on [notebook by @psuraj28](https://twitter.com/psuraj28/status/1562039265126670339)
 
513
  <article class="prose-sm px-4 md:px-12 lg:px-56 mb-8 {!canvas ? 'hidden' : ''}">
514
 
515
  <div class="text-center">
516
+ This is a fork of Huggingface's [diffuse-the-rest](https://huggingface.co/spaces/huggingface-projects/diffuse-the-rest), with the additional ability to change the strength, and other just miscellaneous tweaks.
517
+
518
  Hi Rachel πŸ‘‹πŸ™‚
519
 
520
+ <hr>
521
+
522
  Stable Diffusion model by [CompVis](https://huggingface.co/CompVis) and [Stability AI](https://huggingface.co/stabilityai) - Demo by πŸ€— Hugging Face
523
 
524
  Powered by [πŸ€— Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch](https://github.com/huggingface/diffusers). Based on [notebook by @psuraj28](https://twitter.com/psuraj28/status/1562039265126670339)