Buckets:
77.2 GB
30 files
Updated 18 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| scheduler | 1 items | ||
| text_encoder | 2 items | ||
| text_encoder_2 | 4 items | ||
| tokenizer | 4 items | ||
| tokenizer_2 | 4 items | ||
| transformer | 5 items | ||
| vae | 2 items | ||
| .gitattributes | 1.75 kB xet | 8a8d9e7b | |
| FHDR_ComfyUI-Q4_K_M.gguf | 6.93 GB xet | 539e5330 | |
| FHDR_ComfyUI-Q8_0.gguf | 12.7 GB xet | 32180399 | |
| FHDR_ComfyUI.safetensors | 23.8 GB xet | 3db970f3 | |
| README.md | 1.15 kB xet | 816f188f | |
| model_index.json | 536 Bytes xet | b627ae64 | |
| uncen_sample1.png | 1.75 MB xet | 8a1c0dc2 | |
| uncen_sample2.png | 1.45 MB xet | 734c461d |
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.
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


