<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>全国個人事業主支援協会 | 髙松 拳人 | Activity</title>
	<link>https://kojinjigyou.org/member-index/takamatsu_k2454/activity/</link>
	<atom:link href="https://kojinjigyou.org/member-index/takamatsu_k2454/activity/feed/" rel="self" type="application/rss+xml" />
	<description>髙松 拳人 についてのアクティビティフィード。</description>
	<lastBuildDate>Tue, 21 Apr 2026 01:50:36 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=6.3.0</generator>
	<language>ja</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">f2796a1fde21e97c751e37116810e400</guid>
				<title>髙松 拳人 wrote a new post, 「話題のリポジトリ」 imaginAIryを試してみた</title>
				<link>https://kojinjigyou.org/?p=47482</link>
				<pubDate>Tue, 31 Jan 2023 11:13:57 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回試すのは、こちら</p>
<p>なんでも、文字列からAIが想像をして画像を生成してくれるそうです。</p>
<p> </p>
<p>さっそく、試そうと思います。<br />
今回はGoogleColabを使いました</p>
<p>Colabのセルに<br />
!pip install imaginairy</p>
<p>と入力して再生ボタンを押すとインストールが始まりますので完了まで待ちます。</p>
<p>いろいろな機能があるようですが、今回は写真のような人の画像を出せる&#8211;fix-fa[&hellip;] <img src="https://kojinjigyou.org/wp-content/uploads/2023/02/a3360ec1-4252-4f83-829a-ca0833c2486d-300x300.jpg" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb71199b5e70d42203bf9932c0f00d8f</guid>
				<title>髙松 拳人 wrote a new post, 今話題のStable Difusion anything V3.0を試してみた</title>
				<link>https://kojinjigyou.org/?p=45849</link>
				<pubDate>Sat, 31 Dec 2022 14:27:00 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回のテーマは、Stable Difusion anything V3.0です。</p>
<p>これは、[&hellip;] <img src="https://kojinjigyou.org/wp-content/uploads/2022/12/e55e3cdf4f1916d5fd7d09ffd750ef1a-300x141.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">80041a4ef7205076db0acee7c52cda7f</guid>
				<title>髙松 拳人 wrote a new post, JSONをわかりやすく可視化してくれるツール「JSON Crack」を使ってみた</title>
				<link>https://kojinjigyou.org/?p=43791</link>
				<pubDate>Fri, 25 Nov 2022 05:11:37 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回は、JSONをわかりやすく可視化してくれるツール「JSON Crack」を紹介したいと思います。</p>
<p>リポジトリ</p>
<p>公式リポジトリにdockerf[&hellip;] <img src="https://kojinjigyou.org/wp-content/uploads/2022/11/e99dabc147cfea26dde7ee91109c1ecf-300x141.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c9292bb6f2789995b25b4e13ca7ff6a5</guid>
				<title>髙松 拳人 wrote a new post, 写真の背景を消してくれるツール「rembg」を使ってみた</title>
				<link>https://kojinjigyou.org/?p=42448</link>
				<pubDate>Sat, 22 Oct 2022 11:55:57 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回はgithubより、背景を消してくれるツール「rembg」を見つけて使ってみました</p>
<p> </p>
<p>インストールはpipでできます。</p>
<p>今回私はpipenvを用いてインストールしましたので、</p>
<p>pipenv install rembg<br />
としましたが<br />
pip install rembg<br />
でもよいです</p>
<p>実行は簡単<br />
python3 rembg -i   </p>
<p>となります。<br />
テストで使ってみましょう。<br />
写[&hellip;] <img src="https://kojinjigyou.org/wp-content/uploads/2022/10/sakiphotoPAR540771149_TP_V-300x200.jpg" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">685f6f11583447d3134dce307cc00b71</guid>
				<title>髙松 拳人 wrote a new post, 今月話題のリポジトリ：Real-ESRGANを使ってみた</title>
				<link>https://kojinjigyou.org/?p=40970</link>
				<pubDate>Wed, 21 Sep 2022 03:46:09 +0900</pubDate>

									<content:encoded><![CDATA[<p>今月、GitHubにてトレンドになっていたReal-ESRGANというリポジトリを使ってみました。</p>
<p>リポジトリ：https://github.com/xinntao/Real-ESRGAN</p>
<p>簡単に言うと、画像を高画質化するツールになります</p>
<p>今回はDocker上で試してみました。</p>
<p>下記でイメージをPULLして使ってみます。<br />
 <br />
docker pull python</p>
<p> <br />
セットアップ<br />
下記コマ[&hellip;] <img src="https://kojinjigyou.org/wp-content/uploads/2022/09/697b7f7c449de0d7737193fd35ca1694d666ae086200046f8984620c809fd12e_pc_main.jpg" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b61a05eeac2ab08baeef147959478e77</guid>
				<title>髙松 拳人 さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/15493/</link>
				<pubDate>Tue, 20 Sep 2022 06:09:37 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">345cb0d0870672d07235d871bf46d687</guid>
				<title>髙松 拳人 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/15432/</link>
				<pubDate>Tue, 20 Sep 2022 02:44:53 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>