NovelAIのイラスト生成例とプロンプト(呪文)動物モチーフ, 女の子
NovelAIを使ったイラスト作成の例を紹介します。 動物モチーフの女の子🐉 プロンプト ((ultra-detailed)), masterpiece, best quality, (1 girl),(illustration),((((full-length figure)))), paint right up to the tip of the head,((transpar […]
はるとブログ プログラミング・AIイラスト・英語などについて情報発信しています
NovelAIを使ったイラスト作成の例を紹介します。 動物モチーフの女の子🐉 プロンプト ((ultra-detailed)), masterpiece, best quality, (1 girl),(illustration),((((full-length figure)))), paint right up to the tip of the head,((transpar […]
NovelAIを使ったイラスト作成の例を紹介します。 クリスマスドレスを着た女の子 プロンプト ((ultra-detailed)), masterpiece, best quality, (1 girl),(illustration),((((full-length figure)))), paint right up to the tip of the head,((transparent b […]
NovelAIを使ったイラスト作成の例を紹介します。 👚を着た女の子 プロンプト ((ultra-detailed)), masterpiece, best quality, (1 girl),(illustration),((((full-length figure)))), paint right up to the tip of the head,((transparent […]
NovelAIを使ったイラスト作成の例を紹介していた記事ですが、 Googleより「エッチすぎるよ!」という理由で広告制限をかけられてしまったので、画像を削除しました。 今わざわざ↓のプロンプトを指定するかと言われると微妙ですが、昔の作業記録として一応残しておきます・・・。 下着(panty and bras)を着た女の子 プロンプト ((ultra-detailed)), mast […]
NovelAIを使ったイラスト作成の例を紹介します。 ドレスを着た女の子 プロンプト ((ultra-detailed)), masterpiece, best quality, (1 girl),(illustration),((((full-length figure)))), paint right up to the tip of the head,((transparent backgr […]
.reduce() method reduce() methodを使うことで、arrayの要素から1つの値を計算します。 reduce() method reduces an array into a single value. よく使われるのは、足し算と掛け算です。 const grades = [10, 15, 5]; const sum = grades.reduce((total, cur […]
NovelAIを使ったイラスト作成の例を紹介します。 着物を着た女の子 プロンプト ((ultra-detailed)),masterpiece,best quality,(1 girl),(illustration),((((full-length figure)))), paint right up to the tip of the head,((transparent background […]
Array of objects 次のarray of objectsを例にします const tweets = [ { id: 10512, message: "Hello Twitter 👋", stats: { likes: 41, retweets: 54 } }, { id: 41241, message: "How do you keep track of your n […]
NovelAIを使ったイラスト作成の例を紹介します。 ペロペロキャンディの服 プロンプト ((ultra-detailed)),masterpiece,best quality,(1 girl),(illustration),((((full-length figure)))), paint right up to the tip of the head,((transparent backgro […]
Array of objectsの例 const tweets = [ { id: 10512, message: "Hello Twitter 👋", stats: { likes: 41, retweets: 54 } }, { id: 41241, message: "How do you keep track of your notes?", stats: { likes: […]