🚀 flux_lora_meme_v2
このモデルは、AI Toolkit by Ostris を使用して学習されました。
🚀 クイックスタート
このモデルを使用するための基本的な手順を説明します。
モデルのダウンロード
このモデルの重みはSafetensors形式で提供されています。Files & versionsタブ からダウンロードできます。
モデルの使用
ComfyUI、AUTOMATIC1111、SD.Next、Invoke AIなどのツールでこのモデルを使用できます。また、🧨 diffusersライブラリ を使用することもできます。
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('longnthgmedia/flux_lora_meme_v2', weight_name='flux_lora_meme_v2.safetensors')
image = pipeline('A surprised or shocked Shiba Inu, sitting at a desk with its paws on a keyboard. Its wide eyes and open mouth convey an expression of intense surprise or panic, as if reacting to something unexpected on the computer screen. The background features a colorful, abstract painting reminiscent of \'The Scream\' by Edvard Munch, adding to the overall sense of dramatic tension. The combination of the dog\'s expression and the artistic backdrop creates a humorous and exaggerated scene, as if the Shiba Inu has just seen something shocking online.').images[0]
image.save("my_image.png")
より詳細な情報(LoRAの重み付け、マージ、融合など)については、diffusersでのLoRAの読み込みに関するドキュメント を参照してください。
✨ 主な機能
- テキストから画像への変換:入力されたテキストに基づいて、面白く誇張された画像を生成します。
- 多様なサンプル:以下にいくつかのサンプルを紹介します。
- 柴犬のサンプル
- テキスト:A surprised or shocked Shiba Inu, sitting at a desk with its paws on a keyboard. Its wide eyes and open mouth convey an expression of intense surprise or panic, as if reacting to something unexpected on the computer screen. The background features a colorful, abstract painting reminiscent of 'The Scream' by Edvard Munch, adding to the overall sense of dramatic tension. The combination of the dog's expression and the artistic backdrop creates a humorous and exaggerated scene, as if the Shiba Inu has just seen something shocking online.
- 出力:画像リンク
- 三毛猫のサンプル
- テキスト:A calico cat with an exaggerated look of shock, sitting in front of a computer screen. The cat's eyes are wide open, and its mouth is agape, as if in a state of panic or disbelief. One tear is visible, adding a humorous sense of emotional overwhelm. Like the previous image, the background features an abstract, vibrant painting, reminiscent of a sunset, displayed on the computer screen. The setting suggests the cat is intensely reacting to something it has just seen on the computer, creating a comical and exaggerated scenario.
- 出力:画像リンク
- ハムスターのサンプル
- テキスト:A hamster-like character is depicted with an expression of shock or surprise, sitting at a desk in front of a laptop. The hamster's wide eyes and open mouth, along with its hands on its cheeks, give off a strong sense of disbelief or astonishment. The character wears a blue tie, adding a humorous touch as if it's reacting to something unexpected in a professional setting. In the background, there is a colorful painting, reminiscent of Van Gogh's style, that enhances the dramatic effect of the scene. The overall vibe of the image is comical and exaggerated, as if the hamster is encountering a work-related surprise or mishap.
- 出力:画像リンク
📄 ライセンス
このモデルは flux-1-dev-non-commercial-license の下で提供されています。