Flux Ghibsky Illustration: Create Serene and Enchanting Landscapes
Model Description
The Flux Ghibsky Illustration model generates landscapes that blend serene, surreal skies with intricate, Ghibli-inspired details. This fusion of styles creates enchanting scenes that capture the essence of both Ghibli's whimsical charm and Makoto Shinkai's atmospheric beauty. Perfect for creating dreamy visuals. You can also run the model on Replicate. Feedback is welcome!
Trigger Words
Use GHIBSKY style
to invoke the modelβs unique aesthetic. Itβs best to start your prompt with the trigger word, followed by descriptions of your scene, such as nature, skies, houses, roads, villages, etc.
If you are getting too realistic images try adding painting
to your prompt, for example: GHIBSKY style painting
Training Details
- Trained Using: ostris/flux-dev-lora-trainer
- Number of Images: 35
- Trigger Word: GHIBSKY
- Auto-captioning: Enabled
- Auto-captioning Prefix: ββ
- Auto-captioning Suffix: β, GHIBSKY styleβ
- Training Steps: 1000
- Learning Rate: 0.0004
- Batch Size: 1
- LoRA Rank: 16
Download Model
Download the *.safetensors LoRA in the Files & versions tab.
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('aleksa-codes/flux-ghibsky-illustration', weight_name='lora.safetensors')
image = pipeline('GHIBSKY style, a serene lakeside village with colorful houses and towering mountains under a dreamy sky').images[0]
For more details, including weighting, merging, and fusing LoRAs, check the documentation on loading LoRAs in diffusers.
License
Please adhere to the licensing terms as described here.
- Downloads last month
- 47,173
Model tree for aleksa-codes/flux-ghibsky-illustration
Base model
black-forest-labs/FLUX.1-dev