Instructions to use Avener/RetroCollage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Avener/RetroCollage 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("Avener/RetroCollage") prompt = "A retro collage art piece featuring a mix of vintage magazine cutouts, textured paper backgrounds, bold typography, and vibrant colors, inspired by the pop art movement of the 1960s. The composition is dynamic with overlapping layers, creating a sense of depth and nostalgia." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Rename Retro Collage Art_XL_v1.safetensors to RetroCollageArt_XL_v1.safetensors
Browse files
Retro Collage Art_XL_v1.safetensors → RetroCollageArt_XL_v1.safetensors
RENAMED
|
File without changes
|