77.2 GB
30 files
Updated 18 days ago
Name
Size
scheduler
text_encoder
text_encoder_2
tokenizer
tokenizer_2
transformer
vae
.gitattributes1.75 kB
xet
FHDR_ComfyUI-Q4_K_M.gguf6.93 GB
xet
FHDR_ComfyUI-Q8_0.gguf12.7 GB
xet
FHDR_ComfyUI.safetensors23.8 GB
xet
README.md1.15 kB
xet
model_index.json536 Bytes
xet
uncen_sample1.png1.75 MB
xet
uncen_sample2.png1.45 MB
xet
README.md

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")
Total size
77.2 GB
Files
30
Last updated
Jun 26
Pre-warmed CDN
US EU US EU

Contributors