Instructions to use burhansyam/ghibli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use burhansyam/ghibli 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("burhansyam/ghibli") prompt = "A KikiLaPetiteSorciere style image of a young witch girl flying on a broomstick over a cityscape. The girl is wearing a black dress and a red bow in her hair. She is holding onto the broomstick with both hands and appears to be in mid-air. There is a sign attached to her with the text \"FLUX LORA\" on it. The city below is filled with buildings and houses, and there is a body of water visible in the background. The sky is blue and there are a few clouds scattered across it. The overall mood of the image is peaceful and serene.<lora:KikiLaPetiteSorciere_style_v2_epoch_16:1>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!