Back to Models
kpsss34 logo

kpsss34/FHDR_Uncensored

kpsss34image

I trained this model using the Diffusers library by randomly selecting layers and blocks (not training every layer), which reduced the training time and is expected to yield better results.

cen_sample1

cen_sample2

sample_after3

import torch
from diffusers import FluxPipeline

pipe = FluxPipeline.from_pretrained("kpsss34/FHDR_Uncensored", torch_dtype=torch.bfloat16)
pipe.enable_model_cpu_offload()

prompt = "a women..."
image = pipe(
    prompt,
    height=1024,
    width=1024,
    guidance_scale=4.0,
    num_inference_steps=40,
    max_sequence_length=512,
    generator=torch.Generator("cpu").manual_seed(0)
).images[0]
image.save("outputs.png")
Visit Website

0 reviews

5
0
4
0
3
0
2
0
1
0
Likes456
Downloads
📝

No reviews yet

Be the first to review kpsss34/FHDR_Uncensored!

Model Info

Providerkpsss34
Categoryimage
Reviews0
Avg. Rating / 5.0

Community

Likes456
Downloads

Rating Guidelines

★★★★★Exceptional
★★★★Great
★★★Good
★★Fair
Poor