模型:

kabachuha/maxwell-the-cat-diffusion

英文

描述

Maxwell the Cat Diffusion 是基于原始 CompVis Stable Diffusion v1.5 的一种潜在的文本到图像的扩散模型,然后在基于“Maxwell the Cat”迷因的5个图像上进行了微调,该迷因起源于改装过的《半条命2》视频。

要在您的生成中使用这个美丽的对象,请在提示中添加maxwell the cat。

Dreambooth 超参数

export MODEL_NAME="runwayml/stable-diffusion-v1-5"
export INSTANCE_DIR="/home/kabachuha/kml/datasets/objects/maxwell"
export CLASS_DIR="/home/kabachuha/kml/datasets/objects/maxwell_class"
export OUTPUT_DIR="/home/kabachuha/kml/maxwell/"

accelerate launch train_dreambooth.py \
  --pretrained_model_name_or_path=$MODEL_NAME  \
  --instance_data_dir=$INSTANCE_DIR \
  --class_data_dir=$CLASS_DIR \
  --output_dir=$OUTPUT_DIR \
  --with_prior_preservation --prior_loss_weight=1.0 \
  --instance_prompt="maxwell the cat" \
  --class_prompt="3d model of a black cat, lowpoly" \
  --resolution=512 \
  --train_batch_size=1 \
  --gradient_accumulation_steps=1 \
  --learning_rate=1e-6 \
  --lr_scheduler="constant" \
  --lr_warmup_steps=0 \
  --num_class_images=200 \
  --max_train_steps=800 \
  --mixed_precision 'no' \
  --train_text_encoder \
  --checkpointing_steps 1200

数据集链接 https://drive.google.com/drive/folders/1nd8NHrwuu_VKHaU8iBFw95w1iqfmhNTo?usp=share_link

许可证

这个模型是开放访问的,所有人都可以使用,使用 CreativeML OpenRAIL-M 许可证进一步指定权利和使用方式。CreativeML OpenRAIL 许可证规定:

您不能使用该模型故意产生或分享非法或有害的输出或内容作者对您生成的输出没有任何权利要求,您可以自由使用它们,并对其使用负责,不得违反许可证中的规定您可以重新分发权重,并将该模型用于商业和/或作为服务。如果您这样做,请注意您必须包括与许可证中相同的使用限制,并向所有用户共享 CreativeML OpenRAIL-M 的副本(请完整并仔细阅读许可证)

请阅读完整的许可证 https://huggingface.co/stabilityai/stable-diffusion-2

Downstream Uses

此模型可用于娱乐和生成艺术助手。