TiGa-RCE's picture
|
download
raw
1.15 kB
---
license: other
language:
- en
base_model:
- black-forest-labs/FLUX.1-dev
pipeline_tag: text-to-image
library_name: diffusers
tags:
- art
---
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](https://cdn-uploads.huggingface.co/production/uploads/632fa63d2636f057d5896af3/Tz1tfnyTxSZVmzZz_LNFD.jpeg)
![cen_sample2](https://cdn-uploads.huggingface.co/production/uploads/632fa63d2636f057d5896af3/bJQaBOwguIEDJfMZEx-H_.jpeg)
![sample_after3](https://cdn-uploads.huggingface.co/production/uploads/632fa63d2636f057d5896af3/cgsG7slegGQp8OJHoPgpq.png)
```python
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")
```

Xet Storage Details

Size:
1.15 kB
·
Xet hash:
816f188f9671f313aecc5d093c86d764a7dab204884b801359c017e10d74f955

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.