🚀 廣告風格模型
本模型基於超優雅、簡潔的廣告風格,為廣告創作提供靈感,助力打造出極具吸引力的廣告視覺效果。
🚀 快速開始
觸發詞使用
你需要使用 ad-style-visual
來觸發圖像生成。
模型下載
該模型的權重以 Safetensors 格式提供。你可以在 Files & versions 標籤頁 中下載。
使用 🧨 diffusers 庫
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('charbel-malo/ad-style', weight_name='Ad_Style-000004.safetensors')
image = pipeline('typical of modern, each labeled "Agreement" in blue text at the top, which adds to the cheerful mood of the image. The text "We\'ll deliver everything you need." is overlaid in bold, the bars read: 1. Shiba Inu: 5.99% (red icon with a dog face) 2. Shiba Inu: 2.9% (blue icon with a dog face) 3. Wet: 1.397% (a stylized, glowing yellow lines and circuit board-like patterns, futuristic microphone. The microphone is depicted with a sleek, likely the manufacturer\'s logo or a brand name. The device also features a small, glowing effect that gives it a futuristic and high-tech appearance. The main focus is on two stylized, sans-serif font, sleek aesthetic. The background is a gradient of teal and green hues, #JasperX., enhancing the idea of communication. The WishTree logo, minimalist design with a matte black finish. It has two distinct sections: the left section displays a small, and a white circle with a white speech bubble on the right. The text "SAY HI" is prominently displayed in large, smiling. The text below this is "@mhnordi product designer, high-tech appearance. The numeral is positioned against a dark, resembling a stylized, each stone a rich, a stylized image of an airplane is depicted in a teal color').images[0]
更多詳情,包括 LoRAs 的加權、合併和融合,請查看 diffusers 中加載 LoRAs 的文檔。
✨ 主要特性
- 風格獨特:基於超優雅、簡潔的廣告風格,為廣告創作帶來全新靈感。
- 易於觸發:使用特定觸發詞
ad-style-visual
即可輕鬆生成圖像。
- 格式支持:模型權重以 Safetensors 格式提供,方便使用。
📄 許可證
📦 模型信息
屬性 |
詳情 |
基礎模型 |
black-forest-labs/FLUX.1-dev |
標籤 |
text-to-image、stable-diffusion、lora、diffusers、template:sd-lora、migrated、style |
💻 使用示例
基礎用法
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('charbel-malo/ad-style', weight_name='Ad_Style-000004.safetensors')
image = pipeline('ad-style-visual').images[0]
高級用法
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('charbel-malo/ad-style', weight_name='Ad_Style-000004.safetensors')
image = pipeline('gradient background that transitions from a deep navy blue at the top to a slightly lighter shade of blue at the bottom, white circular logo with a stylized design, stylized coin with a circular design at its tip. Surrounding this central object, a power button, wearing a white top, indicating sound or audio data. The text "GBT" is highlighted in a white, which represents the moon, there''s an icon for the Google Play store, including a small potted plant and a green vase, " indicating this is part of a larger project or system., futuristic aesthetic. The image exudes a sense of dynamism and innovation, stars, bold text question in the center: "DID YOU KNOW?" written in white, blue text. Below this, heroism, glossy, minimalist aesthetic. 1. Top left: A rectangular button with rounded corners, giving it an expressive, cylindrical object with a glossy black finish').images[0]