🚀 NFT-Plus-InsideOut-Perspective模型
本模型主要用於文本到圖像的轉換,藉助LoRA和Diffusers技術,能根據特定的文本描述生成富有創意的NFT圖像,為藝術創作和NFT設計提供了強大的工具。
🚀 快速開始
模型設置
import torch
from pipelines import DiffusionPipeline
base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "strangerzonehf/NFT-Plus-InsideOut-Perspective"
trigger_word = "NFT ++"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
觸發詞使用
你需要使用 NFT ++
來觸發圖像生成。
✨ 主要特性
- 支持文本到圖像的轉換,可根據輸入的文本描述生成獨特的NFT圖像。
- 利用LoRA和Diffusers技術,提升模型的靈活性和性能。
📦 安裝指南
文檔未提供具體安裝步驟,暫不展示。
💻 使用示例
基礎用法
import torch
from pipelines import DiffusionPipeline
base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
lora_repo = "strangerzonehf/NFT-Plus-InsideOut-Perspective"
trigger_word = "NFT ++"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
高級用法
文檔未提供高級用法示例,暫不展示。
📚 詳細文檔
模型描述

圖像生成示例
輸入文本 |
輸出圖像 |
'NFT ++, An eye-level view of a glass milk carton with the words "prithivml" written on it in black letters. The carton is filled with a few dark gray clouds, and there is a white barcode on the left side of the carton. The background is a light blue color.' |
查看 |
'NFT++, A quirky cartoon depiction of a glass cube labeled "prithivmods" in bold white letters. The container is filled with tiny, glowing Polaroid photos floating in a transparent blue liquid. Each photo features a different miniature scene, such as sunsets and faces. A barcode wraps around the bottom left corner of the cube. The background is a gradient of pink and orange, evoking nostalgia.' |
查看 |
'NFT++, A detailed cartoon drawing of glass cube labeled "hf.co" in bold white letters. Inside, a shimmering liquid with hues of blue, purple, and silver flows, dotted with tiny glowing particles resembling stars. A barcode is seamlessly integrated into the container’s sleek design on the back. The background is a midnight blue gradient, adding a celestial feel' |
查看 |
'NFT ++, Captured on a light pink background, a cartoon drawing of a glass container with the word "prithiv-hf" written on it in black letters. The container is filled with a clear liquid, and there are brown bandages inside of the container. There is a barcode on the left side of the box, and a white bar code on the right side. The background is a solid pink.' |
查看 |
'NFT ++, a black and white drawing of a black swan in a glass container. The container is shaped like a hexagon, with a black handle on the right side. The swan is swimming in the water, its head facing towards the left side of the container, its beak slightly open. The water in the container is a dark blue, with white splashes on it. Above the swan, the words "prithiv-hf" are written in bold black letters. The background is a light blue, and the text "prithiv-hf" is written in a bold black font.' |
查看 |
'NFT ++, a cartoon drawing of a cats face is seen in a clear glass container. The container is filled with a variety of brown objects, including a barcode and the word "prithiv" written in black letters. The background is a stark white, with a light brown border. The cats head is adorned with a red ribbon, adding a pop of color to the scene. The word "imo" is written on the top right corner of the container.' |
查看 |
圖像參數
屬性 |
詳情 |
基礎模型 |
black-forest-labs/FLUX.1-dev |
觸發詞 |
NFT ++ |
許可證 |
creativeml-openrail-m |
圖像生成參數
參數 |
值 |
參數 |
值 |
LR調度器 |
constant |
噪聲偏移 |
0.03 |
優化器 |
AdamW |
多分辨率噪聲折扣 |
0.1 |
網絡維度 |
64 |
多分辨率噪聲迭代次數 |
10 |
網絡Alpha |
32 |
重複與步數 |
12 & 2100 |
輪數 |
11 |
每N輪保存一次 |
1 |
標註信息
標註採用florence2-en(自然語言 & 英語)。
訓練圖像總數
總共使用了12張圖像進行訓練。
最佳尺寸與推理
尺寸 |
縱橫比 |
推薦情況 |
1280 x 832 |
3:2 |
最佳 |
1024 x 1024 |
1:1 |
默認 |
推理範圍
🔧 技術細節
文檔未提供具體技術細節,暫不展示。
📄 許可證
本模型使用的許可證為creativeml-openrail-m。
📥 下載模型
本模型的權重以Safetensors格式提供。
點擊下載(在文件與版本標籤中)。
數據來源
數據來源為quaphadoodle。