<?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>DEV Community: kawa0x0A</title>
    <description>The latest articles on DEV Community by kawa0x0A (@kawa0x0a).</description>
    <link>https://dev.to/kawa0x0a</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%2F41363%2F4d412dc9-8fd6-44cf-9cc7-d9b801a3f81e.png</url>
      <title>DEV Community: kawa0x0A</title>
      <link>https://dev.to/kawa0x0a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kawa0x0a"/>
    <language>en</language>
    <item>
      <title>A story about the creation of "AI Storages," a service that allows users to manage AI-generated images</title>
      <dc:creator>kawa0x0A</dc:creator>
      <pubDate>Fri, 26 Jan 2024 11:43:12 +0000</pubDate>
      <link>https://dev.to/kawa0x0a/a-story-about-the-creation-of-ai-storages-a-service-that-allows-users-to-manage-ai-generated-images-5go1</link>
      <guid>https://dev.to/kawa0x0a/a-story-about-the-creation-of-ai-storages-a-service-that-allows-users-to-manage-ai-generated-images-5go1</guid>
      <description>&lt;p&gt;Site created for this project&lt;br&gt;
&lt;a href="https://ai-storages.com/"&gt;https://ai-storages.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click here for technical information&lt;br&gt;
&lt;a href="https://zenn.dev/articles/31b404e2bc6dc9/edit"&gt;https://zenn.dev/articles/31b404e2bc6dc9/edit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;About the site&lt;/p&gt;

&lt;p&gt;Upload images generated by Stable Diffusion Web UI or Novel AI, and the prompts used are analyzed and compiled into a database.&lt;/p&gt;

&lt;p&gt;Search by prompts used and a list of corresponding images will be displayed.&lt;/p&gt;

&lt;p&gt;Free to use the site.&lt;/p&gt;

&lt;p&gt;Paid monthly subscription plans allow you to hide ads and increase the maximum number of images you can manage.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>stablediffusion</category>
      <category>novelai</category>
    </item>
    <item>
      <title>A story about a site created with Blazor to add a Discord bot for AI image generation (Stable Diffusion, etc.)</title>
      <dc:creator>kawa0x0A</dc:creator>
      <pubDate>Tue, 17 Jan 2023 11:18:20 +0000</pubDate>
      <link>https://dev.to/kawa0x0a/a-story-about-a-site-created-with-blazor-to-add-a-discord-bot-for-ai-image-generation-stable-diffusion-etc-b1g</link>
      <guid>https://dev.to/kawa0x0a/a-story-about-a-site-created-with-blazor-to-add-a-discord-bot-for-ai-image-generation-stable-diffusion-etc-b1g</guid>
      <description>&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Created a website with Blazor Server.&lt;/li&gt;
&lt;li&gt;Created a Bot for Discord that uses AI to generate images.&lt;/li&gt;
&lt;li&gt;Created website : &lt;a href="https://stablediffusiondiscordbot.azurewebsites.net/" rel="noopener noreferrer"&gt;https://stablediffusiondiscordbot.azurewebsites.net/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Repository : &lt;a href="https://github.com/kawa0x0A/StableDiffusionDiscordBot" rel="noopener noreferrer"&gt;https://github.com/kawa0x0A/StableDiffusionDiscordBot&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Websites created with Blazor
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Made by Blazor Server&lt;/li&gt;
&lt;li&gt;Hosting is Azure and payment service is Stripe&lt;/li&gt;
&lt;li&gt;What I learned : How to write authentication process for login, Website design, How to use Bootstrap&lt;/li&gt;
&lt;li&gt;Impressions : It's great to be able to create websites in C#. And I found that I can't live without Visual Studio's completion.&lt;/li&gt;
&lt;li&gt;Issues : It takes a little bit of time to load the site for the first time.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Discord Bot
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Made in Python&lt;/li&gt;
&lt;li&gt;The way to make it is probably the same as the way to make a general bot.&lt;/li&gt;
&lt;li&gt;AI models available are Stable Diffusion, Stable Diffusion 2, Waifu Diffusion, and Anything models.&lt;/li&gt;
&lt;li&gt;I personally don't like programming languages other than C#, so I'll spare you the code.&lt;/li&gt;
&lt;li&gt;Problem : Bot sometimes doesn't work because of Gradient Paperspace (I considered GCP, but it's too expensive to keep it running 24/7 ......)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Technical notes (list of setbacks)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;I started with Blazor WebAssembly, but changed to Blazor Server in the middle of the project.

&lt;ul&gt;
&lt;li&gt;Reason : Because the information that I want to keep secret such as API key of Stripe cannot be kept secret, I changed from Blazor WebAssembly to Blazor Server.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;Translated with &lt;a href="http://www.DeepL.com/Translator" rel="noopener noreferrer"&gt;www.DeepL.com/Translator&lt;/a&gt; (free version)&lt;/p&gt;

</description>
      <category>c</category>
      <category>blazor</category>
      <category>ai</category>
      <category>stablediffusion</category>
    </item>
  </channel>
</rss>
