Views
No views yet
SK style figure of a student holding a large, round object, wearing a plaid jacket, facing an angry teacher who is pointing at the student with a stick, plain environment with minimal details, harsh contrast lighting, scene evokes tension and discipline. to trigger the image generation.1from diffusers import AutoPipelineForText2Image
2import torch
3pipeline = AutoPipelineForText2Image.from_pretrained(stabilityai/stable-diffusion-3.5-large, torch_dtype=torch.float16).to('cuda')
4pipeline.load_lora_weights('ariG23498/sukumar-ray-characters-sd3.5-lora', weight_name='pytorch_lora_weights.safetensors')
5image = pipeline('SK style figure of a student holding a large, round object, wearing a plaid jacket, facing an angry teacher who is pointing at the student with a stick, plain environment with minimal details, harsh contrast lighting, scene evokes tension and discipline.').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