Instructions to use falanaja/Amateur-Photography with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use falanaja/Amateur-Photography 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("falanaja/Amateur-Photography") prompt = "In a close-up shot inside a messy artistâs studio, a slightly unhinged-looking guy in his late 30s, with wild hair and paint splattered all over his face and shirt, holds up a piece of paper proudly. Heâs grinning like heâs just solved a life mystery, showing off his \"masterpiece\" with pure, chaotic joy. The paper reads: \"Since SD 3.5 Large cannot draw me, I drew myself using Flux!\" The self-portrait is a stick figure that looks like a childâs scribble, but the manâs expression says he genuinely believes it's a masterpiece. Behind him, paint tubes and half-finished canvases are scattered everywhere, adding to the creative madness of the scene <lora:amateurphoto-v6-forcu:0.8>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Amateur Photography

- Prompt
- In a close-up shot inside a messy artistâs studio, a slightly unhinged-looking guy in his late 30s, with wild hair and paint splattered all over his face and shirt, holds up a piece of paper proudly. Heâs grinning like heâs just solved a life mystery, showing off his "masterpiece" with pure, chaotic joy. The paper reads: "Since SD 3.5 Large cannot draw me, I drew myself using Flux!" The self-portrait is a stick figure that looks like a childâs scribble, but the manâs expression says he genuinely believes it's a masterpiece. Behind him, paint tubes and half-finished canvases are scattered everywhere, adding to the creative madness of the scene <lora:amateurphoto-v6-forcu:0.8>
Model description
Amateur Photography
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 3,541
Model tree for falanaja/Amateur-Photography
Base model
black-forest-labs/FLUX.1-dev