linoyts/yarn-art-z-image-lora
<!-- This model card has been generated automatically according to the information the training script had access to. You should probably proofread and complete it, then remove this comment. -->
Z Image DreamBooth LoRA - linoyts/yarn-art-z-image-lora
<Gallery />
Model description
These are linoyts/yarn-art-z-image-lora DreamBooth LoRA weights for Tongyi-MAI/Z-Image.
The weights were trained using DreamBooth with the Z Image diffusers trainer.
Quant training? None
Trigger words
You should use a panda drinking matcha, yarn art style to trigger the image generation.
Download model
Download the *.safetensors LoRA in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("Tongyi-MAI/Z-Image", torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('linoyts/yarn-art-z-image-lora', weight_name='pytorch_lora_weights.safetensors')
image = pipeline('a panda drinking matcha, yarn art style').images[0]For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
License
Please adhere to the licensing terms as described here.
Intended uses & limitations
How to use
# TODO: add an example code snippet for running this diffusion pipelineLimitations and bias
[TODO: provide examples of latent issues and potential remediations]
Training details
[TODO: describe the data used to train the model]
