Instructions to use Turdusfitjulian5106/freelo-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Turdusfitjulian5106/freelo-style 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Turdusfitjulian5106/freelo-style") prompt = "freelo_style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| {"images_data_url": "https://v3b.fal.media/files/b/0a994d8a/99Vn7tenUBnO4nC4I4KUm_1778190182963.zip", "trigger_word": "freelo_style", "disable_captions": false, "disable_segmentation_and_captioning": false, "learning_rate": 0.0005, "b_up_factor": 3.0, "create_masks": true, "iter_multiplier": 1.0, "steps": 1000, "is_style": true, "is_input_format_already_preprocessed": false, "data_archive_format": null, "resume_with_lora": null, "rank": 16, "debug_preprocessed_images": false, "instance_prompt": "freelo_style"} |