<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Kage.</title>
    <description>The latest articles on Forem by Kage. (@kage_1987).</description>
    <link>https://forem.com/kage_1987</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F45176%2F6015b5d9-6c56-401c-a1b7-f4ccb851ac57.jpg</url>
      <title>Forem: Kage.</title>
      <link>https://forem.com/kage_1987</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/kage_1987"/>
    <language>en</language>
    <item>
      <title>A layman understanding on Stable Diffusion uptraining</title>
      <dc:creator>Kage.</dc:creator>
      <pubDate>Fri, 24 Feb 2023 11:33:05 +0000</pubDate>
      <link>https://forem.com/kage_1987/a-layman-understanding-on-stable-diffusion-uptraining-4fn6</link>
      <guid>https://forem.com/kage_1987/a-layman-understanding-on-stable-diffusion-uptraining-4fn6</guid>
      <description>&lt;p&gt;People have been talking a lot about Chilloutmix lately, with different models like basil-mix being trained by various methods. What are the primary variations between DreamBooth, Textual Inversion, LoRa &amp;amp; HyperNetworks?&lt;/p&gt;

&lt;h3&gt;
  
  
  Dreambooth
&lt;/h3&gt;

&lt;p&gt;Dreambooth can fine-tune the diffusion model to learn new concepts&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Usage&lt;/strong&gt;: Adding new objects or styles to stable diffusion.&lt;br&gt;
&lt;strong&gt;Pros&lt;/strong&gt;: High Quality, Not too slow&lt;br&gt;
&lt;strong&gt;Cons&lt;/strong&gt;: Output files get real big real fast as it’s a new model checkpoint, which makes it difficult to switch between training models if you want to isolate them.&lt;/p&gt;

&lt;h3&gt;
  
  
  Textual Inversion
&lt;/h3&gt;

&lt;p&gt;Textual Inversion uses special word embedding to create new concepts.&lt;br&gt;
&lt;strong&gt;Usage&lt;/strong&gt;: You can add face or object embedding to any prompt without having to make any model changes.&lt;br&gt;
&lt;strong&gt;Props&lt;/strong&gt;: Extremely tiny file sizes, making it easy to attach or detach from models.&lt;br&gt;
&lt;strong&gt;Cons&lt;/strong&gt;: Cannot use the same embedding for another model and it is rather slow on training speed. You will need an accurate prompt template.&lt;/p&gt;

&lt;h3&gt;
  
  
  LoRA
&lt;/h3&gt;

&lt;p&gt;LoRA adds a few weights to the diffusion model, then trains them so it can comprehend the concept.&lt;br&gt;
&lt;strong&gt;Usage&lt;/strong&gt;: A lightweight version of Dreambooth without changing the internal model&lt;br&gt;
&lt;strong&gt;Props&lt;/strong&gt;: Small output file size, good quality, compatibility with other checkpoints, and low RAM requirements.&lt;br&gt;
&lt;strong&gt;Cons&lt;/strong&gt;: It is hard to configure and easy to struggle with multiple models and styles.&lt;/p&gt;

&lt;h3&gt;
  
  
  Hypernetworks
&lt;/h3&gt;

&lt;p&gt;Hypernetworks use another network to predict new weights for the original one, which are then used in inference.&lt;br&gt;
&lt;strong&gt;Usage&lt;/strong&gt;: Similar to LoRA, but with slightly different technology.&lt;br&gt;
&lt;strong&gt;Props&lt;/strong&gt;: Build in with automatic1111 so quite easy to use&lt;br&gt;
&lt;strong&gt;Cons&lt;/strong&gt;: Quality is worse than LoRA&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://twitter.com/kage_1987"&gt;Kage&lt;/a&gt;&lt;/p&gt;

</description>
      <category>stablediffusion</category>
      <category>lora</category>
      <category>dreambooth</category>
      <category>ai</category>
    </item>
    <item>
      <title>Any AWS Lambda logging tools alternatives?</title>
      <dc:creator>Kage.</dc:creator>
      <pubDate>Thu, 03 May 2018 04:38:22 +0000</pubDate>
      <link>https://forem.com/kage_1987/any-aws-lambda-logging-tools-alternatives-1108</link>
      <guid>https://forem.com/kage_1987/any-aws-lambda-logging-tools-alternatives-1108</guid>
      <description>&lt;p&gt;Lambda default using Cloudwatch for logging, but the date query and display format are hard to use. Any other logging tools suggestion?&lt;/p&gt;

</description>
      <category>question</category>
      <category>aws</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
