Instructions to use prithivMLmods/EBook-Creative-Cover-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/EBook-Creative-Cover-Flux-LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/EBook-Creative-Cover-Flux-LoRA") prompt = "EBook Cover, An eye-level view of an ancient ruins, with the words \"ECHOES OF THE PAST\" written in gold in the center of the image. The ruins are made of stone, and the pillars are adorned with intricate carvings. In the background, a mountain can be seen. The sky is a muted yellow, and at the top, the word \"By Cesar Blair\" is written in a bold black font." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload E4.png
Browse files- images/E4.png +3 -0
images/E4.png
ADDED
|
Git LFS Details
|