🚀 backdrops_v1
backdrops_v1是一個文本到圖像的模型,可根據文本描述生成精美的圖像。藉助AI Toolkit訓練,能與多種工具集成使用,為圖像生成提供便利。
🚀 快速開始
模型下載與使用
本模型的權重以Safetensors格式提供,你可以在Files & versions標籤中下載模型,然後配合ComfyUI、AUTOMATIC1111、SD.Next、Invoke AI等工具使用。
使用🧨 diffusers庫
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('Cossale/Frames-Flex.1', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('None', weight_name='backdrops_v1.safetensors')
image = pipeline('FRM$ a majestic mountain range with snow-capped peaks in the background, illuminated by the setting sun. The sky is a beautiful mix of oranges, pinks, and purples, creating a stunning backdrop for the majestic peaks.').images[0]
image.save("my_image.png")
更多詳細信息,包括LoRAs的加權、合併和融合,請查看diffusers中加載LoRAs的文檔。
✨ 主要特性
觸發詞
使用觸發詞 FRM$
來引導模型生成特定風格的圖像。
可視化示例
以下是一些使用該模型生成圖像的示例:
- 輸入文本:FRM$ a majestic mountain range with snow-capped peaks in the background, illuminated by the setting sun. The sky is a beautiful mix of oranges, pinks, and purples, creating a stunning backdrop for the majestic peaks.
輸出圖像:點擊查看
- 輸入文本:FRM$ a river flowing near a mountain and plains land, firewatch style, watch tower on mountain, purplish dominant color, animals
輸出圖像:點擊查看
- 輸入文本:FRM$ a breathtaking view of the Great Smoky Mountains from the top of a mountain at sunset. The sky is a beautiful mix of oranges, pinks, and purples, and the clouds are illuminated by the setting sun. The mountains are silhouetted against the sky, creating a stunning landscape.
輸出圖像:點擊查看
- 輸入文本:FRM$ a small, secluded lake nestled amidst a valley of stylized, low-poly mountains, reminiscent of the Firewatch art style. A simple wooden watchtower overlooks the lake, its silhouette sharp against the warm, orange and pink hues of a sunset sky. A small herd of deer graze peacefully near the lakeshore. The overall scene should evoke a sense of tranquility and isolation, with a vibrant yet slightly muted color palette.
輸出圖像:點擊查看
📄 許可證
本模型使用的許可證為 creativeml-openrail-m。
📦 基礎信息
屬性 |
詳情 |
基礎模型 |
ostris/Flex.1-alpha |
許可證 |
creativeml-openrail-m |