こすたろーんエンジニアの試行錯誤部屋

作成物の備忘録を書いていきますー

2023-01-01から1年間の記事一覧

【Stable Diffusion】try to make a cosplay image of Nino Nakano with Diffusers and lora files

We previously ran diffusers on google colab to generate images. technoxs-stacker.hatenablog.com This time I tried to see if I could get closer to Nino Nakano of the Bride of the Fifth Class using lora! contents contents 1.requirement 2. re…

【Stable Diffusion】try to make a cosplay image of Itsuki Nakano with Diffusers and lora files

We previously ran diffusers on google colab to generate images. technoxs-stacker.hatenablog.com This time I tried to see if I could get closer to Nakano Itsuki of the Bride of the Fifth Class using lora! contents contents 1.requirement 2. …

【Stable Diffusion】How to build a diffusers environment on google colab

We previously ran diffusers on google colab to generate images. technoxs-stacker.hatenablog.com This article is a memo to use the diffusers module with google colab. contents contents abstract 1.requirement 2.install 3.code 4.result deeple…

【Stable Diffusion】try to generate images with Diffusers and lora files

We previously ran diffusers on google colab to generate images. technoxs-stacker.hatenablog.com This time I tried to see if I could get close to the character of the Bride of the Fifth Class using lora. contents contents 1.requirement 2. r…

【Stable Diffusion】try to generate images with Google colab and Stable Diffusion

This time, instead of running on a web application, the necessary modules are installed on Google Colab to generate images This article is a reminder of the results generated contents contents abstract requirement 2. result seed = 60000 se…

【configparser】pythonのconfigparserで配列を読み込む方法

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); この記事はpythonのconfigparserで配列を読み込む方法の備忘録です 目次 目次 この記事でわかること 1.実行環境 2.読み込む対象ファイルの内容 3.parseプログラム deeplearning関連記…

【configparser】How to read an array with python configparser

This article is a reminder of how to read arrays with python configparser contents contents abstract 1.requirement 2.Contents of the target file to be read 3.parse program deeplearning related articles refarence スポンサーリンク (adsbygoog…

【Stable Diffusion】Diffusersとloraファイルで中野二乃のコスプレ画像を作ってみた

以前にgoogle colab上でdiffusersを動かして、画像生成を行いました technoxs-stacker.hatenablog.com 今回はloraを使って五等分の花嫁の中野二乃に近づけることができるか試してみました 目次 目次 この記事でわかること 1.実行環境 2.生成結果 deeplearnin…

【Stable Diffusion】Diffusersとloraファイルで中野五月のコスプレ画像を作ってみた

以前にgoogle colab上でdiffusersを動かして、画像生成を行いました technoxs-stacker.hatenablog.com 今回はloraを使って五等分の花嫁の中野五月に近づけることができるか試してみました 目次 目次 この記事でわかること 1.実行環境 2.生成結果 deeplearnin…

【streamlit】How to deal with subprocess-exited-with-error when pip install streamlit on a windows machine

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); This article is a reminder of how to avoid the error "subprocess-existed-with-error" that occurred when installing streamlit on a windows machine contents contents abstrac…

【Stable Diffusion】google colaboratory上でDiffusers環境を構築する

以前にgoogle colab上でdiffusersを動かして、画像生成を行いました technoxs-stacker.hatenablog.com この記事はdiffusersモジュールをgoogle colabで使用するための備忘録です 目次 目次 この記事でわかること 1.実行環境 2.インストール 3.画像生成コード…

【Stable Diffusion】google colab上のDiffusersとloraファイルを使って中野一花のコスプレ画像を作ってみた

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); 以前にgoogle colab上でdiffusersを動かして、画像生成を行いました technoxs-stacker.hatenablog.com 今回はloraを使って五等分の花嫁のキャラに近づけることができるか試してみまし…

【streamlit】windowsマシン上でpip install streamlit時、subprocess-exited-with-error発生時の対応方法

この記事はwindowsマシンにstreamlitをインストールする際に発生したエラー「subprocess-exited-with-error」を 回避する方法の備忘録です 目次 目次 この記事でわかること 1.実行環境 2.対応方法 streamlit関連記事 参考 スポンサーリンク (adsbygoogle = w…

【Stable Diffusion】Google colaboratoryとDiffusersで画像生成やってみた

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); Google Colab上で画像生成AIのStable Diffusionで画像生成をやってみました 今回はWebアプリケーション上で実行するのではなく、Google Colab上で必要なモジュールをインストールして …

【python】How to update to python 3.7 with jetson nx

This article is a reminder of the steps to update from python 3.6.9 to python 3.7 contents contents abstract 1.requirement 2.procedure 2.1 get tar file 2.3 Install python deeplearning related articles スポンサーリンク (adsbygoogle = window…

【python】jetson nxでpython3.7へアップデートする方法

この記事はpython3.6.9からpython3.7へアップデートする手順の備忘録です 目次 目次 この記事でわかること 1.実行環境 2.手順 2.1 tarファイルを取得する 2.2 tarファイルを解凍する 2.3 pythonをインストールする deeplearning関連記事 スポンサーリンク (a…

【winSCP】Installing winSCP on a windows machine

I would like to install winSCP, which allows file transfers between remote and local machines for improving development efficiency contents contents abstract 1. requirement 2.install 2.1 Download the installer 2.2 Run the installer 2.3 agr…

【winSCP】windowsマシンにwinSCPを導入する

リモートマシンとローカルマシン間でファイル転送できるwinSCPをインストールして 開発効率を上げたいと思います 目次 目次 この記事でわかること 1.実行環境 2.インストール 2.1 インストーラーをダウンロードする 2.2 インストーラーを実行する 2.3 使用許…

【classy vision】学習したモデルを読み込む方法

以前にJetson Xavier NXとDockerでpytorch画像分類フレームワークのclassy visionの環境構築を行いました technoxs-stacker.hatenablog.com 今回はclassy visionで学習したあとのモデルを読み込む処理を作成します 目次 目次 この記事でわかること 1.実行環…

How to resolve "Metaflow could not determine the user name based on the environment variable".

We have previously built a metaflow-enabled environment. technoxs-stacker.hatenablog.com This is a memorandum of how to deal with errors related to user name settings that occurred when actually writing and executing the code. contents con…

【MLOps】Metaflowとscikit-learnでmnistデータの学習をやってみる

以前にMLOpsのモジュールmetaflowの環境を構築しました technoxs-stacker.hatenablog.com technoxs-stacker.hatenablog.com googleが定義する「MLOps レベル 1: ML パイプラインの自動化」を目指すため、 今回はmetaflowを使って機械学習の処理の自動化を試…

【Metaflow】 could not determine your user name based on environment variables発生時の解決方法

以前にmetaflowを使える環境を構築しました technoxs-stacker.hatenablog.com 実際にコードを書いて実行したときに発生したユーザ名設定に関するエラー対処法の備忘録です 目次 目次 この記事でわかること 1.実行環境 2.エラー内容 3.解決方法 参考 スポンサ…

【golang】How to setup a Go language development environment using docker

I tried setting up Go language development environment 目次 目次 abstract requirement 2.create a Dockerfile 3.Docker Build 4.Container start-up 5.create a sample code 6.Running Sample Codes 7.Code Build deeplearning関連記事 参考 スポンサー…

【golang】dockerを使ったGo言語開発環境を作り方

Go言語の開発環境の構築を行いました このブログは備忘録です 目次 目次 この記事でわかること 1.実行環境 2.Dockerfileを作成 3.Dockerのビルド 4.コンテナの立ち上げ 5.サンプルコードの作成 6.サンプルコードの実行 7.コードのビルド deeplearning関連記…

【pytest】Basic usage in combination with assert and pytest

I tried pytest, which allows unit testing of python This is a memorandum. 目次 目次 abstract 1.requirements 2.Install necessary modules 3.Create files and directories 4.Write code in function.py and test_function.py function.py test_functi…

【pytest】assert文と組み合わせた基本的な使い方

pythonの単体テストができるpytestを試してみました このブログは備忘録です 目次 目次 この記事でわかること 1.実行環境 2.必要なモジュールをインストール 3.ファイルとディレクトリを作成 4.function.pyとtest_function.pyにコードを記述 function.py tes…

Batch setting of multiple arguments in abseil with flagfile

contents contents abstract requirement 2.procedure 2.1 Write argument settings in a text file 2.2 Specify text file at python runtime 参考 スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); abstract How to process argument…

Build mysql environment with jetsonNX and docker

To learn about databases, we built a mysql environment This is a memorandum. contents contents abstract 1.crate a docker file 2.run docker container 参考 スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); abstract how to b…

【jupyter lab】dockerコンテナで立ち上げたjupyter labのパスワード変更

スポンサーリンク (adsbygoogle = window.adsbygoogle || []).push({}); 以前にJetson Xavier NXとDockerでjupyter notebookの環境構築を行いました technoxs-stacker.hatenablog.com このままではパスワードがデフォルトのままなので、今回はパスワードの変…

Building a jupyterlab environment that we can use pytorch in using Jetson Xavier NX and docker

I previously created a jupyterlab environment using an existing docker image. technoxs-stacker.hatenablog.com I thought I might run pytrorch on jupyterlab in the future, so I created an image with jupyterlab installed based on the previous…