Instructions to use wavymulder/collage-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wavymulder/collage-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wavymulder/collage-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 1,672 Bytes
b287174 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | page 1 (left to right, top to bottom): collage style a woman under the starry moonlight Negative prompt: blur haze hat mask Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 2854894499, Size: 448x640, Model hash: 224a9ab1e4, Denoising strength: 0.3, Hires upscale: 2, Hires upscaler: None collage style portrait of a conductor, trainyards Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 1247016554, Size: 448x640, Model hash: 224a9ab1e4, Denoising strength: 0.3, Hires upscale: 2, Hires upscaler: None collage style coffee on the lunar surface, geometric Negative prompt: blur haze Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 541019056, Size: 448x640, Model hash: 224a9ab1e4, Denoising strength: 0.3, Hires upscale: 2, Hires upscaler: None collage style portrait of a man wearing a suit at the waterfall Negative prompt: blur haze Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3188351659, Size: 448x640, Model hash: 224a9ab1e4, Denoising strength: 0.3, Hires upscale: 2, Hires upscaler: None page 2 (left to right, top to bottom): collage style the eye over his flock of sheep Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 2459996896, Size: 640x448, Model hash: 224a9ab1e4, Denoising strength: 0.3, Hires upscale: 2, Hires upscaler: None collage style a cityscape, fireworks Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3568300205, Size: 640x448, Model hash: 224a9ab1e4, Denoising strength: 0.3, Hires upscale: 2, Hires upscaler: None collage style interior of a traincar coral reef Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 472136473, Size: 640x448, Model hash: 224a9ab1e4, Denoising strength: 0.3, Hires upscale: 2, Hires upscaler: None |