Views
No views yet
Ultra-realistic, high-resolution macro photo of a watermelon plant leaf infected with watermelon mosaic virus (WMV), showing characteristic mosaic-like mottling with irregular light and dark green patches, yellow vein outlines, and curling or wrinkling of the leaf surface. The leaf is photographed in natural outdoor lighting, surrounded by healthy leaves for contrast. Includes various stages of viral infection, from early subtle discoloration to severe distortion. Shot in a sunny agricultural field with organic shadows and fine leaf textures clearly visible to trigger the image generation.1from diffusers import AutoPipelineForText2Image
2import torch
3pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-medium, torch_dtype=torch.float16).to('cuda')
4pipeline.load_lora_weights('nitindominicrai/mosaic_virus', weight_name='pytorch_lora_weights.safetensors')
5image = pipeline('A photo Ultra-realistic, high-resolution macro photo of a watermelon plant leaf infected with watermelon mosaic virus (WMV), showing characteristic mosaic-like mottling with irregular light and dark green patches, yellow vein outlines, and curling or wrinkling of the leaf surface. The leaf is photographed in natural outdoor lighting, surrounded by healthy leaves for contrast. Includes various stages of viral infection, from early subtle discoloration to severe distortion. Shot in a sunny agricultural field with organic shadows and fine leaf textures clearly visible').images[0]diffusers_lora_weights.safetensors here 💾.
models/Lora folder.<lora:your_new_name:1> to your prompt. On ComfyUI just load it as a regular LoRA.# TODO: add an example code snippet for running this diffusion pipeline