Downloads · 30 days
234
4% of all-time downloads
tensorart/bokeh_3.5_medium
bokeh_3.5_medium is a text-to-image model from tensorart. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as other.
<div align="center" <img src="show.jpg" alt="00205" / </div
Downloads · 30 days
234
4% of all-time downloads
All-time downloads
6.6K
Public
Parameters
2.5B
38.3 GB on disk
Likes
10
Public
Click a slice to open those files.
.safetensors39.8 GB · 100%
From the Hugging Face model README
Bokeh 3.5 Medium is based on Stable Diffusion 3.5 Medium as its foundation model, using a 5M high-resolution open-source dataset that underwent rigorous quality and aesthetic screening for post-training, ensuring excellent image quality, high fidelity of natural images, preservation of fine details, and enhanced controllability.
This model is released under the Stability Community License. For more details, visit Tensor.Art or TusiArt to explore additional resources and useful information.
1920x1024, 1728x1152, 1152x1728, 1280x1664, 1440x1440"Close-up of a macaw")"vivid feathers, sharp beak")"dimly lit environment")"soft warm lighting, cinematic mood")Using diffusers:
import torch
from diffusers import StableDiffusion3Pipeline
pipe = StableDiffusion3Pipeline.from_pretrained("tensorart/bokeh_3.5_medium", torch_dtype=torch.bfloat16)
pipe = pipe.to("cuda")
image = pipe(
"Close-up of a macaw, dimly lit environment",
num_inference_steps=28,
guidance_scale=4,
height=1920,
width=1024,
negative_prompt="anime,cartoon,bad hands,extra finger,blurred,text,watermark",
negative_prompt_3=""
).images[0]
image.save("macaw.jpg")
Using comfyui: To use this workflow in ComfyUI, download the JSON file and load it: