Instructions to use prithivMLmods/Castor-Collage-Dim-Flux-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/Castor-Collage-Dim-Flux-LoRA 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("prithivMLmods/Castor-Collage-Dim-Flux-LoRA") prompt = "A vibrant red spiderman is depicted in a collage of multiple panels. The background is a vibrant orange, adding a pop of color to the scene. The spidermans suit is a deep red, with a white stripe running down the center of his chest. His eyes are large, white, and his mouth is slightly open. His hands are positioned in a way that he is facing towards the right side of the frame. The entire frame is black, creating a striking contrast with the red and orange background." 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!