HuggingFace镜像/vhs-box
模型介绍文件和版本分析

VHS Box

模型说明

VHS Box - LoRA(Flux.1 D)

基于 80 年代和 90 年代的恐怖与科幻 VHS 盒式磁带封面图像进行训练。

"vhs_box, a vhs box art for the movie Civitai"

Purz

网站:https://www.purz.xyz/

与 Purz 一同探索创意:https://www.youtube.com/@PurzBeats

Patreon:https://www.patreon.com/Purz

Twitter/X:https://x.com/PurzBeats

Instagram:https://www.instagram.com/purzbeats/

触发词

应使用 vhs_box 来触发图像生成。

下载模型

该模型的权重文件以 Safetensors 格式提供。

在文件和版本选项卡中下载。

与 🧨 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('Purz/vhs-box', weight_name='purz-vhs_box.safetensors')
image = pipeline('vhs_box a VHS cover of the movie Fuckin Fart Goblin').images[0]

有关权重、合并和融合 LoRA 等更多详细信息,请查看 diffusers 中加载 LoRA 的文档

下载使用量0