Instructions to use GeorgeQi/Flux-ControlNet-ArtisticText with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use GeorgeQi/Flux-ControlNet-ArtisticText with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("GeorgeQi/Flux-ControlNet-ArtisticText") pipe = StableDiffusionControlNetPipeline.from_pretrained( "black-forest-labs/FLUX.1-dev", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,8 @@
|
|
| 2 |
tags:
|
| 3 |
- flux
|
| 4 |
- text-to-image
|
| 5 |
-
-
|
| 6 |
- diffusers
|
| 7 |
-
- fal
|
| 8 |
widget:
|
| 9 |
- text: "Fiery red and orange lettering against a dark charcoal background, with the letters appearing to be made of flickering flames and glowing embers, giving a sense of intense heat and dynamic movement. The texture should mimic the crackling and flowing nature of fire, with occasional sparks flying off the edges."
|
| 10 |
output:
|
|
|
|
| 2 |
tags:
|
| 3 |
- flux
|
| 4 |
- text-to-image
|
| 5 |
+
- controlnet
|
| 6 |
- diffusers
|
|
|
|
| 7 |
widget:
|
| 8 |
- text: "Fiery red and orange lettering against a dark charcoal background, with the letters appearing to be made of flickering flames and glowing embers, giving a sense of intense heat and dynamic movement. The texture should mimic the crackling and flowing nature of fire, with occasional sparks flying off the edges."
|
| 9 |
output:
|