SD3.5-Large-Minimal-Blacked-LoRA

38
10
by
prithivMLmods
Image Model
OTHER
New
38 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")
Setting uppythonpytorch
import torch
from diffusers import StableDiffusion3Pipeline

pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Minimal-Blacked-LoRA", weight_name="SD3.5-Large-Minimal-Blacked-LoRA.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "A bold silver gear logo is depicted against a solid blacked background. The gear has sharp, metallic edges and intricate inner details that give it a realistic, industrial look. Light reflections on the gear add a gleaming effect, making it appear polished and three-dimensional. The stark contrast between the shiny silver and the dark black background creates a modern and powerful impression, giving the logo a sleek, mechanical feel."
negative_prompt = "(lowres, low quality, worst quality)"

image = pipe(prompt=prompt,
             negative_prompt=negative_prompt
             num_inference_steps=24, 
             guidance_scale=4.0,
             width=960, height=1280,
            ).images[0]
image.save(f"example.jpg")

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.