Can we generate graph with base model + lora

#2
by rahul7star - opened

For exp
MODEL_ID = 'black-forest-labs/FLUX.1-dev'
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev",torch_dtype=torch.bfloat16)
pipe.load_lora_weights("rahul7star/ra3hul")

pipe.to('cuda')

then push to hub? anyway I will try this seems interesting

This comment has been hidden (marked as Resolved)
rahul7star changed discussion status to closed

All good

Sign up or log in to comment