openfree/flux-chatgpt-ghibli-lora

Model

flux-chatgpt-ghibli-lora

510

15 commits

2 linked in READMEs

updated May 30, 2025

See the code

README

flux-chatgpt-ghibli-lora

Trigger words

You should use ghibli to trigger the image generation.

Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Recommended Excellent Spaces Related to Our Model

  1. Texto to Ghibli: https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA

  2. Image(Upload) to Ghibli: https://huggingface.co/spaces/ginigen/FLUX-Open-Ghibli-Studio

  3. Texto to Meme: https://huggingface.co/spaces/VIDraft/Open-Meme-Studio

  4. Image/Text to Ghible: https://huggingface.co/spaces/seawolf2357/Ghibli-Multilingual-Text-rendering

Recommended 'POST' Related to Our Model

  1. https://huggingface.co/posts/seawolf2357/883323339740165

  2. https://huggingface.co/posts/aiqtech/202174985893140

  3. https://huggingface.co/posts/openfree/925352420925810

  4. https://huggingface.co/posts/ginipick/807578740801859

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('openfree/flux-chatgpt-ghibli-lora', weight_name='flux-chatgpt-ghibli-lora.safetensors')
image = pipeline('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. ').images[0]
image.save("my_image.png")

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

community: https://discord.gg/openfreeai

ai-toolkit
diffusers
flux
lora
text-to-image

Contributors

openfree

15 commits

openfree/flux-chatgpt-ghibli-lora

Model

flux-chatgpt-ghibli-lora

510

15 commits

2 linked in READMEs

updated May 30, 2025

See the code

README

flux-chatgpt-ghibli-lora

Trigger words

You should use ghibli to trigger the image generation.

Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Recommended Excellent Spaces Related to Our Model

  1. Texto to Ghibli: https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA

  2. Image(Upload) to Ghibli: https://huggingface.co/spaces/ginigen/FLUX-Open-Ghibli-Studio

  3. Texto to Meme: https://huggingface.co/spaces/VIDraft/Open-Meme-Studio

  4. Image/Text to Ghible: https://huggingface.co/spaces/seawolf2357/Ghibli-Multilingual-Text-rendering

Recommended 'POST' Related to Our Model

  1. https://huggingface.co/posts/seawolf2357/883323339740165

  2. https://huggingface.co/posts/aiqtech/202174985893140

  3. https://huggingface.co/posts/openfree/925352420925810

  4. https://huggingface.co/posts/ginipick/807578740801859

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('openfree/flux-chatgpt-ghibli-lora', weight_name='flux-chatgpt-ghibli-lora.safetensors')
image = pipeline('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. ').images[0]
image.save("my_image.png")

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers

community: https://discord.gg/openfreeai

ai-toolkit
diffusers
flux
lora
text-to-image

Contributors

openfree

15 commits