CoolFace
Modelpublic

sahirp/flux-model-19dc62bc-6ca2-423f-b2d2-28c870fd5c3d

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes8downloads
Model Card

Flux Model 19Dc62Bc 6Ca2 423F B2D2 28C870Fd5C3D

pipeline = AutoPipelineForText2Image.frompretrained('black-forest-labs/FLUX.1-dev', torchdtype=torch.float16).to('cuda') pipeline.loadloraweights('sahirp/flux-model-19dc62bc-6ca2-423f-b2d2-28c870fd5c3d', weight_name='lora.safetensors') image = pipeline('your prompt').images[0]


For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)