Kameshr commited on
Commit
ccba12f
·
verified ·
1 Parent(s): 149a257

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -22,4 +22,7 @@ This model is a **LoRA-based text-to-image diffusion** model with **quantization
22
  - **Inference**: Run text-to-image generation using a simple text prompt.
23
  - **Memory Management**: To prevent memory issues, utilize CPU offloading and periodically clear the cache.
24
 
25
- This model setup is optimized for straightforward, memory-efficient inference on Colab. Ideal for users working in constrained environments.
 
 
 
 
22
  - **Inference**: Run text-to-image generation using a simple text prompt.
23
  - **Memory Management**: To prevent memory issues, utilize CPU offloading and periodically clear the cache.
24
 
25
+ This model setup is optimized for straightforward, memory-efficient inference on Colab. Ideal for users working in constrained environments.
26
+
27
+ ### Colab Notebook for Reference
28
+ To get started with the model, you can refer to this [Colab Notebook](https://colab.research.google.com/drive/1m4gd-wSpZtByu5m0ebZorajnprghln2X?usp=sharing) for a full guide and hands-on demonstration.