Instructions to use Uglehs/photomanipulation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Uglehs/photomanipulation 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("Uglehs/photomanipulation") prompt = "This image depicts the transformation of a simple portrait into a symbolic environmental concept. [ORIGINAL] shows a woman with red hair wearing a black dress, standing against a neutral gray background and holding a transparent glass sphere in her hand, with a contemplative expression and soft lighting emphasizing her pose. [ALTERED] reimagines the sphere as the Earth, with vivid blue oceans and green continents visible, while water appears to leak from cracks in the globe, trickling down her hand and pooling below, creating a striking commentary on environmental fragility." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!