1prompt ='''valentin sitting on a chair, portrait'''2negative_prompt ="blurry, low quality, distorted, bad anatomy"3image = pipe(4 prompt=prompt,5 negative_prompt=negative_prompt,6 width=1024,7 height=1024,8 num_inference_steps=28,9 guidance_scale=3.5,10 generator=torch.Generator(device="cuda").manual_seed(42)11).images[0]1213# Display the image (in Jupyter or save to file)14image.show()15# or16image.save("output.png")
🖼️ Sample Output
Sample Output
Workflow Features
✅ Pre-configured for FLUX.1-dev + LoRA inference
✅ Optimized settings for best quality output
✅ Easy prompt and parameter adjustment
✅ Compatible with all our trained LoRA models
The ComfyUI workflow provides a user-friendly interface for generating images with our trained LoRA models without needing to write Python code.
🖼️ Workflow Screenshot
ComfyUI Workflow
🎨 Generation Examples
Below are examples of images generated with our Valentin LoRA model:
Official Style Portrait
Prompt: "valentin official style portrait"
Official Style Portrait
Cyberpunk Close-up
Prompt: "valentin close up in a cyberpunk aesthetic, neon lighting, holographic elements, wearing futuristic clothing, standing in a neon-lit alley, sci-fi atmosphere, digital art"
Cyberpunk Close-up
Greek City Portrait
Prompt: "valentin wearing sunglasses and a hat in a Greek city"
Greek City Portrait
Fluorescent Garden Editorial
Prompt: "valentin, waist-up, standing in a fluorescent garden under blacklight, glowing bioluminescent plants, saturated purple and green hues, reflective sunglasses catching UV glints, surreal fashion editorial aesthetic, hyperreal depth, cinematic 85mm photography"