No trigger words defined. Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
Model source
Source description
Sources
1 sourceSource excerpts
3 excerptstags: text-to-image lora diffusers template:sd-lora ai-toolkit basemodel: Qwen/Qwen-Image license: creativeml-openrail-m inference: parameters: width: 1024 height: 1024
py from diffusers import AutoPipelineForText2Image import torch pipeline = AutoPipelineForText2Image.from_pretrained('Qwen/Qwen-Image', torch_dtype=torch.bfloat16).to('cuda') pipeline.load_lora_weights('comfyuiman/pplora0ct7-lora', weight_name='pplora0ct7_000004250.safetensors') image = pipeline('a beautiful landscape').images[0] image.save("my_image.png") No trigger words defined. Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
comfyuiman/pplora0ct7-lora