Korean BEST Leaderboard
Collection
A curated collection of the best Korean-developed spaces and models released on Hugging Face
β’
199 items
β’
Updated
β’
40
You should use ghibli
to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Texto to Ghibli: https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA
Image(Upload) to Ghibli: https://huggingface.co/spaces/ginigen/FLUX-Open-Ghibli-Studio
Texto to Meme: https://huggingface.co/spaces/VIDraft/Open-Meme-Studio
Image/Text to Ghible: https://huggingface.co/spaces/seawolf2357/Ghibli-Multilingual-Text-rendering
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
Base model
black-forest-labs/FLUX.1-dev