Instructions to use openfree/flux-chatgpt-ghibli-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use openfree/flux-chatgpt-ghibli-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("openfree/flux-chatgpt-ghibli-lora") prompt = "a boy and a girl looking out of a window with a cat perched on the window sill. There is a bicycle parked in front of them and a plant with flowers to the right side of the image. The wall behind them is visible in the background. " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Turn this image into ghibli animation style
#2
by Rushikeshm - opened
No description provided.
Rushikeshm changed pull request status to closed
Rushikeshm changed pull request status to open
Turn this image into ghibli animation style
Turn this image into Ghibli style portrait
Uhhh this isn't an interface.
I'm stunned
Lol.. to be fair, the uploader wasn't exactly clear on what this even is. I've been deep into AI for the past several months, and even I'm at a loss.. I know what flux is, and I know what Ghibli is, but I don't get what ChatGPT has to do with any of it..

