Skip to content

Commit

Permalink
UPDATE post2
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 6, 2024
1 parent c4fb57a commit e87f5cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion post/post-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<meta itemprop="description" content="Kolors Team">
<meta itemprop="datePublished" content="2024-06-21T11:00:59-04:00">
<meta itemprop="dateModified" content="2024-06-21T11:00:59-04:00">
<meta itemprop="wordCount" content="678">
<meta itemprop="wordCount" content="685">
<meta itemprop="keywords" content="Text-to-Image,U-Net">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Kolors: Effective Training of Diffusion Model for Photorealistic Text-to-Image Synthesis (arXiv-2024)">
Expand Down Expand Up @@ -332,6 +332,8 @@ <h3 id="requirements">Requirements</h3>
</span></span><span style="display:flex;"><span>python3 setup.py install
</span></span></code></pre></div></li>
<li>Weights download (<a href="https://huggingface.co/Kwai-Kolors/Kolors">link</a>):
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>huggingface-cli download --resume-download Kwai-Kolors/Kolors --local-dir weights/Kolors
</span></span></code></pre></div>or
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>git lfs clone https://huggingface.co/Kwai-Kolors/Kolors weights/Kolors
</span></span></code></pre></div></li>
<li>Model inference:
Expand Down

0 comments on commit e87f5cf

Please sign in to comment.