Instructions to use ledadu/flux-dad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ledadu/flux-dad 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("ledadu/flux-dad") prompt = "An ink wash painting of a battle-scarred warrior monk, bald head adorned with intricate tattoos, wielding a staff crackling with energy. His flowing robes billow dramatically as he leaps through swirling mists, eyes glowing with inner light." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| An ink wash painting of a battle-scarred warrior monk, bald head adorned | |
| with intricate tattoos, wielding a staff crackling with energy. His flowing | |
| robes billow dramatically as he leaps through swirling mists, eyes glowing | |
| with inner light. | |
| output: | |
| url: images/33729358.jpeg | |
| - text: An owl with the striped fur pattern of a tiger across its feathers | |
| output: | |
| url: images/33881332.jpeg | |
| - text: >- | |
| Biosynthetic Metamaterial Engineer: Close-up of a scientist assembling | |
| impossibly structured materials. (Photonic crystal simulation:1.4) for | |
| structural coloration effects. (Finite element analysis:1.3) shows stress | |
| distributions in the lattice. (Self-assembly molecular dynamics:1.2) for | |
| nanoscale construction. (Post-processing: Subsurface scattering through | |
| anisotropic media) | |
| output: | |
| url: images/34252795.jpeg | |
| - text: >- | |
| Chrono-Impressionist Cityscape: Time-lapse painting of a city evolving | |
| through centuries in impressionist style. (Motion blur:0.7) on elements | |
| moving through time. (Pointillism:1.2) technique for stationary structures. | |
| Palette shifts from earthy tones to neon as eras progress. (Post-processing: | |
| radial blur focused on city center) | |
| output: | |
| url: images/34248935.jpeg | |
| - text: >- | |
| Crystalline Dysphoria: (Close-up:0.3), abstract expressionist rendering of a | |
| fractured being, half-face absent. Adorned in (translucent:1.4) crystal, | |
| glitching and cracked. Empty eye sockets convey dystopian atmosphere. (Style | |
| of Ismail Inceoglu:1.2), (complex background by Ryan Church:1.3), (Simon | |
| Stålenhag influence:1.1) | |
| output: | |
| url: images/34247150.jpeg | |
| - text: >- | |
| Beneath the shimmering surface of a coral reef, a sea turtle and a dolphin | |
| appear to be engaged in an underwater chess match. Colorful fish dart around | |
| a makeshift chessboard fashioned from coral and shells, while the two | |
| players contemplate their next moves with comical seriousness. | |
| Photorealistic, high resolution, detailed, 8K, hyperrealistic, professional | |
| photography, studio lighting, DSLR, RAW image, cinematic, ultra HD, | |
| lifelike, textured, sharp focus, color grading, depth of field, bokeh, HDR, | |
| golden hour, natural light, lens flare, macro, wide-angle, telephoto, | |
| panoramic, time-lapse, long exposure, high contrast, soft light, backlit, | |
| silhouette, reflections, shadows, highlights, saturation, vivid colors, | |
| matte finish | |
| output: | |
| url: images/33882349.jpeg | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: null | |
| license: other | |
| license_name: flux-1-dev-non-commercial-license | |
| license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md | |
| # flux-dad | |
| <Gallery /> | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/ledadu/flux-dad/tree/main) them in the Files & versions tab. | |