Instructions to use Danrisi/Lenovo_ChromaRadiance with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Danrisi/Lenovo_ChromaRadiance with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lodestones/Chroma1-Radiance", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Danrisi/Lenovo_ChromaRadiance") prompt = "Low-quality smartphone photo, shaky amateur shot captured from the passenger seat of a moving parallel vehicle through side window. High-speed motion blur background. In the adjacent lane, a bright blue Dodge Charger is speeding parallel to the camera, blue underglow faint in the daylight.young latina girl 20 years old, with long dark hair, sits calmly in a lotus pose on the roof of the moving dodge charger, wearing lavender and silver leggings. Foreground shows the blurry frame of the photographer's car window and faint reflections of a dashboard. Sun glare, digital noise, rolling shutter effect, grainy texture, candid street photography aesthetic, highway setting." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload lenovo_chromaradiance.safetensors
Browse files
lenovo_chromaradiance.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cb5d6e973b1dc37556025783c6286e1ef61be3bd5b77454b10a51b68fe6c5cd
|
| 3 |
+
size 896584512
|